Navigation Menu

Skip to content

Commit

Permalink
make re-buildable on MySQL 5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 11, 2011
1 parent 90266b1 commit c9c26aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ha_mroonga.cc
Expand Up @@ -1665,7 +1665,9 @@ int ha_mroonga::delete_table(const char *name)
/* This is previous version */
tmp_table_share->version--;
tmp_table.s = tmp_table_share;
#if MYSQL_VERSION_ID >= 50500
tmp_table.part_info = NULL;
#endif
if (!(tmp_share = mrn_get_share(name, &tmp_table, &error)))
{
mrn_free_table_share(tmp_table_share);
Expand Down

0 comments on commit c9c26aa

Please sign in to comment.