Commit f7af534a authored by Vasil Dimov's avatar Vasil Dimov

(trx0roll.c:747) Bug#55227 Fix compiler warnings in innodb with gcc 4.6

parent 9cf5e1de
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment