mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +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 ) sql/mysql_priv.h: added code TEST_SYNCHRONIZATION for --exit-info option sql/mysqld.cc: fixed -debug prefix sql/sql_table.cc: added synchronization in mysql_create_like_table (fixed BUG #2385 CREATE TABLE LIKE lacks locking on source and destination table)
This commit is contained in:
2
mysql-test/r/have_debug.require
Normal file
2
mysql-test/r/have_debug.require
Normal file
@@ -0,0 +1,2 @@
|
||||
instr(version(),convert('debug' using utf8))!=0;
|
||||
1
|
||||
Reference in New Issue
Block a user