null+****@clear*****
null+****@clear*****
2012年 2月 24日 (金) 17:36:57 JST
Kouhei Sutou 2012-02-24 17:36:57 +0900 (Fri, 24 Feb 2012) New Revision: d043994701e272bf150e3df108a43d14cda18ec8 Log: Ensure to initialize grn_table. Modified files: ha_mroonga.cc Modified: ha_mroonga.cc (+1 -0) =================================================================== --- ha_mroonga.cc 2012-02-24 15:21:28 +0900 (7dd8001) +++ ha_mroonga.cc 2012-02-24 17:36:57 +0900 (d1e0cb0) @@ -1836,6 +1836,7 @@ ha_mroonga::ha_mroonga(handlerton *hton, TABLE_SHARE *share_arg) ctx = grn_ctx_open(0); mrn_change_encoding(ctx, system_charset_info); grn_ctx_use(ctx, mrn_db); + grn_table = NULL; grn_columns = NULL; cursor = NULL; index_table_cursor = NULL;