summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2003-11-18 22:04:01 +0200
committerunknown <bell@sanja.is.com.ua>2003-11-18 22:04:01 +0200
commit0d412844ef6a84cfea1320dc558aaa4e24ba383e (patch)
tree42927169e3db046d89ba974c436584dfdc0f0698 /sql/sql_lex.h
parent1ea21d7085f49d42047dd97feda6a6892762e2e8 (diff)
downloadmariadb-git-0d412844ef6a84cfea1320dc558aaa4e24ba383e.tar.gz
changed name of bit on more descriptive (after rewie change)
sql/item_create.cc: changed name of bit on more descriptive sql/item_func.cc: changed name of bit on more descriptive sql/mysql_priv.h: changed name of bit on more descriptive sql/sql_lex.h: changed name of bit on more descriptive sql/sql_yacc.yy: changed name of bit on more descriptive
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r--sql/sql_lex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h
index fbd6dba8f8b..d2345165eb9 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -231,7 +231,7 @@ public:
result of this query can't be cached, bit field, can be :
UNCACHEABLE_DEPENDENT
UNCACHEABLE_RAND
- UNCACHEABLE_UNCACHEABLE
+ UNCACHEABLE_SIDEEFFECT
*/
uint8 uncacheable;
enum sub_select_type linkage;