summaryrefslogtreecommitdiff
path: root/sql/sql_base.cc
diff options
context:
space:
mode:
authorunknown <df@kahlann.erinye.com>2006-12-01 10:39:48 +0100
committerunknown <df@kahlann.erinye.com>2006-12-01 10:39:48 +0100
commitcf245c8f3a5c285af6e53a0035d05262ea5fbe31 (patch)
tree64ea9b0e817c69d36e0263d377d1d828ed553be9 /sql/sql_base.cc
parent5176be8db85e2fbc3e33a35bb6f02905fdf3ede9 (diff)
parentb6004e6295717c3b616b58416544557bd858afca (diff)
downloadmariadb-git-cf245c8f3a5c285af6e53a0035d05262ea5fbe31.tar.gz
Merge dfischer@bk-internal.mysql.com:/home/bk/mysql-5.1
into kahlann.erinye.com:/home/df/mysql/build/mysql-5.1-build client/mysqltest.c: Auto merged mysql-test/mysql-test-run.pl: Auto merged sql/field.cc: Auto merged sql/item.cc: Auto merged sql/item_sum.cc: Auto merged sql/opt_range.cc: Auto merged sql/sql_base.cc: Auto merged sql/table.cc: Auto merged
Diffstat (limited to 'sql/sql_base.cc')
-rw-r--r--sql/sql_base.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_base.cc b/sql/sql_base.cc
index afd287630ad..db6baac8681 100644
--- a/sql/sql_base.cc
+++ b/sql/sql_base.cc
@@ -1251,7 +1251,7 @@ void close_temporary_tables(THD *thd)
/* We always quote db,table names though it is slight overkill */
if (found_user_tables &&
- !(was_quote_show= (thd->options & OPTION_QUOTE_SHOW_CREATE)))
+ !(was_quote_show= test(thd->options & OPTION_QUOTE_SHOW_CREATE)))
{
thd->options |= OPTION_QUOTE_SHOW_CREATE;
}