diff options
Diffstat (limited to 'storage/innobase/row/row0uins.c')
-rw-r--r-- | storage/innobase/row/row0uins.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/innobase/row/row0uins.c b/storage/innobase/row/row0uins.c index 822b7cfb9f2..ce9ab792204 100644 --- a/storage/innobase/row/row0uins.c +++ b/storage/innobase/row/row0uins.c @@ -286,8 +286,8 @@ row_undo_ins( return(DB_SUCCESS); } - node->index = dict_table_get_next_index - (dict_table_get_first_index(node->table)); + node->index = dict_table_get_next_index( + dict_table_get_first_index(node->table)); while (node->index != NULL) { entry = row_build_index_entry(node->row, node->index, |