[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] fix a typo.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:37:47 JST 2012


Kouhei Sutou	2012-02-15 17:52:26 +0900 (Wed, 15 Feb 2012)

  New Revision: 3d24a2dfc90d6cd2a9bdb9ecb829a4cc0b179ea9
  https://github.com/mroonga/mroonga/commit/3d24a2dfc90d6cd2a9bdb9ecb829a4cc0b179ea9

  Log:
    fix a typo.

  Modified files:
    ha_mroonga.cc

  Modified: ha_mroonga.cc (+1 -1)
===================================================================
--- ha_mroonga.cc    2012-02-15 17:51:35 +0900 (eff7329)
+++ ha_mroonga.cc    2012-02-15 17:52:26 +0900 (1f2f634)
@@ -3333,7 +3333,7 @@ int ha_mroonga::close()
     error = storage_close();
   }
 
-  if (is_temporary_table_name(share->table_name[0])) {
+  if (is_temporary_table_name(share->table_name)) {
     char db_name[MRN_MAX_PATH_SIZE];
     char table_name[MRN_MAX_PATH_SIZE];
     TABLE_LIST table_list;
-------------- next part --------------
HTML����������������������������...
Télécharger 



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