mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
ndb -
fix printout crashes testSystemRestart -n SR_UNDO
This commit is contained in:
parent
38814b22dd
commit
f05e5e8c4e
1 changed files with 1 additions and 1 deletions
|
@ -14161,7 +14161,7 @@ Dbdih::execDUMP_STATE_ORD(Signal* signal)
|
|||
}
|
||||
|
||||
if(arg == DumpStateOrd::EnableUndoDelayDataWrite){
|
||||
g_eventLogger.info("Dbdih:: delay write of datapages for table = %s",
|
||||
g_eventLogger.info("Dbdih:: delay write of datapages for table = %d",
|
||||
dumpState->args[1]);
|
||||
// Send this dump to ACC and TUP
|
||||
EXECUTE_DIRECT(DBACC, GSN_DUMP_STATE_ORD, signal, 2);
|
||||
|
|
Loading…
Reference in a new issue