diff options
author | lars/lthalmann@mysql.com/dl145h.mysql.com <> | 2007-03-29 12:25:28 +0200 |
---|---|---|
committer | lars/lthalmann@mysql.com/dl145h.mysql.com <> | 2007-03-29 12:25:28 +0200 |
commit | 75668471d170835a235fab8ec0d15349f81e68b0 (patch) | |
tree | 1e6d9e2f685ac0edc110cb4b215d1c1d82f25289 /BUILD | |
parent | a1ffb0028890d79ca1b7080e2a3694b0019f9cea (diff) | |
parent | d5c66804431f4df36ae32154592ba8a952ed8a8e (diff) | |
download | mariadb-git-75668471d170835a235fab8ec0d15349f81e68b0.tar.gz |
Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.0-rpl
into mysql.com:/nfsdisk1/lars/MERGE/mysql-5.0-merge
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/compile-pentium-debug-max | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-pentium-debug-max b/BUILD/compile-pentium-debug-max index 7a11ad24c44..a69513ac6bb 100755 --- a/BUILD/compile-pentium-debug-max +++ b/BUILD/compile-pentium-debug-max @@ -6,6 +6,6 @@ path=`dirname $0` extra_flags="$pentium_cflags $debug_cflags $max_cflags" c_warnings="$c_warnings $debug_extra_warnings" cxx_warnings="$cxx_warnings $debug_extra_warnings" -extra_configs="$pentium_configs $debug_configs $max_configs" +extra_configs="$pentium_configs $debug_configs $max_configs --with-experimental-collations" . "$path/FINISH.sh" |