mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
added synchronization in mysql_create_like_table
( fixed BUG #2385 CREATE TABLE LIKE lacks locking on source and destination table and added tests for it )
This commit is contained in:
4
mysql-test/include/have_debug.inc
Normal file
4
mysql-test/include/have_debug.inc
Normal file
@ -0,0 +1,4 @@
|
||||
-- require r/have_debug.require
|
||||
disable_query_log;
|
||||
select instr(version(),convert('debug' using utf8))!=0;
|
||||
enable_query_log;
|
Reference in New Issue
Block a user