diff options
author | bar@mysql.com <> | 2007-03-27 15:06:41 +0500 |
---|---|---|
committer | bar@mysql.com <> | 2007-03-27 15:06:41 +0500 |
commit | daa7e9c386ae1ff8cc891f8acf25d495bda5dd0a (patch) | |
tree | 7567c66b128d70e2b50b01da0d6287c47890cbb1 /BUILD | |
parent | f0a95a4e20e095ae27f3003bbcdc8d3eb2aa01d2 (diff) | |
download | mariadb-git-daa7e9c386ae1ff8cc891f8acf25d495bda5dd0a.tar.gz |
Bug#22378 Make error, strings/ctype-utf8.c, uni_plane undeclared
- Fixing utf8_general_cs according to recent changes.
- Compiling utf8_general_cs in pentium-debug-max configuration
to avoid these problems in the future.
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 7a11ad24c44..a69513ac6bb 100755 --- a/BUILD/compile-pentium-debug-max +++ b/BUILD/compile-pentium-debug-max @@ -6,6 +6,6 @@ path=`dirname $0` extra_flags="$pentium_cflags $debug_cflags $max_cflags" c_warnings="$c_warnings $debug_extra_warnings" cxx_warnings="$cxx_warnings $debug_extra_warnings" -extra_configs="$pentium_configs $debug_configs $max_configs" +extra_configs="$pentium_configs $debug_configs $max_configs --with-experimental-collations" . "$path/FINISH.sh" |