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
d944dc9a
Commit
d944dc9a
authored
Jan 06, 2005
by
bell@sanja.is.com.ua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
postreview changes
parent
779c33a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
client/mysqldump.c
client/mysqldump.c
+4
-4
No files found.
client/mysqldump.c
View file @
d944dc9a
...
@@ -107,11 +107,11 @@ static char *shared_memory_base_name=0;
...
@@ -107,11 +107,11 @@ static char *shared_memory_base_name=0;
#endif
#endif
static
uint
opt_protocol
=
0
;
static
uint
opt_protocol
=
0
;
/*
/*
Constant for detection
default value of default_charset (if
Constant for detection
of default value of default_charset.
default_charset equal to mysql_universal_client_charset, then it is
If default_charset is equal to mysql_universal_client_charset, then
default value which assigned in very beginning on main())
it is the default value which assigned at the very beginning of main().
*/
*/
const
static
char
*
mysql_universal_client_charset
=
static
const
char
*
mysql_universal_client_charset
=
MYSQL_UNIVERSAL_CLIENT_CHARSET
;
MYSQL_UNIVERSAL_CLIENT_CHARSET
;
static
char
*
default_charset
;
static
char
*
default_charset
;
static
CHARSET_INFO
*
charset_info
=
&
my_charset_latin1
;
static
CHARSET_INFO
*
charset_info
=
&
my_charset_latin1
;
...
...
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