1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

postreview changes

This commit is contained in:
bell@sanja.is.com.ua
2005-01-06 20:47:08 +02:00
parent 779c33a5e7
commit d944dc9a78

View File

@ -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;