summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed possible access to unintialized memory in filesort when using many buffersmonty@mysql.com2005-01-153-14/+38
* Merge mysql.com:/home/jimw/my/mysql-4.0-7347jimw@mysql.com2005-01-141-2/+2
|\
| * Fix mysql_install_db to look for libexecdir relative to basedir whenjimw@mysql.com2005-01-131-2/+2
* | ha_innodb.cc:heikki@hundin.mysql.fi2005-01-131-2/+7
* | Merge marko@bk-internal.mysql.com:/home/bk/mysql-4.0marko@hundin.mysql.fi2005-01-132-9/+17
|\ \
| * | InnoDB: Use system-supplied tmpfile() on Netware, as there is nomarko@hundin.mysql.fi2005-01-122-9/+17
* | | Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2005-01-121-26/+13
|\ \ \ | |_|/ |/| |
| * | Symlink vulnerability fixed.serg@serg.mylan2005-01-121-26/+13
* | | A fix for Bug#6761 "mysql_list_fields() does not work": testkonstantin@mysql.com2005-01-121-1/+1
|/ /
* | Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2005-01-121-0/+1
|\ \ | |/ |/|
| * added missing Com_update_multi status variableserg@serg.mylan2005-01-121-0/+1
* | Fix for BUG#7658 "optimize crashes slave thread (1 in 1000)]":guilhem@mysql.com2005-01-101-0/+2
* | Bootstrap:mwagner@here.mwagner.org2005-01-061-1/+2
* | Fix for BUG#7714 "if disk full, sometimes MyISAM doesn't wait for free space,...guilhem@mysql.com2005-01-061-2/+1
* | - enable "with-extra-charsets=complex" for the "compile-dist" distributionlenz@mysql.com2005-01-061-1/+2
* | Allow DEFAULT_THREAD_STACK to be set via -DDEFAULT_THREAD_STACK=... so ourjimw@mysql.com2005-01-051-0/+2
* | Make query_cache_wlock_invalidate visible in SHOW VARIABLES (Bug #7594)jimw@mysql.com2005-01-041-0/+2
* | - Updated Bootstrap to include merge ChangeSets in the source distribution'slenz@mysql.com2005-01-031-1/+1
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.0serg@sergbook.mysql.com2004-12-314-55/+55
|\ \
| * | unsufficient privilege checks in GRANT, when a grantor has column-level privi...serg@sergbook.mysql.com2004-12-304-55/+55
* | | - Bootrap now uses "compile-dist" by default to create the source distributionlenz@mysql.com2004-12-312-21/+69
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0dlenev@mysql.com2004-12-3017-101/+382
|\ \ \ | |/ /
| * | row0mysql.c:heikki@hundin.mysql.fi2004-12-271-34/+66
| * | row0ins.c:heikki@hundin.mysql.fi2004-12-272-5/+37
| * | A fix (bug #5652: [patch] tcpwrapper support is broken on systems using an un...ram@gw.mysql.r18.ru2004-12-241-12/+3
| * | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0Sinisa@sinisa.nasamreza.org2004-12-233-26/+69
| |\ \
| | * | Make GRANTs, which change SSL attributes and/or user limits,dlenev@mysql.com2004-12-233-26/+69
| * | | Fix for a bug #7495Sinisa@sinisa.nasamreza.org2004-12-233-25/+15
| * | | A fix for the bug #7495Sinisa@sinisa.nasamreza.org2004-12-223-2/+26
| |/ /
| * | ha_innodb.cc:heikki@hundin.mysql.fi2004-12-221-1/+2
| * | os0file.c:heikki@hundin.mysql.fi2004-12-211-2/+2
| * | os0file.c:heikki@hundin.mysql.fi2004-12-211-8/+10
| * | configure.in:mwagner@here.mwagner.org2004-12-201-1/+1
| * | Merge acurtis@bk-internal.mysql.com:/home/bk/mysql-4.0antony@ltantony.rdg.cyberkinetica.homeunix.net2004-12-181-1/+0
| |\ \
| | * | Fix testantony@ltantony.rdg.cyberkinetica.homeunix.net2004-12-181-1/+0
| * | | Simplify code during reviewmonty@mysql.com2004-12-181-8/+2
| |/ /
| * | Remove bogus linesantony@ltantony.rdg.cyberkinetica.homeunix.net2004-12-181-7/+0
| * | Bug#7391 - Multi-table UPDATE security regressionantony@ltantony.rdg.cyberkinetica.homeunix.net2004-12-183-0/+156
| * | Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.0joerg@mysql.com2004-12-161-3/+11
| |\ \
| | * | Have 'mysql-test-run' write a list of all failed tests at the end, if run wit...joerg@mysql.com2004-12-161-3/+11
| * | | Moved drop table statement to the end.timour@mysql.com2004-12-162-1/+2
| * | | Test for BUG#6054. The bug itsel is fixed by the fix for #5837.timour@mysql.com2004-12-162-0/+15
| |/ /
* | | Fix for bug #7515 "from_unixtime(0) now returns NULL instead ofdlenev@mysql.com2004-12-304-10/+18
* | | Fix for bug #7297 "Two digit year should be interpreted correctlydlenev@mysql.com2004-12-163-1/+23
|/ /
* | dict0load.c:marko@hundin.mysql.fi2004-12-131-0/+16
* | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.0sergefp@mysql.com2004-12-114-1/+35
|\ \
| * | Fix for BUG#6976:sergefp@mysql.com2004-12-114-1/+35
* | | Fix for BUG#5837 - attempt 3.sergefp@mysql.com2004-12-114-4/+31
* | | Merge marko@bk-internal.mysql.com:/home/bk/mysql-4.0marko@hundin.mysql.fi2004-12-103-9/+39
|\ \ \ | | |/ | |/|
| * | dict0dict.h, dict0dict.c, ha_innodb.cc:heikki@hundin.mysql.fi2004-12-103-9/+39