Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
eac6374a
Commit
eac6374a
authored
Sep 07, 2006
by
knielsen@ymer.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compilation errors in gcc -ansi -pedantic.
parent
273f1899
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
storage/ndb/include/kernel/signaldata/CreateIndx.hpp
storage/ndb/include/kernel/signaldata/CreateIndx.hpp
+1
-1
storage/ndb/include/kernel/signaldata/CreateTable.hpp
storage/ndb/include/kernel/signaldata/CreateTable.hpp
+1
-1
storage/ndb/tools/listTables.cpp
storage/ndb/tools/listTables.cpp
+1
-1
No files found.
storage/ndb/include/kernel/signaldata/CreateIndx.hpp
View file @
eac6374a
...
...
@@ -211,7 +211,7 @@ public:
DuplicateAttributes
=
4258
,
TableIsTemporary
=
776
,
TableIsNotTemporary
=
777
,
NoLoggingTemporaryIndex
=
778
,
NoLoggingTemporaryIndex
=
778
};
CreateIndxConf
m_conf
;
...
...
storage/ndb/include/kernel/signaldata/CreateTable.hpp
View file @
eac6374a
...
...
@@ -98,7 +98,7 @@ public:
NotATablespace
=
758
,
InvalidTablespaceVersion
=
759
,
OutOfStringBuffer
=
773
,
NoLoggingTemporaryTable
=
778
,
NoLoggingTemporaryTable
=
778
};
private:
...
...
storage/ndb/tools/listTables.cpp
View file @
eac6374a
...
...
@@ -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
[]
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment