| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed Field::eq() to work with CHAR(0) fields | unknown | 2003-03-04 | 1 | -1/+1 |
* | Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql | unknown | 2003-02-19 | 3 | -13/+20 |
|\ |
|
| * | prevented crash on deleting non-constructed analyse object | unknown | 2003-02-18 | 1 | -5/+6 |
| * | Merge sanja.is.com.ua:/home/bell/mysql/mysql-3.23 | unknown | 2003-02-18 | 1 | -8/+10 |
| |\ |
|
| | * | Fixed problem with ISNULL on fields that could not be null | unknown | 2003-02-17 | 1 | -8/+10 |
| * | | fixed memory leak in ANALIZE initialization error reporting | unknown | 2003-02-14 | 1 | -0/+4 |
| |/ |
|
* | | another fix for RAND() initialization | unknown | 2003-02-12 | 1 | -1/+1 |
|/ |
|
* | backported MERGE+MAX bugfix from 4.0 | unknown | 2003-02-12 | 1 | -4/+3 |
* | backporting Peter's fix for better RAND() initialization from 4.0 | unknown | 2003-02-11 | 1 | -1/+1 |
* | error message fixed (new error code will be introduced in 4.1) | unknown | 2003-02-10 | 1 | -1/+3 |
* | ha_innobase.cc: | unknown | 2003-02-05 | 1 | -1/+1 |
* | Merge work:/home/bk/mysql into mashka.mysql.fi:/home/my/mysql-3.23 | unknown | 2003-01-29 | 6 | -22/+35 |
|\ |
|
| * | Fixed handling of lower_case_table_names in SHOW TABLE STATUS, mysql_list_fie... | unknown | 2003-01-29 | 6 | -22/+35 |
* | | fixed functions to be able work with group function as argument | unknown | 2003-01-29 | 7 | -38/+374 |
|/ |
|
* | Fix when using auto_increment and last_insert_id() in the same insert statement. | unknown | 2003-01-28 | 2 | -14/+7 |
* | - added a dummy file "reservedwords.texi" to the BK tree and the Makefiles, | unknown | 2003-01-27 | 1 | -1/+1 |
* | small fix for SHOW STATUS | unknown | 2003-01-23 | 1 | -2/+2 |
* | Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql | unknown | 2003-01-21 | 1 | -1/+1 |
|\ |
|
| * | fixed double-free bug in COM_CHANGE_USER | unknown | 2003-01-21 | 1 | -1/+1 |
* | | Merge sinisa@work.mysql.com:/home/bk/mysql | unknown | 2003-01-21 | 5 | -22/+51 |
|\ \
| |/ |
|
| * | ha_innobase.cc: | unknown | 2003-01-21 | 1 | -0/+10 |
| * | Only set thd->query to 0 if LOCK_thread_count is hold | unknown | 2003-01-18 | 3 | -21/+40 |
| * | Fixed bug with the --slow-log when logging an administrator command | unknown | 2003-01-17 | 1 | -0/+1 |
| * | Merge work:/home/bk/mysql into mashka.mysql.fi:/home/my/mysql-3.23 | unknown | 2003-01-16 | 1 | -19/+19 |
| |\ |
|
| * | | Fixed wrong packed length for packet > 16M. | unknown | 2003-01-09 | 1 | -1/+1 |
* | | | Merge sinisa@work.mysql.com:/home/bk/mysql | unknown | 2003-01-17 | 1 | -19/+19 |
|\ \ \
| | |/
| |/| |
|
| * | | ha_innobase.cc: | unknown | 2003-01-16 | 1 | -19/+19 |
| |/ |
|
* | | Fixing that 3.23 API / clients do not disconnect if a large | unknown | 2003-01-04 | 2 | -5/+20 |
* | | merge fixes | unknown | 2002-12-27 | 3 | -8/+5 |
|\ \
| |/ |
|
| * | Safety fix to not allow one to specify too big max_alloc_packet to mysqld | unknown | 2002-12-26 | 2 | -2/+2 |
| * | Updated comment | unknown | 2002-12-26 | 1 | -6/+3 |
* | | reverting a patch | unknown | 2002-12-27 | 1 | -1/+1 |
* | | many bug fixes | unknown | 2002-12-23 | 3 | -2/+4 |
|/ |
|
* | Moved lower_case_table_name check to right place. | unknown | 2002-12-21 | 1 | -3/+2 |
* | Optimization of CASE bug fix | unknown | 2002-12-21 | 1 | -3/+2 |
* | Merge work:/home/bk/mysql | unknown | 2002-12-20 | 1 | -1/+2 |
|\ |
|
| * | removed chroot() bugfix, now --chroot in 3.23 is broken again :(( | unknown | 2002-12-20 | 1 | -1/+2 |
* | | ha_innobase.cc: | unknown | 2002-12-19 | 1 | -1/+8 |
* | | Merge sinisa@work.mysql.com:/home/bk/mysql | unknown | 2002-12-16 | 2 | -2/+5 |
|\ \
| |/
|/| |
|
| * | fix for a bug in CASE ...WHEN ... | unknown | 2002-12-16 | 2 | -2/+2 |
| * | Fix for a bug with mysql_select_db() on manually created | unknown | 2002-12-14 | 1 | -0/+3 |
* | | Make --lower-case-table-names default on MacOSX | unknown | 2002-12-14 | 1 | -1/+6 |
* | | Transactions in AUTOCOMMIT=0 mode didn't rotate binary log. | unknown | 2002-12-14 | 1 | -0/+3 |
* | | Forbid SLAVE STOP if the thread executing the query has locked | unknown | 2002-12-13 | 1 | -0/+18 |
|/ |
|
* | Added back -max to server name if we are using InnoDB. | unknown | 2002-12-11 | 1 | -3/+3 |
* | Merge work:/home/bk/mysql into mashka.mysql.fi:/home/my/mysql-3.23 | unknown | 2002-12-11 | 2 | -5/+9 |
|\ |
|
| * | Fixed rare bug in show processlist which could cause core dump if a new threa... | unknown | 2002-12-11 | 2 | -5/+9 |
* | | Update Windows binaries prefix according MySQL Pro release package | unknown | 2002-12-10 | 1 | -2/+2 |
* | | row0mysql.c, dict0dict.c, db0err.h, ha_innobase.cc: | unknown | 2002-12-05 | 1 | -1/+5 |
|/ |
|
* | some code cleanup | unknown | 2002-12-04 | 1 | -1/+0 |