diff options
author | monty@narttu.mysql.fi <> | 2003-07-04 23:06:19 +0300 |
---|---|---|
committer | monty@narttu.mysql.fi <> | 2003-07-04 23:06:19 +0300 |
commit | a3fe7c0959c6135383409a935d7105812bcaca83 (patch) | |
tree | 1da176a8e662fa899ecece2c7c7d6f9ee6e5dbc7 /sql/sql_cache.cc | |
parent | 22bce83c1ba7b6860115327a46a6424345515f21 (diff) | |
download | mariadb-git-a3fe7c0959c6135383409a935d7105812bcaca83.tar.gz |
Remove compiler warnings
Simple cleanup of previous pull
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); |