mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
ndb - bug#18475
Fix error message on copyfragref
This commit is contained in:
parent
8a825e3cfa
commit
8754e59a8f
1 changed files with 4 additions and 5 deletions
|
@ -180,9 +180,8 @@ void Ndbcntr::execSYSTEM_ERROR(Signal* signal)
|
|||
|
||||
case SystemError::CopyFragRefError:
|
||||
BaseString::snprintf(buf, sizeof(buf),
|
||||
"Node %d killed this node because "
|
||||
"it could not copy a fragment during node restart. "
|
||||
"Copy fragment error code: %u.",
|
||||
"Killed by node %d as "
|
||||
"copyfrag failed, error: %u",
|
||||
killingNode, data1);
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue