1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +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;
1
instr(version(),convert('debug' using utf8))!=0
1