diff --git a/storage/ndb/include/kernel/signaldata/CreateIndx.hpp b/storage/ndb/include/kernel/signaldata/CreateIndx.hpp index 71688138f0a..cd4084d2248 100644 --- a/storage/ndb/include/kernel/signaldata/CreateIndx.hpp +++ b/storage/ndb/include/kernel/signaldata/CreateIndx.hpp @@ -211,7 +211,7 @@ public: DuplicateAttributes = 4258, TableIsTemporary = 776, TableIsNotTemporary = 777, - NoLoggingTemporaryIndex = 778, + NoLoggingTemporaryIndex = 778 }; CreateIndxConf m_conf; diff --git a/storage/ndb/include/kernel/signaldata/CreateTable.hpp b/storage/ndb/include/kernel/signaldata/CreateTable.hpp index 2be69f41157..b731742f75c 100644 --- a/storage/ndb/include/kernel/signaldata/CreateTable.hpp +++ b/storage/ndb/include/kernel/signaldata/CreateTable.hpp @@ -98,7 +98,7 @@ public: NotATablespace = 758, InvalidTablespaceVersion = 759, OutOfStringBuffer = 773, - NoLoggingTemporaryTable = 778, + NoLoggingTemporaryTable = 778 }; private: diff --git a/storage/ndb/tools/listTables.cpp b/storage/ndb/tools/listTables.cpp index 44c69d7e5a8..0e32d802d2d 100644 --- a/storage/ndb/tools/listTables.cpp +++ b/storage/ndb/tools/listTables.cpp @@ -249,7 +249,7 @@ static int _loops; static int _type; enum options_ndb_show_tables { - OPT_SHOW_TMP_STATUS=256, + OPT_SHOW_TMP_STATUS=256 }; static struct my_option my_long_options[] = {