summaryrefslogtreecommitdiff
path: root/ndb/src/mgmapi
diff options
context:
space:
mode:
authorunknown <tulin@build.mysql.com>2005-01-19 14:37:52 +0100
committerunknown <tulin@build.mysql.com>2005-01-19 14:37:52 +0100
commitee289e69c3a4a6fafa1b38033d75903829fdadb6 (patch)
tree9909b61f9e0ba9188027b7e8865d40bffb5c9d5e /ndb/src/mgmapi
parentb625a593ffbbd1ab74399ff31e70440f7238764c (diff)
downloadmariadb-git-ee289e69c3a4a6fafa1b38033d75903829fdadb6.tar.gz
ndb_logevent.cpp:
remove compiler warning ndb/src/mgmapi/ndb_logevent.cpp: remove compiler warning
Diffstat (limited to 'ndb/src/mgmapi')
-rw-r--r--ndb/src/mgmapi/ndb_logevent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/src/mgmapi/ndb_logevent.cpp b/ndb/src/mgmapi/ndb_logevent.cpp
index 6d4f1980f0f..89ca9a50883 100644
--- a/ndb/src/mgmapi/ndb_logevent.cpp
+++ b/ndb/src/mgmapi/ndb_logevent.cpp
@@ -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 {