1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

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
This commit is contained in:
unknown
2003-11-18 22:04:01 +02:00
parent 1ea21d7085
commit 0d412844ef
5 changed files with 14 additions and 14 deletions

View File

@ -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;