[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] change from table_share to table

Back to archive index

Kentoku null+****@clear*****
Thu Oct 4 10:25:17 JST 2012


Kentoku	2011-06-18 14:37:54 +0900 (Sat, 18 Jun 2011)

  New Revision: dfe7f6ab85b0e4f8203d1ef7aa6767eb57352e10
  https://github.com/mroonga/mroonga/commit/dfe7f6ab85b0e4f8203d1ef7aa6767eb57352e10

  Log:
    change from table_share to table

  Modified files:
    ha_mroonga.cc

  Modified: ha_mroonga.cc (+1 -1)
===================================================================
--- ha_mroonga.cc    2011-06-18 14:07:18 +0900 (ff38a08)
+++ ha_mroonga.cc    2011-06-18 14:37:54 +0900 (1508612)
@@ -2555,7 +2555,7 @@ int ha_mroonga::wrapper_write_row(uchar *buf)
     uint n_keys = table->s->keys;
     for (i = 0; i < n_keys; i++) {
       grn_rc rc;
-      KEY key_info = table->s->key_info[i];
+      KEY key_info = table->key_info[i];
 
       if (key_info.algorithm != HA_KEY_ALG_FULLTEXT) {
         continue;
-------------- next part --------------
HTML����������������������������...
Download 



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