summaryrefslogtreecommitdiff
path: root/mysql-test/include
diff options
context:
space:
mode:
authorunknown <vva@eagle.mysql.r18.ru>2004-04-06 19:17:13 +0500
committerunknown <vva@eagle.mysql.r18.ru>2004-04-06 19:17:13 +0500
commit315f5d27c4579220ce56f56d29ff299ad715ec11 (patch)
tree0c2e038a7a7c2f71fdb4697519e881a06bdf1e11 /mysql-test/include
parente7a85e367f5518cbe3a4bc70d37a6a66418ea68f (diff)
downloadmariadb-git-315f5d27c4579220ce56f56d29ff299ad715ec11.tar.gz
fixed the tests mysql-test/t/synchronization.test
for Bug #2385 CREATE TABLE LIKE lacks locking on source and destination table BitKeeper/deleted/.del-synchronization-master.opt~265be23ead00949: Delete: mysql-test/t/synchronization-master.opt BitKeeper/deleted/.del-have_debug.require~d981522532c711b2: Delete: mysql-test/r/have_debug.require BitKeeper/deleted/.del-have_debug.inc~f4dc5160b9912226: Delete: mysql-test/include/have_debug.inc mysql-test/r/synchronization.result: fixed the test for Bug #2385 CREATE TABLE LIKE lacks locking on source and destination table mysql-test/t/synchronization.test: fixed the test for Bug #2385 CREATE TABLE LIKE lacks locking on source and destination table sql/sql_table.cc: deleted test sleep from mysql_create_like_table
Diffstat (limited to 'mysql-test/include')
-rw-r--r--mysql-test/include/have_debug.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/mysql-test/include/have_debug.inc b/mysql-test/include/have_debug.inc
deleted file mode 100644
index 63c0c008b21..00000000000
--- a/mysql-test/include/have_debug.inc
+++ /dev/null
@@ -1,4 +0,0 @@
--- require r/have_debug.require
-disable_query_log;
-select instr(version(),convert('debug' using utf8))!=0;
-enable_query_log;