From eac6374a884e55c8f2cb40bbae81b8375cfa6662 Mon Sep 17 00:00:00 2001 From: "knielsen@ymer.(none)" <> Date: Thu, 7 Sep 2006 21:00:00 +0200 Subject: [PATCH] Fix compilation errors in gcc -ansi -pedantic. --- storage/ndb/include/kernel/signaldata/CreateIndx.hpp | 2 +- storage/ndb/include/kernel/signaldata/CreateTable.hpp | 2 +- storage/ndb/tools/listTables.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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[] = {