mirror of
https://github.com/MariaDB/server.git
synced 2025-08-29 00:08:14 +03:00
Applying InnoDB snapshot
Detailed revision comments: r6712 | marko | 2010-02-16 10:05:36 +0200 (Tue, 16 Feb 2010) | 2 lines branches/zip: trx_lists_init_at_db_start(): Assert that the kernel_mutex is held by the caller.
This commit is contained in:
@@ -425,6 +425,7 @@ trx_lists_init_at_db_start(void)
|
||||
trx_undo_t* undo;
|
||||
trx_t* trx;
|
||||
|
||||
ut_ad(mutex_own(&kernel_mutex));
|
||||
UT_LIST_INIT(trx_sys->trx_list);
|
||||
|
||||
/* Look from the rollback segments if there exist undo logs for
|
||||
|
Reference in New Issue
Block a user