Apply Igor's fix:

Fixed a failure of the merge_innodb test on windows.


storage/myisammrg/ha_myisammrg.cc:
  Fixed a failure of the merge_innodb test on windows.
This commit is contained in:
Sergey Petrunya 2009-09-18 03:01:09 +04:00
parent 23958fe046
commit f974f10cf1

View file

@ -309,7 +309,7 @@ static MI_INFO *myisammrg_attach_children_callback(void *callback_param)
TABLE *parent; TABLE *parent;
TABLE *child; TABLE *child;
TABLE_LIST *child_l; TABLE_LIST *child_l;
MI_INFO *myisam; MI_INFO *myisam= NULL;
DBUG_ENTER("myisammrg_attach_children_callback"); DBUG_ENTER("myisammrg_attach_children_callback");
my_errno= 0; my_errno= 0;