mirror of
https://github.com/MariaDB/server.git
synced 2025-01-25 00:04:33 +01:00
ndb_logevent.cpp:
remove compiler warning ndb/src/mgmapi/ndb_logevent.cpp: remove compiler warning
This commit is contained in:
parent
b625a593ff
commit
ee289e69c3
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ struct Ndb_logevent_body_row ndb_logevent_body[]= {
|
||||||
ROW( BackupAborted, "backup_id", 2, backup_id),
|
ROW( BackupAborted, "backup_id", 2, backup_id),
|
||||||
ROW( BackupAborted, "error", 3, error),
|
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 {
|
struct Ndb_logevent_header_row {
|
||||||
|
|
Loading…
Add table
Reference in a new issue