small correction in thd_ndb hash_init

parent 697227c8
...@@ -332,7 +332,7 @@ Thd_ndb::Thd_ndb() ...@@ -332,7 +332,7 @@ Thd_ndb::Thd_ndb()
stmt= NULL; stmt= NULL;
error= 0; error= 0;
options= 0; options= 0;
(void) hash_init(&open_tables, system_charset_info, 32, 0, 0, (void) hash_init(&open_tables, &my_charset_bin, 5, 0, 0,
(hash_get_key)thd_ndb_share_get_key, 0, 0); (hash_get_key)thd_ndb_share_get_key, 0, 0);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment