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
554ae233
Commit
554ae233
authored
Nov 18, 2004
by
tomas@poseidon.ndb.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change file name to avoid conflict
corrected mistake in previous patch
parent
21e8a090
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
ndb/tools/Makefile.am
ndb/tools/Makefile.am
+1
-1
ndb/tools/restore/restore_main.cpp
ndb/tools/restore/restore_main.cpp
+4
-2
No files found.
ndb/tools/Makefile.am
View file @
554ae233
...
...
@@ -26,7 +26,7 @@ ndb_select_all_SOURCES = select_all.cpp \
../test/src/NDBT_ResultRow.cpp
\
$(tools_common_sources)
ndb_select_count_SOURCES
=
select_count.cpp
$(tools_common_sources)
ndb_restore_SOURCES
=
restore/main.cpp
\
ndb_restore_SOURCES
=
restore/
restore_
main.cpp
\
restore/consumer.cpp
\
restore/consumer_restore.cpp
\
restore/consumer_printer.cpp
\
...
...
ndb/tools/restore/main.cpp
→
ndb/tools/restore/
restore_
main.cpp
View file @
554ae233
...
...
@@ -123,15 +123,17 @@ get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
case
'n'
:
if
(
ga_nodeId
==
0
)
{
printf
(
"Error in --nodeid
|
-n setting, see --help
\n
"
);
printf
(
"Error in --nodeid
,
-n setting, see --help
\n
"
);
exit
(
1
);
}
break
;
case
'b'
:
if
(
ga_backupId
==
0
)
{
printf
(
"Error in --backupid
|
-b setting, see --help
\n
"
);
printf
(
"Error in --backupid
,
-b setting, see --help
\n
"
);
exit
(
1
);
}
break
;
case
'?'
:
usage
();
exit
(
0
);
...
...
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