1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

--with-collation argument for configure. Now one can for example use this:

./configure --with-charset=latin1 --with-collation=latin1_danish_ci
This commit is contained in:
bar@bar.mysql.r18.ru
2003-05-28 16:23:04 +05:00
parent 6b1793d2aa
commit 67c6703463
8 changed files with 178 additions and 14 deletions

View File

@@ -139,7 +139,7 @@ static my_string opt_mysql_unix_port=0;
static int connect_flag=CLIENT_INTERACTIVE;
static char *current_host,*current_db,*current_user=0,*opt_password=0,
*current_prompt=0, *delimiter_str= 0,
*default_charset= (char*) MYSQL_CHARSET;
*default_charset= (char*) MYSQL_DEFAULT_CHARSET_NAME;
static char *histfile;
static String glob_buffer,old_buffer;
static String processed_prompt;