mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
InnoDB: Replace ut_a(0) with ut_error
This commit is contained in:
@ -1184,7 +1184,7 @@ srv_table_reserve_slot_for_mysql(void)
|
||||
(ulint)difftime(ut_time(), slot->suspend_time));
|
||||
}
|
||||
|
||||
ut_a(0);
|
||||
ut_error;
|
||||
}
|
||||
|
||||
slot = srv_mysql_table + i;
|
||||
|
Reference in New Issue
Block a user