diff options
author | monty@hundin.mysql.fi <> | 2001-11-22 13:50:50 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-11-22 13:50:50 +0200 |
commit | 9209210d30e5bd29f4df30f208f6e91cee3e089b (patch) | |
tree | 8c1d3e9b787e1017fce3c9e905b829557889f97a /BUILD/compile-alpha-cxx | |
parent | c6b3afe2d743fd75a96debea3adc591f1ef47faa (diff) | |
download | mariadb-git-9209210d30e5bd29f4df30f208f6e91cee3e089b.tar.gz |
Fix bug when repairing compressed MyISAM files
LOCATE() is now case sensitive
Diffstat (limited to 'BUILD/compile-alpha-cxx')
-rwxr-xr-x | BUILD/compile-alpha-cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-alpha-cxx b/BUILD/compile-alpha-cxx index 250b092fe2a..3e6eee9a0d6 100755 --- a/BUILD/compile-alpha-cxx +++ b/BUILD/compile-alpha-cxx @@ -4,7 +4,7 @@ make -k clean /bin/rm -f */.deps/*.P config.cache innobase/config.cache bdb/build_unix/config.cache mysql-*.tar.gz aclocal; autoheader; aclocal; automake; autoconf -CC=ccc CFLAGS="-fast" CXX=cxx CXXFLAGS="-fast -noexceptions -nortti" ./configure --prefix=/usr/local/mysql --disable-shared --with-extra-charsets=complex --enable-thread-safe-client --with-mysqld-ldflags=-non_shared --with-client-ldflags=-non_shared +CC=ccc CFLAGS="-fast" CXX=cxx CXXFLAGS="-fast -noexceptions -nortti" ./configure --prefix=/usr/local/mysql --disable-shared --with-extra-charsets=complex --enable-thread-safe-client --with-mysqld-ldflags=-non_shared --with-client-ldflags=-non_shared --without-extra-tools make -j2 find . -name ".deps" | xargs rm -r |