[Groonga-mysql-commit] mroonga/mroonga [master] Change key_info source. refs #1547

Back to archive index

Kentoku null+****@clear*****
Wed Dec 26 03:06:56 JST 2012


Kentoku	2012-12-26 03:06:56 +0900 (Wed, 26 Dec 2012)

  New Revision: 899030eecbd263a646420bb1cd27a4f0f7281ae1
  https://github.com/mroonga/mroonga/commit/899030eecbd263a646420bb1cd27a4f0f7281ae1

  Log:
    Change key_info source. refs #1547

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+1 -1)
===================================================================
--- ha_mroonga.cpp    2012-12-25 10:55:10 +0900 (b3e9891)
+++ ha_mroonga.cpp    2012-12-26 03:06:56 +0900 (f8236d0)
@@ -11420,7 +11420,7 @@ int ha_mroonga::storage_enable_indexes(uint mode)
       DBUG_PRINT("info", ("mroonga: keys are enabled already"));
       DBUG_RETURN(0);
     }
-    KEY *key_info = table_share->key_info;
+    KEY *key_info = table->key_info;
     bitmap_clear_all(table->read_set);
     mrn::PathMapper mapper(share->table_name, mrn_database_path_prefix);
     for (i = 0; i < n_keys; i++) {
-------------- next part --------------
HTML����������������������������...
Télécharger 



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