1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +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

@@ -251,7 +251,7 @@ extern CHARSET_INFO *national_charset_info, *table_alias_charset;
// uncachable cause
#define UNCACHEABLE_DEPENDENT 1
#define UNCACHEABLE_RAND 2
#define UNCACHEABLE_UNCACHEABLE 4
#define UNCACHEABLE_SIDEEFFECT 4
#ifdef EXTRA_DEBUG
/*