summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorbar@mysql.com <>2007-03-29 10:03:59 +0500
committerbar@mysql.com <>2007-03-29 10:03:59 +0500
commit3099b103ce96b77af251a48cb3d979a8737f9c8d (patch)
treea0205a3dd092829d3fa2563973e04f31f8b9c032 /BUILD
parentfc44f5c8ed9ccb50136da2ccc112d8ed08c46a3f (diff)
parent98a4bb356a88b13059556f08f46ccec52feac01f (diff)
downloadmariadb-git-3099b103ce96b77af251a48cb3d979a8737f9c8d.tar.gz
Merge mysql.com:/home/bar/mysql-5.0.b22378
into mysql.com:/home/bar/mysql-5.1-new-rpl
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD/compile-pentium-debug-max2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-pentium-debug-max b/BUILD/compile-pentium-debug-max
index adb9b7899a5..b2c8b4d9331 100755
--- a/BUILD/compile-pentium-debug-max
+++ b/BUILD/compile-pentium-debug-max
@@ -4,6 +4,6 @@ path=`dirname $0`
. "$path/SETUP.sh" "$@" --with-debug=full
extra_flags="$pentium_cflags $debug_cflags"
-extra_configs="$pentium_configs $debug_configs $max_configs $error_inject"
+extra_configs="$pentium_configs $debug_configs $max_configs $error_inject --with-experimental-collations"
. "$path/FINISH.sh"