diff options
Diffstat (limited to 'innobase/row/row0undo.c')
-rw-r--r-- | innobase/row/row0undo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/row/row0undo.c b/innobase/row/row0undo.c index 01b0b1ab41e..78cfe70c260 100644 --- a/innobase/row/row0undo.c +++ b/innobase/row/row0undo.c @@ -333,7 +333,7 @@ row_undo_step( exit(1); } - ut_a(0); + ut_error; return(NULL); } |