mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 08:34:28 +02: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:
parent
8abda715d4
commit
b5d93e4ef5
2 changed files with 3 additions and 3 deletions
|
|
@ -1,2 +1,2 @@
|
|||
instr(version(),convert('debug' using utf8))!=0;
|
||||
1
|
||||
instr(version(),convert('debug' using utf8))!=0
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue