diff options
Diffstat (limited to 'innobase/rem/rem0cmp.c')
-rw-r--r-- | innobase/rem/rem0cmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/rem/rem0cmp.c b/innobase/rem/rem0cmp.c index 71a7b1368cb..dea2621faf3 100644 --- a/innobase/rem/rem0cmp.c +++ b/innobase/rem/rem0cmp.c @@ -273,7 +273,7 @@ cmp_whole_field( default: fprintf(stderr, "InnoDB: unknown type number %lu\n", data_type); - ut_a(0); + ut_error; } return(0); |