mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
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:
parent
624f088457
commit
9e8ffa495a
1 changed files with 3 additions and 0 deletions
|
|
@ -3914,6 +3914,9 @@ os_aio_simulated_handle(
|
||||||
ulint n;
|
ulint n;
|
||||||
ulint i;
|
ulint i;
|
||||||
|
|
||||||
|
/* Fix compiler warning */
|
||||||
|
*consecutive_ios = NULL;
|
||||||
|
|
||||||
segment = os_aio_get_array_and_local_segment(&array, global_segment);
|
segment = os_aio_get_array_and_local_segment(&array, global_segment);
|
||||||
|
|
||||||
restart:
|
restart:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue