diff options
author | kaa@polly.(none) <> | 2007-08-30 17:23:39 +0400 |
---|---|---|
committer | kaa@polly.(none) <> | 2007-08-30 17:23:39 +0400 |
commit | 4c2a63ea54fcc30cebd469fe4b148affdedab127 (patch) | |
tree | 09f5c7eb9b3206d0b8ae650e0d046d118befa6bd /mysql-test/t/mysql.test | |
parent | e79902aa5cbd11ff3611c98480bfc506fb90794a (diff) | |
parent | 33d10a0667853bc0fd546549ef3ba2646ab93741 (diff) | |
download | mariadb-git-4c2a63ea54fcc30cebd469fe4b148affdedab127.tar.gz |
Merge polly.(none):/home/kaa/src/bug30164/my50-bug30164
into polly.(none):/home/kaa/src/bug30164/my51-bug30164
Diffstat (limited to 'mysql-test/t/mysql.test')
-rw-r--r-- | mysql-test/t/mysql.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/mysql.test b/mysql-test/t/mysql.test index cd1150afbb0..74944b11c02 100644 --- a/mysql-test/t/mysql.test +++ b/mysql-test/t/mysql.test @@ -277,7 +277,7 @@ EOF # # bug #30164: Using client side macro inside server side comments generates broken queries # ---exec $MYSQL test -e '/*! \C latin1 */ select 1;' +--exec $MYSQL test -e "/*! \C latin1 */ select 1;" --echo End of 5.0 tests |