mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
made some optimization of last patch for
Bug #2385 "CREATE TABLE LIKE lacks locking on source and destination table" (in sql_table.cc and mysql-test/t/synchronization.test)
This commit is contained in:
@ -13,6 +13,7 @@ CREATE TABLE t1 (a int);
|
||||
send CREATE TABLE t2 LIKE t1;
|
||||
|
||||
connection con_to_harm_sleeper;
|
||||
sleep 1;
|
||||
ALTER TABLE t1 add key(a);
|
||||
|
||||
connection con_to_sleep;
|
||||
|
Reference in New Issue
Block a user