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
cf92a5aa
Commit
cf92a5aa
authored
Apr 21, 2004
by
serg@sergbook.mylan
Browse files
Options
Browse Files
Download
Plain Diff
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into sergbook.mylan:/usr/home/serg/Abk/mysql-4.1
parents
07ce8767
ecfe6ebb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
mysql-test/ndb/install_ndbcluster
mysql-test/ndb/install_ndbcluster
+6
-6
sql/mysqld.cc
sql/mysqld.cc
+1
-1
No files found.
mysql-test/ndb/install_ndbcluster
View file @
cf92a5aa
...
...
@@ -64,12 +64,12 @@ start_default_ndbcluster() {
NDB_CONNECTSTRING
=
if
[
$initial_ndb
]
;
then
mkdir
$fs_ndb
mkdir
$fs_mgm_1
mkdir
$fs_ndb_2
mkdir
$fs_ndb_3
mkdir
$fs_name_2
mkdir
$fs_name_3
[
-d
$fs_ndb
]
||
mkdir
$fs_ndb
[
-d
$fs_mgm_1
]
||
mkdir
$fs_mgm_1
[
-d
$fs_ndb_2
]
||
mkdir
$fs_ndb_2
[
-d
$fs_ndb_3
]
||
mkdir
$fs_ndb_3
[
-d
$fs_name_2
]
||
mkdir
$fs_name_2
[
-d
$fs_name_3
]
||
mkdir
$fs_name_3
fi
if
[
-d
"
$fs_ndb
"
-a
-d
"
$fs_mgm_1
"
-a
-d
"
$fs_ndb_2
"
-a
-d
"
$fs_ndb_3
"
-a
-d
"
$fs_name_2
"
-a
-d
"
$fs_name_3
"
]
;
then
:
;
else
echo
"
$fs_ndb
filesystem directory does not exist"
...
...
sql/mysqld.cc
View file @
cf92a5aa
...
...
@@ -5136,7 +5136,7 @@ static void mysql_init_variables(void)
have_example_db
=
SHOW_OPTION_NO
;
#endif
#ifdef HAVE_NDBCLUSTER_DB
have_ndbcluster
=
SHOW_OPTION_
YES
;
have_ndbcluster
=
SHOW_OPTION_
DISABLED
;
#else
have_ndbcluster
=
SHOW_OPTION_NO
;
#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