Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Indentation cleanups | monty@narttu.mysql.fi | 2003-10-08 | 3 | -24/+14 |
| | | | | Remove wait_if_global_read_lock on commit as this can cause deadlocks | ||||
* | Merge with 4.0.16 | monty@narttu.mysql.fi | 2003-10-07 | 1 | -0/+24 |
|\ | |||||
| * | A note that Valgrind does not give a good stacktrace when the problem | guilhem@mysql.com | 2003-09-30 | 1 | -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.fi | 2003-08-27 | 2 | -2/+14 |
| | | |||||
* | | merge | monty@mashka.mysql.fi | 2003-08-19 | 1 | -0/+13 |
|\ \ | |||||
| * | | added compile-pentium-maintainer - | kostja@oak.local | 2003-08-14 | 1 | -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.14 | monty@mashka.mysql.fi | 2003-08-11 | 1 | -1/+1 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | SET CHARACTER SET DEFAULT didn't work (Bug #462) | monty@mashka.mysql.fi | 2003-06-29 | 1 | -1/+1 |
| | | |||||
* | | Remove FORCE_INIT_OF_VARS when compiling for valgrind/purify to spot wrong ↵ | monty@mashka.mysql.fi | 2003-06-30 | 1 | -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.13 | monty@narttu.mysql.fi | 2003-06-04 | 1 | -1/+17 |
|\ \ | |/ | |||||
| * | Outcome of discussions with Lenz and Monty about handling ccache in the ↵ | guilhem@mysql.com | 2003-05-23 | 1 | -1/+17 |
| | | | | | | | | build commands. | ||||
* | | After merge fixes | monty@mashka.mysql.fi | 2003-05-21 | 1 | -1/+1 |
| | | | | | | | | Added initialization of all important global variables | ||||
* | | Merge with 4.0.13 | monty@narttu.mysql.fi | 2003-05-19 | 1 | -1/+3 |
|\ \ | |/ | |||||
| * | - don't override CXX if it's already defined | lenz@mysql.com | 2003-04-09 | 1 | -1/+3 |
| | | |||||
* | | Give warning if MySQL doesn't honor given storage engine | monty@mashka.mysql.fi | 2003-05-13 | 2 | -2/+2 |
| | | | | | | | | Allow syntax CREATE TABLE t1 (LIKE t2) | ||||
* | | Merge with 4.0.11 | monty@narttu.mysql.fi | 2003-02-26 | 2 | -2/+2 |
|\ \ | |/ | |||||
| * | Portability fix for HPUX10.20 | monty@narttu.mysql.fi | 2003-02-25 | 1 | -1/+1 |
| | | |||||
| * | - autom4te.cache is a directory - remove it recursively | lenz@mysql.com | 2003-02-20 | 1 | -1/+1 |
| | | |||||
| * | - removed leading slashes (thanks Jim!) | lenz@mysql.com | 2003-02-19 | 1 | -1/+1 |
| | | |||||
| * | - remove "autom4te.cache" directories, too | lenz@mysql.com | 2003-02-19 | 1 | -1/+1 |
| | | |||||
* | | - removed duplicate my_sys.h inclusion from lib_vio.c | lenz@mysql.com | 2003-02-21 | 1 | -1/+1 |
| | | | | | | | | - removed obsolete compile options from compile-pentium-debug-openssl | ||||
* | | Merge serg.mysql.com:/usr/home/serg/Abk/mysql-4.0 | serg@serg.mysql.com | 2003-02-13 | 1 | -5/+5 |
|\ \ | |/ | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.1 | ||||
| * | sh syntax is like that :) | serg@serg.mysql.com | 2003-02-12 | 1 | -5/+5 |
| | | |||||
* | | Merge mashka.mysql.fi:/home/my/mysql-4.0 | monty@mashka.mysql.fi | 2003-02-10 | 1 | -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.fi | 2003-02-10 | 1 | -1/+5 |
| | | | | | | | | is defined as NOT NULL | ||||
* | | Merge with 4.0.11 | monty@mashka.mysql.fi | 2003-02-04 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fixes for Netware | monty@mashka.mysql.fi | 2003-01-28 | 1 | -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.fi | 2003-01-21 | 1 | -2/+2 |
| | | | | | | | | Some changes to the prepared statement protocol to make it easier to use and faster. | ||||
* | | Merge with 4.0.9 | monty@mashka.mysql.fi | 2003-01-18 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Portability fix | monty@mashka.mysql.fi | 2003-01-09 | 1 | -1/+1 |
| | | |||||
* | | Merge with 4.0.8 | monty@mashka.mysql.fi | 2003-01-06 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | A lot of portability fixes. | monty@mashka.mysql.fi | 2003-01-05 | 1 | -1/+1 |
| | | | | | | | | Added rename table for BDB. This fixes a bug in ALTER TABLE with BDB tables. | ||||
* | | Merge with 4.0.6 | monty@mashka.mysql.fi | 2002-12-05 | 2 | -2/+2 |
|\ \ | |/ | |||||
| * | Merge with 3.23 | monty@mashka.mysql.fi | 2002-12-04 | 2 | -2/+2 |
| |\ | | | | | | | | | | (Fixed problem with autoconf 2.53 on Solaris) | ||||
| | * | Fixed 'stack direction' check in autoconf | monty@mashka.mysql.fi | 2002-12-04 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | Workaround for problem with autconf 2.53 on Solaris (Fixes problem with SOCKET_SIZE_TYPE) | ||||
| | * | Fix to get core file on Linux | monty@hundin.mysql.fi | 2002-11-05 | 1 | -0/+13 |
| | | | |||||
| | * | Split raid C function to separate file to make things more portable. | monty@hundin.mysql.fi | 2002-05-27 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | Fixed some portability things in my_gethostbyname_r Portability fix for type_decimal.test | ||||
* | | | Merge with 4.0 | monty@mashka.mysql.fi | 2002-11-21 | 4 | -20/+53 |
|\ \ \ | |/ / | |||||
| * | | - Typo fixed | lenz@mysql.com | 2002-11-08 | 1 | -1/+1 |
| | | | |||||
| * | | Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes. | monty@butch. | 2002-11-07 | 2 | -19/+39 |
| | | | |||||
| * | | Added back old LARGEFILE handling | monty@hundin.mysql.fi | 2002-10-29 | 1 | -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.24 | ram@ram.(none) | 2002-10-31 | 1 | -2/+1 |
| | | | |||||
* | | | fix 4.1 build | bell@sanja.is.com.ua | 2002-10-14 | 1 | -1/+2 |
| | | | |||||
* | | | after merging fix | bell@sanja.is.com.ua | 2002-10-07 | 1 | -2/+2 |
| | | | |||||
* | | | Merge with 4.0.3 | monty@narttu.mysql.fi | 2002-08-30 | 1 | -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.0 | monty@hundin.mysql.fi | 2002-06-03 | 6 | -7/+9 |
| |\ \ | |||||
| * \ \ | merge | monty@hundin.mysql.fi | 2002-04-13 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | making rpl000001 working | bell@sanja.is.com.ua | 2002-03-23 | 3 | -1/+6 |
| | | | | | |||||
* | | | | | compile-*-debug* scripts will now compile InnoDB in non-inline fashion | serg@serg.mysql.com | 2002-08-21 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Big code cleanup/review before 4.0.2 release. | monty@mashka.mysql.fi | 2002-06-11 | 1 | -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. |