mirror of
https://github.com/MariaDB/server.git
synced 2026-04-28 03:05:33 +02:00
MDEV-532: Async InnoDB commit checkpoint.
Make the commit checkpoint inside InnoDB be asynchroneous. Implement a background thread in binlog to do the writing and flushing of binlog checkpoint events to disk.
This commit is contained in:
parent
e97d6232f3
commit
40bbf697aa
23 changed files with 639 additions and 44 deletions
|
|
@ -984,6 +984,7 @@ static bool debug_sync_eval_action(THD *thd, char *action_str)
|
|||
DBUG_ENTER("debug_sync_eval_action");
|
||||
DBUG_ASSERT(thd);
|
||||
DBUG_ASSERT(action_str);
|
||||
DBUG_PRINT("debug_sync", ("action_str='%s'", action_str));
|
||||
|
||||
/*
|
||||
Get debug sync point name. Or a special command.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue