mirror of
https://github.com/MariaDB/server.git
synced 2026-05-05 14:45:31 +02: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:
parent
af512c8d8c
commit
eb4f5e2d6c
8 changed files with 178 additions and 14 deletions
|
|
@ -19,7 +19,10 @@
|
|||
#undef CRAY_STACKSEG_END
|
||||
|
||||
/* Define the default charset name */
|
||||
#undef DEFAULT_CHARSET_NAME
|
||||
#undef MYSQL_DEFAULT_CHARSET_NAME
|
||||
|
||||
/* Define the default charset name */
|
||||
#undef MYSQL_DEFAULT_COLLATION_NAME
|
||||
|
||||
/* Version of .frm files */
|
||||
#undef DOT_FRM_VERSION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue