more post-merge fixes for SingleUser log events

This commit is contained in:
stewart@mysql.com 2005-09-30 14:44:24 +10:00
parent 875f8abdc2
commit bb4f408112
2 changed files with 3 additions and 1 deletions

View File

@ -595,6 +595,7 @@ extern "C" {
} BackupAborted;
/** Log event data @ref NDB_LE_SingleUser */
struct {
unsigned type;
unsigned node_id;
} SingleUser;
#ifndef DOXYGEN_FIX

View File

@ -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}
};