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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
629f9337
Commit
629f9337
authored
Jan 19, 2005
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed "formatting" after sergs comments on prev chanset
parent
428b6c55
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
ndb/include/util/ndb_opts.h
ndb/include/util/ndb_opts.h
+4
-4
sql/mysqld.cc
sql/mysqld.cc
+4
-4
No files found.
ndb/include/util/ndb_opts.h
View file @
629f9337
...
...
@@ -34,11 +34,11 @@ OPT_NDB_OPTIMIZED_NODE_SELECTION
#define OPT_NDB_CONNECTSTRING 'c'
//#if
defined(NDB_SHM_TRANSPORTER) && MYSQL_VERSION_ID >= 50000
//
#define OPT_NDB_SHM_DEFAULT 1
//
#else
#if defined(NOT_ENOUGH_TESTED) &&
defined(NDB_SHM_TRANSPORTER) && MYSQL_VERSION_ID >= 50000
#define OPT_NDB_SHM_DEFAULT 1
#else
#define OPT_NDB_SHM_DEFAULT 0
//
#endif
#endif
#define NDB_STD_OPTS_COMMON \
{ "usage", '?', "Display this help and exit.", \
...
...
sql/mysqld.cc
View file @
629f9337
...
...
@@ -54,11 +54,11 @@
#endif
#ifdef HAVE_NDBCLUSTER_DB
#define OPT_NDBCLUSTER_DEFAULT 0
//#if
defined(NDB_SHM_TRANSPORTER) && MYSQL_VERSION_ID >= 50000
//
#define OPT_NDB_SHM_DEFAULT 1
//
#else
#if defined(NOT_ENOUGH_TESTED) &&
defined(NDB_SHM_TRANSPORTER) && MYSQL_VERSION_ID >= 50000
#define OPT_NDB_SHM_DEFAULT 1
#else
#define OPT_NDB_SHM_DEFAULT 0
//
#endif
#endif
#else
#define OPT_NDBCLUSTER_DEFAULT 0
#endif
...
...
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