mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
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:
parent
23958fe046
commit
f974f10cf1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue