mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02: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:
commit
76f0b94bb0
1705 changed files with 166479 additions and 39785 deletions
|
|
@ -1,11 +1,11 @@
|
|||
-- source include/master-slave.inc
|
||||
|
||||
# Test need anonymous user when connection are made as "zedjzlcsjhd"
|
||||
# But we only need it on the master, not the slave.
|
||||
SET sql_log_bin = 0;
|
||||
source include/add_anonymous_users.inc;
|
||||
SET sql_log_bin = 1;
|
||||
|
||||
-- source include/master-slave.inc
|
||||
|
||||
# Clean up old slave's binlogs.
|
||||
# The slave is started with --log-slave-updates
|
||||
# and this test does SHOW BINLOG EVENTS on the slave's
|
||||
|
|
@ -313,6 +313,7 @@ select * from t1;
|
|||
connection master;
|
||||
drop table t1;
|
||||
--remove_file $MYSQLTEST_VARDIR/tmp/bug14157.sql
|
||||
|
||||
--sync_slave_with_master
|
||||
|
||||
# Delete the anonymous users.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue