diff options
author | unknown <lenz@mysql.com> | 2005-01-06 15:32:42 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2005-01-06 15:32:42 +0100 |
commit | f40d29a23228d95c05f9720eaaa788a01aa830aa (patch) | |
tree | 853c8b171c8e81aaf302abd83e91a964784a3a25 /BUILD/compile-dist | |
parent | 51cae387a9a2c67b0f6249864714b8659c951670 (diff) | |
parent | 10844e41da65bd86a781e314a15a60b8b21d40d8 (diff) | |
download | mariadb-git-f40d29a23228d95c05f9720eaaa788a01aa830aa.tar.gz |
- Manually merged two changes from 4.0
BUILD/compile-dist:
- manual merge
include/my_pthread.h:
- manual merge
Diffstat (limited to 'BUILD/compile-dist')
-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 |