Commit 926d86db authored by unknown's avatar unknown

Merge gbichot@213.136.52.20:/home/bk/mysql-4.0

into mysql.com:/home/mysql_src/mysql-4.0

parents ad5c763e 800bbfa0
...@@ -569,7 +569,9 @@ error () { ...@@ -569,7 +569,9 @@ error () {
} }
error_is () { error_is () {
$CAT < $TIMEFILE | $SED -e 's/.* At line \(.*\)\: \(.*\)/ \>\> Error at line \1: \2<\</' | $HEAD -1 $ECHO "Errors are (from $TIMEFILE) :"
$CAT < $TIMEFILE
$ECHO "(the last line(s) may be the ones that caused the die() in mysqltest)"
} }
prefix_to_8() { prefix_to_8() {
......
...@@ -73,12 +73,9 @@ insert into t2 values(1234); ...@@ -73,12 +73,9 @@ insert into t2 values(1234);
#same value on the master #same value on the master
connection master; connection master;
save_master_pos;
set insert_id=1234; set insert_id=1234;
insert into t2 values(NULL); insert into t2 values(NULL);
connection slave; connection slave;
sync_with_master;
wait_for_slave_to_stop; wait_for_slave_to_stop;
#restart slave skipping one event #restart slave skipping one event
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment