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
0b28f24b
Commit
0b28f24b
authored
Aug 04, 2009
by
Satya B
Browse files
Options
Browse Files
Download
Plain Diff
merge from mysql-5.1-bugteam
parents
fe462bdb
f1e261b8
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 @
0b28f24b
...
...
@@ -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