summaryrefslogtreecommitdiff
path: root/BUILD
Commit message (Collapse)AuthorAgeFilesLines
* Merge mysql.com:/home/jonas/src/mysql-4.1joreland@mysql.com2004-10-151-10/+10
|\ | | | | | | into mysql.com:/home/jonas/src/mysql-4.1-ndb
| * compile-hpux11-parisc2-aCC:konstantin@mysql.com2004-10-151-10/+10
| | | | | | | | Fix a typo. Cleanup.
* | Don't compile -O1 if --with-debug=full (as it can optimize away the call stack)joreland@mysql.com2004-10-041-2/+9
|/
* Mergendbdev@eel.hemma.oreland.se2004-08-051-1/+1
|\
| * -O4 may be slower if you don't have profiling info (as HP pal told me konstantin@mysql.com2004-08-051-1/+1
| | | | | | | | on OSCON)
* | Merge 4.1 with jonas irix clonejoreland@mysql.com2004-08-031-4/+4
|\ \ | |/ |/|
| * Merge mysql.com:/home/jonas/src/mysql-4.1joreland@mysql.com2004-07-261-4/+4
| |\ | | | | | | | | | into mysql.com:/home/jonas/src/irix
| | * Irix64 mipspro ndb compile fixesmysqldev@o2k.irixworld.net2004-07-091-4/+4
| | |
* | | Added --with-ndbcluster config option to compile-pentium-valgrind-maxpem@mysql.comhem.se2004-07-292-6/+1
|/ / | | | | | | (since it's in the other -max builds already).
* | Final touch: add compile-hpux11-parisc2-aCC to source distributionkonstantin@mysql.com2004-07-231-0/+1
| |
* | BUILD/compile-hpux11-parisc2-aCC: a handy script to compile on HP-UX11konstantin@mysql.com2004-07-231-0/+80
|/
* - re-enabled NDB cluster in compile-pentium-maxlenz@mysql.com2004-06-141-1/+1
|
* BUILD/compile-pentium-maintainer should not ever be needed since there is konstantin@mysql.com2004-05-311-13/+0
| | | | no AM_MAINTAINER_MODE macro in configure.in
* logging_ok:mysqldev@mysql.com2004-05-261-1/+6
| | | | | | Logging to logging@openlogging.org accepted compile-pentium-max: changed --with-ndbcluster to --without-ndbcluster because it fails on 4.1 builds
* Merge with 4.0 to get fixes for Windows project filesmonty@mysql.com2004-05-251-1/+1
|\
| * New MYSQL_SERVER_SUFFIX usage (for easier compilation)monty@mysql.com2004-05-251-1/+1
| | | | | | | | Update of VC++ project files.
* | - enabled compiling with NDB cluster in compile-pentium-debug-maxlenz@mysql.com2004-05-031-1/+1
| |
* | - disabled the NDB Cluster from the embedded serverlenz@mysql.com2004-04-261-1/+1
| | | | | | | | - added compiling of the NDB Cluster to compile-pentium-max
* | merge with 4.0monty@mysql.com2004-03-161-1/+1
|\ \ | |/
| * Fixed memory leak in DROP DATABASE when using RAID tables (Bug #2882)monty@mysql.com2004-03-101-1/+1
| |
* | Merge with public treemonty@mysql.com2004-02-163-1/+86
|\ \
| * \ Merge with 4.0.18monty@mysql.com2004-02-113-1/+86
| |\ \ | | |/
| | * compile-irix-mips64-mipspro addded to the source distributionkonstantin@mysql.com2004-02-101-0/+1
| | |
| | * Added testing of pthread_key_delete (to fix compile problem on SCO) (Bug #2461)monty@mysql.com2004-02-051-1/+1
| | | | | | | | | | | | | | | | | | DROP DATABASE now assumes RAID directories are in hex. (Bug #2627) Don't increment 'select_full_range' and similar statistics for EXPLAIN queries. (Bug #2506) Test in configure if pthread_key_delete() exists (to fix compile problem on SCO) (Bug #2461)
| | * Fix for bug #2214: konstantin@mysql.com2004-02-041-0/+84
| | | | | | | | | | | | | | | | | | | | | "CC: ERROR File = item.h, Line = 401 The identifier strtoll is undefined" (compilation failure on SGI IRIX + MIPSPro 7.41) Compilation script implemented. Tested in 32 and 64 bit mode
* | | http://bugs.mysql.com/bug.php?id=2368bar@bar.intranet.mysql.r18.ru2004-02-101-0/+13
|/ / | | | | | | Multibyte charsets do not check that incoming data is well-formed
* | Added missing file keycache.hmonty@mysql.com2003-11-211-1/+1
| |
* | Merge with 4.0 treemonty@mashka.mysql.fi2003-11-181-1/+1
|\ \ | |/
| * Merge with 3.23 (only comment changes)monty@mashka.mysql.fi2003-11-171-1/+1
| |\
| | * compile-pentium-gcov:walrus@mysql.com2003-11-051-1/+1
| | | | | | | | | | | | | | | Stop the line wrapping for warnings. it needs for warnings statistic in code coverage
| * | compile-pentium-gcov:walrus@mysql.com2003-11-051-1/+1
| | | | | | | | | | | | | | | Stop line wraping for compiler warnings. It needs for warnings statistic in code coverage
* | | CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTSmonty@mashka.mysql.fi2003-11-181-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Merge akishkin@bk-internal.mysql.com:/home/bk/mysql-4.1walrus@mysql.com2003-11-051-1/+1
|\ \ \ | | | | | | | | | | | | into mysql.com:/home/walrus/bk/41
| * | | compile-pentium-gcov:walrus@kishkin.air.ku.ru2003-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | Stop line wrapping for compiler warnings. It needs for warnings statistic in code coverage
* | | | Fixed access to uninitialized memory in protocol::store_timemonty@mysql.com2003-11-041-1/+1
| | | |
* | | | Simplified 'wrong xxx name' error messages by introducing 'general' ↵monty@narttu.mysql.fi2003-11-031-0/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ER_WRONG_NAME error Cleaned up (and disabled part of) date/time/datetime format patch. One can't anymore change default read/write date/time/formats. This is becasue the non standard datetime formats can't be compared as strings and MySQL does still a lot of datetime comparisons as strings Changed flag argument to str_to_TIME() and get_date() from bool to uint Removed THD from str_to_xxxx functions and Item class. Fixed core dump when doing --print-defaults Move some common string functions to strfunc.cc Dates as strings are now of type my_charset_bin instead of default_charset() Introduce IDENT_QUOTED to not have to create an extra copy of simple identifiers (all chars < 128) Removed xxx_FORMAT_TYPE enums and replaced them with the old TIMESTAMP_xxx enums Renamed some TIMESTAMP_xxx enums to more appropriate names Use defines instead of integers for date/time/datetime string lengths Added to build system and use the new my_strtoll10() function.
* | | Indentation cleanupsmonty@narttu.mysql.fi2003-10-083-24/+14
| | | | | | | | | | | | Remove wait_if_global_read_lock on commit as this can cause deadlocks
* | | Merge with 4.0.16monty@narttu.mysql.fi2003-10-071-0/+24
|\ \ \ | |/ /
| * | A note that Valgrind does not give a good stacktrace when the problemguilhem@mysql.com2003-09-301-0/+24
| | | | | | | | | | | | | | | | | | is involving an assembly function. Testcase was BUG#1194 SELECT @a:=1; SELECT @a, @a:=1;
* | | hanged UDF interface to use clear() instead of reset()monty@narttu.mysql.fi2003-08-272-2/+14
| | |
* | | mergemonty@mashka.mysql.fi2003-08-191-0/+13
|\ \ \
| * | | added compile-pentium-maintainer -kostja@oak.local2003-08-141-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | equivalent of compile-pentium-debug but with --enable-maintainer-mode configure option Maybe it's worth to merge compile-mentium-debug and compile-pentium-maintainer to a single script
* | | | Merge with 4.0.14monty@mashka.mysql.fi2003-08-111-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | SET CHARACTER SET DEFAULT didn't work (Bug #462)monty@mashka.mysql.fi2003-06-291-1/+1
| | |
* | | Remove FORCE_INIT_OF_VARS when compiling for valgrind/purify to spot wrong ↵monty@mashka.mysql.fi2003-06-301-1/+1
| | | | | | | | | | | | | | | | | | | | | LINT_INIT() options Fixed bug in ALTER TABLE ... MODIFY integer-column Added ref_or_null optimization (needed for subqueries)
* | | Merge with 4.0.13monty@narttu.mysql.fi2003-06-041-1/+17
|\ \ \ | |/ /
| * | Outcome of discussions with Lenz and Monty about handling ccache in the ↵guilhem@mysql.com2003-05-231-1/+17
| | | | | | | | | | | | build commands.
* | | After merge fixesmonty@mashka.mysql.fi2003-05-211-1/+1
| | | | | | | | | | | | Added initialization of all important global variables
* | | Merge with 4.0.13monty@narttu.mysql.fi2003-05-191-1/+3
|\ \ \ | |/ /
| * | - don't override CXX if it's already definedlenz@mysql.com2003-04-091-1/+3
| | |