mirror of
https://github.com/MariaDB/server.git
synced 2025-09-03 20:43:11 +03:00
Fix compilation errors in gcc -ansi -pedantic.
This commit is contained in:
@@ -211,7 +211,7 @@ public:
|
|||||||
DuplicateAttributes = 4258,
|
DuplicateAttributes = 4258,
|
||||||
TableIsTemporary = 776,
|
TableIsTemporary = 776,
|
||||||
TableIsNotTemporary = 777,
|
TableIsNotTemporary = 777,
|
||||||
NoLoggingTemporaryIndex = 778,
|
NoLoggingTemporaryIndex = 778
|
||||||
};
|
};
|
||||||
|
|
||||||
CreateIndxConf m_conf;
|
CreateIndxConf m_conf;
|
||||||
|
@@ -98,7 +98,7 @@ public:
|
|||||||
NotATablespace = 758,
|
NotATablespace = 758,
|
||||||
InvalidTablespaceVersion = 759,
|
InvalidTablespaceVersion = 759,
|
||||||
OutOfStringBuffer = 773,
|
OutOfStringBuffer = 773,
|
||||||
NoLoggingTemporaryTable = 778,
|
NoLoggingTemporaryTable = 778
|
||||||
};
|
};
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
@@ -249,7 +249,7 @@ static int _loops;
|
|||||||
static int _type;
|
static int _type;
|
||||||
enum options_ndb_show_tables
|
enum options_ndb_show_tables
|
||||||
{
|
{
|
||||||
OPT_SHOW_TMP_STATUS=256,
|
OPT_SHOW_TMP_STATUS=256
|
||||||
};
|
};
|
||||||
static struct my_option my_long_options[] =
|
static struct my_option my_long_options[] =
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user