Navigation Menu

Skip to content

Commit

Permalink
[wrapper mode] support "insert on duplicate key update" for MyISAM. r…
Browse files Browse the repository at this point in the history
…efs #1301
  • Loading branch information
Kentoku committed Mar 6, 2012
1 parent 16ed2c6 commit f6e8a50
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ha_mroonga.cc
Expand Up @@ -3689,6 +3689,9 @@ int ha_mroonga::wrapper_info(uint flag)
{
int error = 0;
MRN_DBUG_ENTER_METHOD();
if (flag & HA_STATUS_ERRKEY) {
wrap_handler->dup_ref = dup_ref;
}
MRN_SET_WRAP_SHARE_KEY(share, table->s);
MRN_SET_WRAP_TABLE_KEY(this, table);
error = wrap_handler->info(flag);
Expand Down

0 comments on commit f6e8a50

Please sign in to comment.