diff options
author | Chad MILLER <chad@mysql.com> | 2008-07-04 12:41:27 -0400 |
---|---|---|
committer | Chad MILLER <chad@mysql.com> | 2008-07-04 12:41:27 -0400 |
commit | ac2a037ff9664b48cc90811d33818523ee9fbffc (patch) | |
tree | 2173a82c9e040369a0c99623517ff2938e55a412 /mysql-test/include/have_crypt.inc | |
parent | 49417ad7c8e45792f5baafb9514b10684daba527 (diff) | |
download | mariadb-git-ac2a037ff9664b48cc90811d33818523ee9fbffc.tar.gz |
Bug#30563: Is not possible to create rpl_ or innodb test if needed \
to use ANSI_QUOTES
Make all have_* tests universally safe by using ANSI quotes.
Diffstat (limited to 'mysql-test/include/have_crypt.inc')
-rw-r--r-- | mysql-test/include/have_crypt.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/include/have_crypt.inc b/mysql-test/include/have_crypt.inc index fe1f974bffd..cbf0a7ac876 100644 --- a/mysql-test/include/have_crypt.inc +++ b/mysql-test/include/have_crypt.inc @@ -1,4 +1,4 @@ -- require r/have_crypt.require disable_query_log; -show variables like "have_crypt"; +show variables like 'have_crypt'; enable_query_log; |