Applying InnoDB snapshot

Detailed revision comments:

r6805 | inaam | 2010-03-11 23:15:17 +0200 (Thu, 11 Mar 2010) | 6 lines
branches/zip issue#463

Fixed compiler warning about uninitialized variable.

Non-functional change.
This commit is contained in:
Sergey Vojtovich 2010-04-01 16:27:53 +04:00
commit 2ce59df6ed

View file

@ -3914,6 +3914,9 @@ os_aio_simulated_handle(
ulint n;
ulint i;
/* Fix compiler warning */
*consecutive_ios = NULL;
segment = os_aio_get_array_and_local_segment(&array, global_segment);
restart: