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
ad2b5063
Commit
ad2b5063
authored
Aug 04, 2009
by
Satya B
Browse files
Options
Browse Files
Download
Plain Diff
merge from mysql-5.1-bugteam
parents
56fd5499
328754de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
client/mysqldump.c
client/mysqldump.c
+1
-1
No files found.
client/mysqldump.c
View file @
ad2b5063
...
...
@@ -3137,7 +3137,7 @@ static void dump_table(char *table, char *db)
dynstr_append_checked
(
&
query_string
,
filename
);
dynstr_append_checked
(
&
query_string
,
"'"
);
dynstr_append_checked
(
&
query_string
,
" /*!5013
7
CHARACTER SET "
);
dynstr_append_checked
(
&
query_string
,
" /*!5013
8
CHARACTER SET "
);
dynstr_append_checked
(
&
query_string
,
default_charset
==
mysql_universal_client_charset
?
my_charset_bin
.
name
:
/* backward compatibility */
default_charset
);
...
...
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