diff options
author | unknown <monty@narttu.mysql.fi> | 2003-07-04 23:06:19 +0300 |
---|---|---|
committer | unknown <monty@narttu.mysql.fi> | 2003-07-04 23:06:19 +0300 |
commit | 4e61b75d8b43a38f3cdf667780e000202137e4d9 (patch) | |
tree | 1da176a8e662fa899ecece2c7c7d6f9ee6e5dbc7 /sql/sql_cache.cc | |
parent | 4e4ab26f53bada8aaebbe7650a08f3e9ecf15107 (diff) | |
download | mariadb-git-4e61b75d8b43a38f3cdf667780e000202137e4d9.tar.gz |
Remove compiler warnings
Simple cleanup of previous pull
sql/item_strfunc.cc:
Removed compiler warning
sql/sql_cache.cc:
Indentation fix
sql/sql_handler.cc:
Simple ptimization
sql/sql_parse.cc:
Removed compiler warning
sql/log_event.h:
Indentation fix
Diffstat (limited to 'sql/sql_cache.cc')
-rw-r--r-- | sql/sql_cache.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_cache.cc b/sql/sql_cache.cc index 1fcd0d1456b..97ec6033ad6 100644 --- a/sql/sql_cache.cc +++ b/sql/sql_cache.cc @@ -744,7 +744,7 @@ void Query_cache::store_query(THD *thd, TABLE_LIST *tables_used) DBUG_VOID_RETURN; if ((local_tables= is_cacheable(thd, thd->query_length, - thd->query, &thd->lex, tables_used))) + thd->query, &thd->lex, tables_used))) { NET *net= &thd->net; byte flags= (thd->client_capabilities & CLIENT_LONG_FLAG ? 0x80 : 0); |