Navigation Menu

Skip to content

Commit

Permalink
fix ref_length for storage mode. refs #1321
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentoku committed Apr 3, 2012
1 parent 184fe07 commit 1d3e9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.cc
Expand Up @@ -3247,7 +3247,7 @@ int ha_mroonga::storage_open(const char *name, int mode, uint test_if_locked)
DBUG_RETURN(error);
}

ref_length = sizeof(my_off_t);
ref_length = sizeof(grn_id);
DBUG_RETURN(0);
}

Expand Down

0 comments on commit 1d3e9bf

Please sign in to comment.