more post-merge fixes for SingleUser log events
This commit is contained in:
parent
875f8abdc2
commit
bb4f408112
@ -595,6 +595,7 @@ extern "C" {
|
||||
} BackupAborted;
|
||||
/** Log event data @ref NDB_LE_SingleUser */
|
||||
struct {
|
||||
unsigned type;
|
||||
unsigned node_id;
|
||||
} SingleUser;
|
||||
#ifndef DOXYGEN_FIX
|
||||
|
@ -289,7 +289,8 @@ struct Ndb_logevent_body_row ndb_logevent_body[]= {
|
||||
ROW( BackupAborted, "backup_id", 2, backup_id),
|
||||
ROW( BackupAborted, "error", 3, error),
|
||||
|
||||
ROW( SingleUser, "node_id", 1, node_id),
|
||||
ROW( SingleUser, "type", 1, type),
|
||||
ROW( SingleUser, "node_id", 2, node_id),
|
||||
{ NDB_LE_ILLEGAL_TYPE, 0, 0, 0, 0, 0}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user