mysql-5.1.62 merge

This commit is contained in:
Sergei Golubchik 2012-04-05 10:49:38 +02:00
commit dea3544b2d
268 changed files with 6715 additions and 5654 deletions

View file

@ -59,6 +59,8 @@
#VARCHAR(M)
#
--let $_saved_conn= $CURRENT_CONNECTION
let $binformat = `SHOW VARIABLES LIKE '%binlog_format%'`;
--echo
--echo ***********************************************************
@ -1018,3 +1020,5 @@ SELECT c1,hex(c4),c5 FROM t5 ORDER BY c1;
connection master;
DROP TABLE t5;
sync_slave_with_master;
--connection $_saved_conn