diff options
author | bar@mysql.com <> | 2007-03-29 10:03:59 +0500 |
---|---|---|
committer | bar@mysql.com <> | 2007-03-29 10:03:59 +0500 |
commit | 3099b103ce96b77af251a48cb3d979a8737f9c8d (patch) | |
tree | a0205a3dd092829d3fa2563973e04f31f8b9c032 /BUILD | |
parent | fc44f5c8ed9ccb50136da2ccc112d8ed08c46a3f (diff) | |
parent | 98a4bb356a88b13059556f08f46ccec52feac01f (diff) | |
download | mariadb-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-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 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" |