From f974f10cf1e790a162a46d662061fd08b050c648 Mon Sep 17 00:00:00 2001 From: Sergey Petrunya Date: Fri, 18 Sep 2009 03:01:09 +0400 Subject: [PATCH] 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. --- storage/myisammrg/ha_myisammrg.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/myisammrg/ha_myisammrg.cc b/storage/myisammrg/ha_myisammrg.cc index 67f2d6457c7..fca8d94172c 100644 --- a/storage/myisammrg/ha_myisammrg.cc +++ b/storage/myisammrg/ha_myisammrg.cc @@ -309,7 +309,7 @@ static MI_INFO *myisammrg_attach_children_callback(void *callback_param) TABLE *parent; TABLE *child; TABLE_LIST *child_l; - MI_INFO *myisam; + MI_INFO *myisam= NULL; DBUG_ENTER("myisammrg_attach_children_callback"); my_errno= 0;