1
0
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:
bell@sanja.is.com.ua
2004-05-14 16:56:47 +03:00
parent 3f6857112c
commit 38d0d362c5

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;