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
9d5fe95e
Commit
9d5fe95e
authored
Dec 05, 2006
by
mskold/marty@linux.site
Browse files
Options
Browse Files
Download
Plain Diff
Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1
parents
ddf219d2
2b3789dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
storage/ndb/src/common/util/File.cpp
storage/ndb/src/common/util/File.cpp
+1
-1
storage/ndb/tools/ndb_condig.cpp
storage/ndb/tools/ndb_condig.cpp
+1
-2
No files found.
storage/ndb/src/common/util/File.cpp
View file @
9d5fe95e
...
@@ -140,7 +140,7 @@ File_class::close()
...
@@ -140,7 +140,7 @@ File_class::close()
}
}
}
}
m_file
=
NULL
;
m_file
=
NULL
;
return
rc
;
return
rc
;
}
}
...
...
storage/ndb/tools/ndb_condig.cpp
View file @
9d5fe95e
...
@@ -37,7 +37,6 @@ static int g_verbose = 0;
...
@@ -37,7 +37,6 @@ static int g_verbose = 0;
static
int
try_reconnect
=
3
;
static
int
try_reconnect
=
3
;
static
int
g_nodes
,
g_connections
,
g_section
;
static
int
g_nodes
,
g_connections
,
g_section
;
static
const
char
*
g_connectstring
=
0
;
static
const
char
*
g_query
=
0
;
static
const
char
*
g_query
=
0
;
static
int
g_nodeid
=
0
;
static
int
g_nodeid
=
0
;
...
@@ -486,7 +485,7 @@ fetch_configuration()
...
@@ -486,7 +485,7 @@ fetch_configuration()
ndb_mgm_set_error_stream
(
mgm
,
stderr
);
ndb_mgm_set_error_stream
(
mgm
,
stderr
);
if
(
ndb_mgm_set_connectstring
(
mgm
,
g_connectstring
))
if
(
ndb_mgm_set_connectstring
(
mgm
,
opt_connect_str
))
{
{
fprintf
(
stderr
,
"* %5d: %s
\n
"
,
fprintf
(
stderr
,
"* %5d: %s
\n
"
,
ndb_mgm_get_latest_error
(
mgm
),
ndb_mgm_get_latest_error
(
mgm
),
...
...
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