null+****@clear*****
null+****@clear*****
2012年 2月 15日 (水) 17:52:26 JST
Kouhei Sutou 2012-02-15 17:52:26 +0900 (Wed, 15 Feb 2012)
New Revision: 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;