diff options
author | unknown <bell@sanja.is.com.ua> | 2003-11-18 22:04:01 +0200 |
---|---|---|
committer | unknown <bell@sanja.is.com.ua> | 2003-11-18 22:04:01 +0200 |
commit | 0d412844ef6a84cfea1320dc558aaa4e24ba383e (patch) | |
tree | 42927169e3db046d89ba974c436584dfdc0f0698 /sql/sql_lex.h | |
parent | 1ea21d7085f49d42047dd97feda6a6892762e2e8 (diff) | |
download | mariadb-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.h | 2 |
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; |