summaryrefslogtreecommitdiff
path: root/BUILD
Commit message (Collapse)AuthorAgeFilesLines
* Merge with 4.0.11monty@narttu.mysql.fi2003-02-262-2/+2
|\
| * Portability fix for HPUX10.20monty@narttu.mysql.fi2003-02-251-1/+1
| |
| * - autom4te.cache is a directory - remove it recursivelylenz@mysql.com2003-02-201-1/+1
| |
| * - removed leading slashes (thanks Jim!)lenz@mysql.com2003-02-191-1/+1
| |
| * - remove "autom4te.cache" directories, toolenz@mysql.com2003-02-191-1/+1
| |
* | - removed duplicate my_sys.h inclusion from lib_vio.clenz@mysql.com2003-02-211-1/+1
| | | | | | | | - removed obsolete compile options from compile-pentium-debug-openssl
* | Merge serg.mysql.com:/usr/home/serg/Abk/mysql-4.0serg@serg.mysql.com2003-02-131-5/+5
|\ \ | |/ | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.1
| * sh syntax is like that :)serg@serg.mysql.com2003-02-121-5/+5
| |
* | Merge mashka.mysql.fi:/home/my/mysql-4.0monty@mashka.mysql.fi2003-02-101-1/+5
|\ \ | |/ | | | | into mashka.mysql.fi:/home/my/mysql-4.1
| * Fixed memory reference error when doing key_column <=> NULL on column that ↵monty@mashka.mysql.fi2003-02-101-1/+5
| | | | | | | | is defined as NOT NULL
* | Merge with 4.0.11monty@mashka.mysql.fi2003-02-041-1/+1
|\ \ | |/
| * Fixes for Netwaremonty@mashka.mysql.fi2003-01-281-1/+1
| | | | | | | | | | | | | | | | Call pthread_mutex_destroy() on not used mutex. Changed comments in .h and .c files from // -> /* */ Added detection of mutex on which one didn't call pthread_mutex_destroy() Fixed bug in create_tmp_field() which causes a memory overrun in queries that uses "ORDER BY constant_expression" Added optimisation for ORDER BY NULL
* | Portability fixes (for windows)monty@mashka.mysql.fi2003-01-211-2/+2
| | | | | | | | Some changes to the prepared statement protocol to make it easier to use and faster.
* | Merge with 4.0.9monty@mashka.mysql.fi2003-01-181-1/+1
|\ \ | |/
| * Portability fixmonty@mashka.mysql.fi2003-01-091-1/+1
| |
* | Merge with 4.0.8monty@mashka.mysql.fi2003-01-061-1/+1
|\ \ | |/
| * A lot of portability fixes.monty@mashka.mysql.fi2003-01-051-1/+1
| | | | | | | | Added rename table for BDB. This fixes a bug in ALTER TABLE with BDB tables.
* | Merge with 4.0.6monty@mashka.mysql.fi2002-12-052-2/+2
|\ \ | |/
| * Merge with 3.23monty@mashka.mysql.fi2002-12-042-2/+2
| |\ | | | | | | | | | (Fixed problem with autoconf 2.53 on Solaris)
| | * Fixed 'stack direction' check in autoconfmonty@mashka.mysql.fi2002-12-042-2/+2
| | | | | | | | | | | | | | | Workaround for problem with autconf 2.53 on Solaris (Fixes problem with SOCKET_SIZE_TYPE)
| | * Fix to get core file on Linuxmonty@hundin.mysql.fi2002-11-051-0/+13
| | |
| | * Split raid C function to separate file to make things more portable.monty@hundin.mysql.fi2002-05-271-2/+2
| | | | | | | | | | | | | | | Fixed some portability things in my_gethostbyname_r Portability fix for type_decimal.test
* | | Merge with 4.0monty@mashka.mysql.fi2002-11-214-20/+53
|\ \ \ | |/ /
| * | - Typo fixedlenz@mysql.com2002-11-081-1/+1
| | |
| * | Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes.monty@butch.2002-11-072-19/+39
| | |
| * | Added back old LARGEFILE handlingmonty@hundin.mysql.fi2002-10-291-0/+13
| | | | | | | | | | | | | | | | | | | | | Fixed reference to freed memory in acl_init()/grant_init() Fixed possible memory leak. (Could only happen in very strange circumstances) Fixed bug in ALTER TABLE with BDB tables Updated mysql-test for valgrind
* | | fix for BDB 4.1.24ram@ram.(none)2002-10-311-2/+1
| | |
* | | fix 4.1 buildbell@sanja.is.com.ua2002-10-141-1/+2
| | |
* | | after merging fixbell@sanja.is.com.ua2002-10-071-2/+2
| | |
* | | Merge with 4.0.3monty@narttu.mysql.fi2002-08-301-1/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | Some simple optimzations, more comments and indentation changes. Add ` around database in 'use database' in binary log. Moved max_error_count and max_warning_count to variables struct. Removed SHOW_WARNS_COUNT and SHOW_ERRORS_COUNT calls. Changed string functions to use character set of first string argument as default return characterset (Each string function can change the above assumption if needed)
| * | merge with 4.0monty@hundin.mysql.fi2002-06-036-7/+9
| |\ \
| * \ \ mergemonty@hundin.mysql.fi2002-04-131-1/+1
| |\ \ \
| | * | | making rpl000001 workingbell@sanja.is.com.ua2002-03-233-1/+6
| | | | |
* | | | | compile-*-debug* scripts will now compile InnoDB in non-inline fashionserg@serg.mysql.com2002-08-211-1/+1
| | | | |
* | | | | Big code cleanup/review before 4.0.2 release.monty@mashka.mysql.fi2002-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | (All commit emails since 4.0.1 checked) This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree.
* | | | | Added a lot of DBUG_xxx statements to be able to find replication bug.monty@bitch.mysql.fi2002-06-081-3/+16
| |_|/ / |/| | | | | | | | | | | | | | | Fixed critical bug on 64 bit systems. Cleanups
* | | | Fixes for gcc 3.1monty@hundin.mysql.fi2002-05-214-5/+5
| | | | | | | | | | | | | | | | Fixed bug in new code for regexp LIKE NULL
* | | | Merge work.mysql.com:/home/bk/mysql-4.0akishkin@work.mysql.com2002-05-171-1/+2
|\ \ \ \ | | | | | | | | | | | | | | | into work.mysql.com:/home/akishkin/mysql-4.0
| * | | | compile-pentium-gcov Remove optimization, add innodb and bdbakishkin@work.mysql.com2002-05-171-1/+2
| | | | |
* | | | | Reworked the RPM spec file and added several fixes to make thelenz@mysql.com2002-05-031-1/+2
|/ / / / | | | | | | | | | | | | build scripts work again.
* | | | removed lost debug parameterbell@sanja.is.com.ua2002-04-151-1/+1
| | | |
* | | | query cache code can be excluded from serverbell@sanja.is.com.ua2002-04-151-1/+1
|/ / /
* | | merge with 3.23.50monty@hundin.mysql.fi2002-03-271-8/+1
|\ \ \ | | |/ | |/|
| * | Move test of gcc 3.0 from BUILD to configuremonty@hundin.mysql.fi2002-03-261-8/+1
| | |
* | | fixed replication bugsasha@mysql.sashanet.com2002-03-091-1/+1
| | | | | | | | | | | | | | | not yet tested - will not be pushed for a few hours - need to commit in order to pull
* | | load local fixsasha@mysql.sashanet.com2002-03-023-1/+6
| |/ |/| | | | | | | overrun sentry in my_vsnprintf() test will not be pushed yet
* | Use --enable-local-infile as defaultmonty@hundin.mysql.fi2002-02-141-1/+1
|\ \ | |/
| * Enable LOAD DATA LOCAL by defaultmonty@hundin.mysql.fi2002-02-141-1/+1
| |
| * Update to autoconf 2.52monty@hundin.mysql.fi2002-02-076-10/+12
| | | | | | | | | | Fix of InnoDB variables in SHOW VARIABLES Fix for ALTER TABLE and InnoDB
* | Update needed for SuSE 7.3monty@hundin.mysql.fi2002-01-269-26/+8
| | | | | | | | Update for autoconf 2.52