[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] Ensure to initialize grn_table.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:38:03 JST 2012


Kouhei Sutou	2012-02-24 17:36:57 +0900 (Fri, 24 Feb 2012)

  New Revision: d043994701e272bf150e3df108a43d14cda18ec8
  https://github.com/mroonga/mroonga/commit/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;
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index