Navigation Menu

Skip to content

Commit

Permalink
Fix wrong deleting column_name_size. Sorry.
Browse files Browse the repository at this point in the history
  • Loading branch information
shibakentoku committed Nov 21, 2013
1 parent d5cc394 commit f5bb101
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ha_mroonga.cpp
Expand Up @@ -3417,6 +3417,7 @@ int ha_mroonga::storage_create_index(TABLE *table, const char *grn_table_name,
if (!is_multiple_column_index) {
Field *field = key_info->key_part[0].field;
column_name = field->field_name;
column_name_size = strlen(column_name);
if (strcmp(MRN_COLUMN_NAME_ID, column_name) == 0) {
// skipping _id virtual column
DBUG_RETURN(0);
Expand Down

0 comments on commit f5bb101

Please sign in to comment.