diff options
author | unknown <bar@bar.mysql.r18.ru> | 2003-05-28 16:23:04 +0500 |
---|---|---|
committer | unknown <bar@bar.mysql.r18.ru> | 2003-05-28 16:23:04 +0500 |
commit | eb4f5e2d6c693faecf152478cbe7e3883985548a (patch) | |
tree | 014f51899b65b90c388c3d77676cada597fbb95e /acconfig.h | |
parent | af512c8d8c196b3132266dc76c8a458f42405f31 (diff) | |
download | mariadb-git-eb4f5e2d6c693faecf152478cbe7e3883985548a.tar.gz |
--with-collation argument for configure. Now one can for example use this:
./configure --with-charset=latin1 --with-collation=latin1_danish_ci
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h index 6bd017bbbce..0b822d67cf5 100644 --- a/acconfig.h +++ b/acconfig.h @@ -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 |