mariadb/BUILD
monty@mashka.mysql.fi cab1dc628c CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTS
New multi-key-cache handling. This was needed becasue the old one didn't work reliable with MERGE tables.
ALTER TABLE table_name ... CHARACTER SET  ... now changes all char/varchar/text columns to the given character set
(One must use ALTER TABLE ... DEFAULT CHARACTER SET ... to change the default character set)
Fixed that have_compress is detected properly (fixes problems with func_compress.test on platforms without zlib)
New syntax for CACHE INDEX ('keys' is optional if no index name is given and one mentions the key cache name only ones)
Removed compiler warnings
Added mysql_set_server_option() to allow clients like PHP to easaily set/reset the multi-statement flag.
2003-11-18 13:47:27 +02:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
cleanup hanged UDF interface to use clear() instead of reset() 2003-08-27 22:30:50 +03:00
compile-alpha Update to autoconf 2.52 2002-02-07 21:34:35 +02:00
compile-alpha-ccc Faster log::write() call, memory leak fix, flush master fix. 2000-09-16 04:27:21 +03:00
compile-alpha-cxx Portability fix 2003-01-09 11:11:06 +02:00
compile-alpha-debug Fix for IO_CACHE. 2001-11-28 03:47:15 +02:00
compile-ia64-debug-max Fix bugs in LEFT JOIN and field=NUL 2001-10-20 11:04:23 +03:00
compile-pentium Update to autoconf 2.52 2002-02-07 21:34:35 +02:00
compile-pentium-debug after merging fix 2002-10-07 00:56:21 +03:00
compile-pentium-debug-max Merge with 4.0.14 2003-08-11 22:44:43 +03:00
compile-pentium-debug-no-bdb Update needed for SuSE 7.3 2002-01-26 01:19:47 +02:00
compile-pentium-debug-openssl - removed duplicate my_sys.h inclusion from lib_vio.c 2003-02-21 16:37:18 +01:00
compile-pentium-gcov compile-pentium-gcov: 2003-11-05 02:25:48 +05:00
compile-pentium-gprof Update to autoconf 2.52 2002-02-07 21:34:35 +02:00
compile-pentium-maintainer added compile-pentium-maintainer - 2003-08-14 13:19:17 +04:00
compile-pentium-max Portability fixes (for windows) 2003-01-21 21:07:59 +02:00
compile-pentium-myodbc - cleaned up BUILD scripts 2000-12-18 23:24:19 +02:00
compile-pentium-mysqlfs-debug Update needed for SuSE 7.3 2002-01-26 01:19:47 +02:00
compile-pentium-pgcc Don't depend on mit-pthreads include files when building libmysqld.a 2001-10-09 19:32:55 +03:00
compile-pentium-valgrind-max CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTS 2003-11-18 13:47:27 +02:00
compile-solaris-sparc Merge with 3.23 2002-12-04 17:40:37 +02:00
compile-solaris-sparc-debug Fixes for gcc 3.1 2002-05-21 20:35:58 +03:00
compile-solaris-sparc-forte Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes. 2002-11-07 03:54:00 +02:00
compile-solaris-sparc-purify Merge with 3.23 2002-12-04 17:40:37 +02:00
FINISH.sh Indentation cleanups 2003-10-08 21:50:05 +03:00
Makefile.am - Typo fixed 2002-11-08 16:13:46 +01:00
SETUP.sh Indentation cleanups 2003-10-08 21:50:05 +03:00
test-alpha-ccc Import changeset 2000-07-31 21:29:14 +02:00