diff options
author | bar@mysql.com <> | 2005-02-23 16:28:10 +0400 |
---|---|---|
committer | bar@mysql.com <> | 2005-02-23 16:28:10 +0400 |
commit | 99937c2b9194a50a5c175ab6cf50b0056836dd84 (patch) | |
tree | 1b47c06fd2b8dc75ffb3a1da454a5719ab208412 /include | |
parent | 5ef265f21957ceb1801f5beff46835866fc807d5 (diff) | |
download | mariadb-git-99937c2b9194a50a5c175ab6cf50b0056836dd84.tar.gz |
config-win.h:
Activate Unicode collations in Windows version.
Diffstat (limited to 'include')
-rw-r--r-- | include/config-win.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config-win.h b/include/config-win.h index 66a441ec339..472190e53ca 100644 --- a/include/config-win.h +++ b/include/config-win.h @@ -402,4 +402,5 @@ inline double ulonglong2double(ulonglong value) #define HAVE_CHARSET_ucs2 1 #define HAVE_CHARSET_ujis 1 #define HAVE_CHARSET_utf8 1 +#define HAVE_UCA_COLLATIONS 1 |