diff options
author | unknown <lars@mysql.com> | 2006-06-16 02:52:17 +0200 |
---|---|---|
committer | unknown <lars@mysql.com> | 2006-06-16 02:52:17 +0200 |
commit | 40305d7a81863c6586611e1e7af6051554c53169 (patch) | |
tree | b8dbd1a29842457aa46c0be99338c82b21662eda /sql/handler.cc | |
parent | cc542b2f984fa9f1e33979823916c9e9d987a7d7 (diff) | |
download | mariadb-git-40305d7a81863c6586611e1e7af6051554c53169.tar.gz |
After merge fixes
Diffstat (limited to 'sql/handler.cc')
-rw-r--r-- | sql/handler.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/handler.cc b/sql/handler.cc index ce96817695a..0895c6cf454 100644 --- a/sql/handler.cc +++ b/sql/handler.cc @@ -53,6 +53,8 @@ st_plugin_int *hton2plugin[MAX_HA]; static handlerton *installed_htons[128]; +#define BITMAP_STACKBUF_SIZE (128/8) + KEY_CREATE_INFO default_key_create_info= { HA_KEY_ALG_UNDEF, 0, {NullS,0} }; /* static functions defined in this file */ |