mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
(trx0roll.c:747) Bug#55227 Fix compiler warnings in innodb with gcc 4.6
This commit is contained in:
parent
9cf5e1de92
commit
f7af534a56
1 changed files with 0 additions and 2 deletions
|
|
@ -744,11 +744,9 @@ trx_undo_arr_remove_info(
|
|||
{
|
||||
trx_undo_inf_t* cell;
|
||||
ulint n_used;
|
||||
ulint n;
|
||||
ulint i;
|
||||
|
||||
n_used = arr->n_used;
|
||||
n = 0;
|
||||
|
||||
for (i = 0;; i++) {
|
||||
cell = trx_undo_arr_get_nth_info(arr, i);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue