mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
corrected wrong checking of DBUG_OFF in mysql-test/t/synchronization.test
mysql-test/r/have_debug.require: corrected mistake mysql-test/t/synchronization.test: corrected wrong test
This commit is contained in:
@ -1,2 +1,2 @@
|
|||||||
instr(version(),convert('debug' using utf8))!=0;
|
instr(version(),convert('debug' using utf8))!=0
|
||||||
1
|
1
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
-- source include/have_crypt.inc
|
-- source include/have_debug.inc
|
||||||
|
|
||||||
#
|
#
|
||||||
# Test for Bug #2385 CREATE TABLE LIKE lacks locking on source and destination table
|
# Test for Bug #2385 CREATE TABLE LIKE lacks locking on source and destination table
|
||||||
|
Reference in New Issue
Block a user