diff options
author | unknown <bar@mysql.com> | 2007-03-29 10:03:59 +0500 |
---|---|---|
committer | unknown <bar@mysql.com> | 2007-03-29 10:03:59 +0500 |
commit | 39104456f5b8e85e4333b3799784f8a598354492 (patch) | |
tree | a0205a3dd092829d3fa2563973e04f31f8b9c032 /BUILD | |
parent | 5f7d12e440c385513c898ffb7885370fc3ddda93 (diff) | |
parent | dbc12e4aac6b89ecdac3059664cd37a5d4560134 (diff) | |
download | mariadb-git-39104456f5b8e85e4333b3799784f8a598354492.tar.gz |
Merge mysql.com:/home/bar/mysql-5.0.b22378
into mysql.com:/home/bar/mysql-5.1-new-rpl
strings/ctype-utf8.c:
Auto merged
BUILD/compile-pentium-debug-max:
After merge fix
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" |