diff options
author | unknown <bar@bar.intranet.mysql.r18.ru> | 2004-02-10 15:42:46 +0400 |
---|---|---|
committer | unknown <bar@bar.intranet.mysql.r18.ru> | 2004-02-10 15:42:46 +0400 |
commit | 102a9c6f50416b3faf79abd3ea360dd3b49b7513 (patch) | |
tree | 1c55fe3d1d94455f6e139c9434c12d2a2388fd8b /BUILD/compile-pentium-debug-max-no-embedded | |
parent | 2282ec0f81360b477c2dec81e25a4bdafd0bce69 (diff) | |
download | mariadb-git-102a9c6f50416b3faf79abd3ea360dd3b49b7513.tar.gz |
http://bugs.mysql.com/bug.php?id=2368
Multibyte charsets do not check that incoming data is well-formed
Diffstat (limited to 'BUILD/compile-pentium-debug-max-no-embedded')
-rwxr-xr-x | BUILD/compile-pentium-debug-max-no-embedded | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/BUILD/compile-pentium-debug-max-no-embedded b/BUILD/compile-pentium-debug-max-no-embedded new file mode 100755 index 00000000000..4554e38fdc1 --- /dev/null +++ b/BUILD/compile-pentium-debug-max-no-embedded @@ -0,0 +1,13 @@ +#! /bin/sh + +path=`dirname $0` +. "$path/SETUP.sh" + +extra_flags="$pentium_cflags $debug_cflags" +c_warnings="$c_warnings $debug_extra_warnings" +cxx_warnings="$cxx_warnings $debug_extra_warnings" +extra_configs="$pentium_configs $debug_configs" + +extra_configs="$extra_configs --with-berkeley-db --with-innodb --without-isam --with-openssl --with-raid" + +. "$path/FINISH.sh" |