We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be89d30 commit 1a6ab22Copy full SHA for 1a6ab22
storage/myisammrg/ha_myisammrg.cc
@@ -380,7 +380,7 @@ static MI_INFO *myisammrg_attach_children_callback(void *callback_param)
380
my_errno= HA_ERR_WRONG_MRG_TABLE_DEF;
381
}
382
DBUG_PRINT("myrg", ("MyISAM handle: 0x%lx my_errno: %d",
383
- (long) myisam, my_errno));
+ my_errno ? NULL : (long) myisam, my_errno));
384
385
err:
386
DBUG_RETURN(my_errno ? NULL : myisam);
0 commit comments