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
6bbf1f8e
Commit
6bbf1f8e
authored
Oct 07, 2004
by
magnus@neptunus.(none)
Browse files
Options
Browse Files
Download
Plain Diff
Merge msvensson@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into neptunus.(none):/home/magnus/mysql/mysql-4.1-ndb
parents
0ac2c35f
6985bcd5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
ndb/src/kernel/vm/Configuration.cpp
ndb/src/kernel/vm/Configuration.cpp
+1
-1
sql/ha_ndbcluster.cc
sql/ha_ndbcluster.cc
+2
-2
No files found.
ndb/src/kernel/vm/Configuration.cpp
View file @
6bbf1f8e
...
...
@@ -203,7 +203,7 @@ Configuration::fetch_configuration(LocalConfig &local_config){
/* Set stop on error to true otherwise NDB will
go into an restart loop...
*/
ERROR_SET
(
fatal
,
ERR_INVALID_CONFIG
,
"Could connect to ndb_mgmd"
,
s
);
ERROR_SET
(
fatal
,
ERR_INVALID_CONFIG
,
"Could
not
connect to ndb_mgmd"
,
s
);
}
m_mgmd_port
=
m_config_retriever
->
get_mgmd_port
();
...
...
sql/ha_ndbcluster.cc
View file @
6bbf1f8e
...
...
@@ -3948,8 +3948,8 @@ int ndbcluster_find_files(THD *thd,const char *db,const char *path,
while
((
file_name
=
it2
++
))
{
DBUG_PRINT
(
"info"
,
(
"Table %s need discovery"
,
name
));
ha_create_table_from_engine
(
thd
,
db
,
file_name
,
true
);
files
->
push_back
(
thd
->
strdup
(
file_name
));
if
(
ha_create_table_from_engine
(
thd
,
db
,
file_name
,
true
)
==
0
)
files
->
push_back
(
thd
->
strdup
(
file_name
));
}
pthread_mutex_unlock
(
&
LOCK_open
);
...
...
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