mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
merge with 5.3
sql/sql_insert.cc: CREATE ... IF NOT EXISTS may do nothing, but it is still not a failure. don't forget to my_ok it. ****** CREATE ... IF NOT EXISTS may do nothing, but it is still not a failure. don't forget to my_ok it. sql/sql_table.cc: small cleanup ****** small cleanup
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
include/master-slave.inc
|
||||
[connection master]
|
||||
include/rpl_reset.inc
|
||||
[on slave]
|
||||
include/stop_slave.inc
|
||||
==== Create some events on master ====
|
||||
@@ -33,7 +34,7 @@ n
|
||||
3
|
||||
4
|
||||
include/check_slave_param.inc [Exec_Master_Log_Pos]
|
||||
start slave until relay_log_file='slave-relay-bin.000003', relay_log_pos=RELAY_LOG_POS;
|
||||
start slave until relay_log_file='slave-relay-bin.000004', relay_log_pos=RELAY_LOG_POS;
|
||||
include/wait_for_slave_io_to_start.inc
|
||||
include/wait_for_slave_sql_to_stop.inc
|
||||
select * from t2;
|
||||
@@ -95,6 +96,7 @@ drop table t1;
|
||||
start slave;
|
||||
include/rpl_reset.inc
|
||||
flush logs;
|
||||
drop table if exists t1;
|
||||
stop slave;
|
||||
flush logs;
|
||||
flush logs;
|
||||
|
Reference in New Issue
Block a user