mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
SELECT options print fixed
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user