1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

fixed the tests mysql-test/t/synchronization.test

for Bug #2385 CREATE TABLE LIKE lacks locking on source and destination table
This commit is contained in:
vva@eagle.mysql.r18.ru
2004-04-06 19:17:13 +05:00
parent 2ae2b946d6
commit 0cc998a466
6 changed files with 180 additions and 65 deletions

View File

@ -1,4 +0,0 @@
-- require r/have_debug.require
disable_query_log;
select instr(version(),convert('debug' using utf8))!=0;
enable_query_log;