mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +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
15568b946e
commit
2ce59df6ed
1 changed files with 3 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue