1
0
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:
marko@hundin.mysql.fi
2004-03-13 22:48:00 +02:00
parent 9eede1c6bc
commit 9ed26f721d
37 changed files with 90 additions and 90 deletions

View File

@ -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;