mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Merge marko@build.mysql.com:/home/bk/mysql-4.0
into hundin.mysql.fi:/home/marko/m/mysql-4.0
This commit is contained in:
@@ -1445,7 +1445,6 @@ trx_undo_reuse_cached(
|
||||
}
|
||||
|
||||
ut_ad(undo->size == 1);
|
||||
ut_ad(undo->hdr_page_no == undo->top_page_no);
|
||||
|
||||
if (undo->id >= TRX_RSEG_N_SLOTS) {
|
||||
fprintf(stderr, "InnoDB: Error: undo->id is %lu\n", undo->id);
|
||||
|
||||
Reference in New Issue
Block a user