ndb_logevent.cpp:

remove compiler warning


ndb/src/mgmapi/ndb_logevent.cpp:
  remove compiler warning
This commit is contained in:
unknown 2005-01-19 14:37:52 +01:00
parent b625a593ff
commit ee289e69c3

View file

@ -283,7 +283,7 @@ struct Ndb_logevent_body_row ndb_logevent_body[]= {
ROW( BackupAborted, "backup_id", 2, backup_id),
ROW( BackupAborted, "error", 3, error),
{ NDB_LE_ILLEGAL_TYPE, 0, 0, 0, 0}
{ NDB_LE_ILLEGAL_TYPE, 0, 0, 0, 0, 0}
};
struct Ndb_logevent_header_row {