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
5218404b
Commit
5218404b
authored
Sep 16, 2004
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
into poseidon.(none):/home/tomas/mysql-4.1-ndb-merge
parents
79d33f95
e429f2d6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
ndb/src/common/util/SocketClient.cpp
ndb/src/common/util/SocketClient.cpp
+2
-0
scripts/mysql_install_db.sh
scripts/mysql_install_db.sh
+1
-1
No files found.
ndb/src/common/util/SocketClient.cpp
View file @
5218404b
...
@@ -66,7 +66,9 @@ SocketClient::connect()
...
@@ -66,7 +66,9 @@ SocketClient::connect()
if
(
m_sockfd
<
0
)
if
(
m_sockfd
<
0
)
{
{
if
(
!
init
())
{
if
(
!
init
())
{
#ifdef VM_TRACE
ndbout
<<
"SocketClient::connect() failed "
<<
m_server_name
<<
" "
<<
m_port
<<
endl
;
ndbout
<<
"SocketClient::connect() failed "
<<
m_server_name
<<
" "
<<
m_port
<<
endl
;
#endif
return
-
1
;
return
-
1
;
}
}
}
}
...
...
scripts/mysql_install_db.sh
View file @
5218404b
...
@@ -213,7 +213,7 @@ then
...
@@ -213,7 +213,7 @@ then
fi
fi
mysqld_install_cmd_line
=
"
$mysqld
$defaults
$mysqld_opt
--bootstrap
\
mysqld_install_cmd_line
=
"
$mysqld
$defaults
$mysqld_opt
--bootstrap
\
--skip-grant-tables --basedir=
$basedir
--datadir=
$ldata
--skip-innodb
\
--skip-grant-tables --basedir=
$basedir
--datadir=
$ldata
--skip-innodb
\
--skip-bdb
$args
--max_allowed_packet=8M"
--skip-bdb
--skip-ndbcluster
$args
--max_allowed_packet=8M"
if
$scriptdir
/mysql_create_system_tables
$create_option
$mdata
$hostname
$windows
\
if
$scriptdir
/mysql_create_system_tables
$create_option
$mdata
$hostname
$windows
\
|
eval
"
$mysqld_install_cmd_line
"
|
eval
"
$mysqld_install_cmd_line
"
then
then
...
...
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