Commit cf92a5aa authored by serg@sergbook.mylan's avatar serg@sergbook.mylan

Merge bk-internal.mysql.com:/home/bk/mysql-4.1

into sergbook.mylan:/usr/home/serg/Abk/mysql-4.1
parents 07ce8767 ecfe6ebb
......@@ -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"
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment