diff options
author | unknown <vva@eagle.mysql.r18.ru> | 2004-04-05 18:27:19 +0500 |
---|---|---|
committer | unknown <vva@eagle.mysql.r18.ru> | 2004-04-05 18:27:19 +0500 |
commit | b5d93e4ef5409f76ce509edffd7d35b0ba987f64 (patch) | |
tree | 5d446241f0db7e4ec549edbde59385c316335aed /mysql-test/t/synchronization.test | |
parent | 8abda715d4d6bf75bb4470c7acc86b9dd224012e (diff) | |
download | mariadb-git-b5d93e4ef5409f76ce509edffd7d35b0ba987f64.tar.gz |
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
Diffstat (limited to 'mysql-test/t/synchronization.test')
-rw-r--r-- | mysql-test/t/synchronization.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/synchronization.test b/mysql-test/t/synchronization.test index 695e405544a..bbea4c44dad 100644 --- a/mysql-test/t/synchronization.test +++ b/mysql-test/t/synchronization.test @@ -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 |