diff options
author | unknown <vva@eagle.mysql.r18.ru> | 2004-04-01 23:13:25 +0500 |
---|---|---|
committer | unknown <vva@eagle.mysql.r18.ru> | 2004-04-01 23:13:25 +0500 |
commit | f2116615bed09a5b2bb6f113ba3ea1beebcb5e54 (patch) | |
tree | 495f068123bd4b3ce62777dce35158c7a713c334 /mysql-test/r/have_debug.require | |
parent | b26165d3a2eeb748b9bd5573f9bac7b73d5f9a37 (diff) | |
download | mariadb-git-f2116615bed09a5b2bb6f113ba3ea1beebcb5e54.tar.gz |
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)
Diffstat (limited to 'mysql-test/r/have_debug.require')
-rw-r--r-- | mysql-test/r/have_debug.require | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/have_debug.require b/mysql-test/r/have_debug.require new file mode 100644 index 00000000000..3ef51a3a6db --- /dev/null +++ b/mysql-test/r/have_debug.require @@ -0,0 +1,2 @@ +instr(version(),convert('debug' using utf8))!=0; +1
\ No newline at end of file |