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
af45fc05
Commit
af45fc05
authored
Feb 12, 2002
by
jorge@linux.jorge.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mysqldump.c:
Changed C++ style comments to ANSI C style.
parent
1efcc3e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
BitKeeper/etc/logging_ok
BitKeeper/etc/logging_ok
+1
-0
client/mysqldump.c
client/mysqldump.c
+2
-2
No files found.
BitKeeper/etc/logging_ok
View file @
af45fc05
...
...
@@ -9,3 +9,4 @@ miguel@light.local
monty@donna.mysql.fi
monty@bitch.mysql.fi
mwagner@cash.mwagner.org
jorge@linux.jorge.mysql.com
client/mysqldump.c
View file @
af45fc05
...
...
@@ -1192,7 +1192,7 @@ static void dumpTable(uint numFields, char *table)
fputs
(
");
\n
"
,
md_result_file
);
}
/
/XML - close table tag and supress regular output
/
*XML - close table tag and supress regular output*/
if
(
opt_xml
)
fprintf
(
md_result_file
,
"
\t
</%s>
\n
"
,
table
);
else
if
(
extended_insert
&&
row_break
)
...
...
@@ -1295,7 +1295,7 @@ static int dump_databases(char **db_names)
int
result
=
0
;
for
(
;
*
db_names
;
db_names
++
)
{
/
/XML edit - add database element
/
*XML edit - add database element*/
if
(
opt_xml
)
fprintf
(
md_result_file
,
"<%s>
\n
"
,
*
db_names
);
if
(
dump_all_tables_in_db
(
*
db_names
))
...
...
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