summaryrefslogtreecommitdiff
path: root/sql/mysql_priv.h
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2004-10-22 22:51:04 +0300
committerunknown <bell@sanja.is.com.ua>2004-10-22 22:51:04 +0300
commit5ab6c5e532f682631761f02bec6f894df3930002 (patch)
tree27ec96cbef4d5b34e9103f7cafd330eda5119b2d /sql/mysql_priv.h
parenta6efe82feeb9d5d6805be2ae5b67899a6f9cf500 (diff)
downloadmariadb-git-5ab6c5e532f682631761f02bec6f894df3930002.tar.gz
postreview fixes
sql/mysql_priv.h: constant definition sql/sql_base.cc: difine used instead of constant sql/sql_cache.cc: difine used instead of constant typo fixed
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r--sql/mysql_priv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h
index b5e571e74d0..b123927d09e 100644
--- a/sql/mysql_priv.h
+++ b/sql/mysql_priv.h
@@ -551,6 +551,7 @@ int mysql_ha_flush(THD *thd, TABLE_LIST *tables, uint mode_flags);
#define MYSQL_HA_FLUSH_ALL 0x02
/* sql_base.cc */
+#define TMP_TABLE_KEY_EXTRA 8
void set_item_name(Item *item,char *pos,uint length);
bool add_field_to_list(char *field_name, enum enum_field_types type,
char *length, char *decimal,