1
0
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:
unknown
2004-04-05 18:27:19 +05:00
parent 8abda715d4
commit b5d93e4ef5
2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
instr(version(),convert('debug' using utf8))!=0; instr(version(),convert('debug' using utf8))!=0
1 1

View File

@ -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