mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
mysql-5.1.62 merge
This commit is contained in:
commit
dea3544b2d
268 changed files with 6715 additions and 5654 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue