summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
authorbrian@zim.(none) <>2006-08-25 13:32:06 -0700
committerbrian@zim.(none) <>2006-08-25 13:32:06 -0700
commite831273902da0af8d48eab4b76a7c77a06fbc1aa (patch)
treec9713021de8bd6fe080871a0696691c85eb50e18 /storage
parentaeea252b4d6df74016db3b20f7535c9e832e3425 (diff)
parentbaa914e66d326925f4bd3bb52a8c31de530f7c8b (diff)
downloadmariadb-git-e831273902da0af8d48eab4b76a7c77a06fbc1aa.tar.gz
Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-arch
into zim.(none):/home/brian/mysql/arch-5.1
Diffstat (limited to 'storage')
-rw-r--r--storage/csv/ha_tina.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/csv/ha_tina.cc b/storage/csv/ha_tina.cc
index bec236becd0..354239005fd 100644
--- a/storage/csv/ha_tina.cc
+++ b/storage/csv/ha_tina.cc
@@ -157,6 +157,7 @@ static int tina_init_func()
VOID(pthread_mutex_init(&tina_mutex,MY_MUTEX_INIT_FAST));
(void) hash_init(&tina_open_tables,system_charset_info,32,0,0,
(hash_get_key) tina_get_key,0,0);
+ bzero(&tina_hton, sizeof(handlerton));
tina_hton.state= SHOW_OPTION_YES;
tina_hton.db_type= DB_TYPE_CSV_DB;
tina_hton.create= tina_create_handler;