diff options
author | bar@bar.mysql.r18.ru <> | 2003-05-28 16:23:04 +0500 |
---|---|---|
committer | bar@bar.mysql.r18.ru <> | 2003-05-28 16:23:04 +0500 |
commit | 67c6703463dfd7542db7bc96faa379aaf7e4162d (patch) | |
tree | 014f51899b65b90c388c3d77676cada597fbb95e /acconfig.h | |
parent | 6b1793d2aad8395ebce3363a529814b2a547e15f (diff) | |
download | mariadb-git-67c6703463dfd7542db7bc96faa379aaf7e4162d.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 |