diff options
author | lenz@mysql.com <> | 2005-01-06 15:32:42 +0100 |
---|---|---|
committer | lenz@mysql.com <> | 2005-01-06 15:32:42 +0100 |
commit | 6b6a11f85b27a403e408763f095c183ca38bef76 (patch) | |
tree | 853c8b171c8e81aaf302abd83e91a964784a3a25 /BUILD | |
parent | 746fd9fdacc52ccc297db7703ea9288b67138167 (diff) | |
parent | 57099ef6c6f14fa3e6b912f1f8884b9b5feb7c54 (diff) | |
download | mariadb-git-6b6a11f85b27a403e408763f095c183ca38bef76.tar.gz |
- Manually merged two changes from 4.0
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/compile-dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD/compile-dist b/BUILD/compile-dist index f27c218747c..7c177f54258 100755 --- a/BUILD/compile-dist +++ b/BUILD/compile-dist @@ -43,5 +43,6 @@ fi --with-berkeley-db \ --with-innodb \ --enable-thread-safe-client \ + --with-extra-charsets=complex \ --with-ndbcluster make |