1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +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

@ -85,7 +85,7 @@ static MYSQL mysql_connection,*sock=0;
static char insert_pat[12 * 1024],*opt_password=0,*current_user=0,
*current_host=0,*path=0,*fields_terminated=0,
*lines_terminated=0, *enclosed=0, *opt_enclosed=0, *escaped=0,
*where=0, *default_charset= (char *)MYSQL_CHARSET,
*where=0, *default_charset= (char *)MYSQL_DEFAULT_CHARSET_NAME,
*opt_compatible_mode_str= 0,
*err_ptr= 0;
static ulong opt_compatible_mode= 0;