1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

SELECT options print fixed

This commit is contained in:
unknown
2004-05-14 16:56:47 +03:00
parent 98fbcd9f2c
commit fb8eb5a10d

View File

@ -9385,7 +9385,7 @@ void st_select_lex::print(THD *thd, String *str)
if (!thd->lex->safe_to_cache_query)
str->append("sql_no_cache ", 13);
if (options & OPTION_TO_QUERY_CACHE)
str->append("cache ", 6);
str->append("sql_cache ", 10);
//Item List
bool first= 1;