diff options
author | bell@sanja.is.com.ua <> | 2003-11-18 22:04:01 +0200 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2003-11-18 22:04:01 +0200 |
commit | b4044128777e345b06ec24e710090fe215c66435 (patch) | |
tree | 42927169e3db046d89ba974c436584dfdc0f0698 /sql/sql_lex.h | |
parent | b02af20aff40cc16655d7966069e9d12d408d4b9 (diff) | |
download | mariadb-git-b4044128777e345b06ec24e710090fe215c66435.tar.gz |
changed name of bit on more descriptive (after rewie change)
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; |