Navigation Menu

Skip to content

Commit

Permalink
fix a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 15, 2012
1 parent 0accba3 commit 3d24a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.cc
Expand Up @@ -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;
Expand Down

0 comments on commit 3d24a2d

Please sign in to comment.