diff options
author | bar@bar.intranet.mysql.r18.ru <> | 2004-02-10 15:42:46 +0400 |
---|---|---|
committer | bar@bar.intranet.mysql.r18.ru <> | 2004-02-10 15:42:46 +0400 |
commit | 5219fc269b61f9d1000f736763ad166cb869d8d0 (patch) | |
tree | 1c55fe3d1d94455f6e139c9434c12d2a2388fd8b /BUILD/compile-pentium-debug-max-no-embedded | |
parent | bccca8f7cb5cb8de21e8cc76984c739fc5316ffe (diff) | |
download | mariadb-git-5219fc269b61f9d1000f736763ad166cb869d8d0.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" |