Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed possible access to unintialized memory in filesort when using many buffers | monty@mysql.com | 2005-01-15 | 3 | -14/+38 |
* | Merge mysql.com:/home/jimw/my/mysql-4.0-7347 | jimw@mysql.com | 2005-01-14 | 1 | -2/+2 |
|\ | |||||
| * | Fix mysql_install_db to look for libexecdir relative to basedir when | jimw@mysql.com | 2005-01-13 | 1 | -2/+2 |
* | | ha_innodb.cc: | heikki@hundin.mysql.fi | 2005-01-13 | 1 | -2/+7 |
* | | Merge marko@bk-internal.mysql.com:/home/bk/mysql-4.0 | marko@hundin.mysql.fi | 2005-01-13 | 2 | -9/+17 |
|\ \ | |||||
| * | | InnoDB: Use system-supplied tmpfile() on Netware, as there is no | marko@hundin.mysql.fi | 2005-01-12 | 2 | -9/+17 |
* | | | Merge bk-internal:/home/bk/mysql-4.0/ | serg@serg.mylan | 2005-01-12 | 1 | -26/+13 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Symlink vulnerability fixed. | serg@serg.mylan | 2005-01-12 | 1 | -26/+13 |
* | | | A fix for Bug#6761 "mysql_list_fields() does not work": test | konstantin@mysql.com | 2005-01-12 | 1 | -1/+1 |
|/ / | |||||
* | | Merge bk-internal:/home/bk/mysql-4.0/ | serg@serg.mylan | 2005-01-12 | 1 | -0/+1 |
|\ \ | |/ |/| | |||||
| * | added missing Com_update_multi status variable | serg@serg.mylan | 2005-01-12 | 1 | -0/+1 |
* | | Fix for BUG#7658 "optimize crashes slave thread (1 in 1000)]": | guilhem@mysql.com | 2005-01-10 | 1 | -0/+2 |
* | | Bootstrap: | mwagner@here.mwagner.org | 2005-01-06 | 1 | -1/+2 |
* | | Fix for BUG#7714 "if disk full, sometimes MyISAM doesn't wait for free space,... | guilhem@mysql.com | 2005-01-06 | 1 | -2/+1 |
* | | - enable "with-extra-charsets=complex" for the "compile-dist" distribution | lenz@mysql.com | 2005-01-06 | 1 | -1/+2 |
* | | Allow DEFAULT_THREAD_STACK to be set via -DDEFAULT_THREAD_STACK=... so our | jimw@mysql.com | 2005-01-05 | 1 | -0/+2 |
* | | Make query_cache_wlock_invalidate visible in SHOW VARIABLES (Bug #7594) | jimw@mysql.com | 2005-01-04 | 1 | -0/+2 |
* | | - Updated Bootstrap to include merge ChangeSets in the source distribution's | lenz@mysql.com | 2005-01-03 | 1 | -1/+1 |
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | serg@sergbook.mysql.com | 2004-12-31 | 4 | -55/+55 |
|\ \ | |||||
| * | | unsufficient privilege checks in GRANT, when a grantor has column-level privi... | serg@sergbook.mysql.com | 2004-12-30 | 4 | -55/+55 |
* | | | - Bootrap now uses "compile-dist" by default to create the source distribution | lenz@mysql.com | 2004-12-31 | 2 | -21/+69 |
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | dlenev@mysql.com | 2004-12-30 | 17 | -101/+382 |
|\ \ \ | |/ / | |||||
| * | | row0mysql.c: | heikki@hundin.mysql.fi | 2004-12-27 | 1 | -34/+66 |
| * | | row0ins.c: | heikki@hundin.mysql.fi | 2004-12-27 | 2 | -5/+37 |
| * | | A fix (bug #5652: [patch] tcpwrapper support is broken on systems using an un... | ram@gw.mysql.r18.ru | 2004-12-24 | 1 | -12/+3 |
| * | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0 | Sinisa@sinisa.nasamreza.org | 2004-12-23 | 3 | -26/+69 |
| |\ \ | |||||
| | * | | Make GRANTs, which change SSL attributes and/or user limits, | dlenev@mysql.com | 2004-12-23 | 3 | -26/+69 |
| * | | | Fix for a bug #7495 | Sinisa@sinisa.nasamreza.org | 2004-12-23 | 3 | -25/+15 |
| * | | | A fix for the bug #7495 | Sinisa@sinisa.nasamreza.org | 2004-12-22 | 3 | -2/+26 |
| |/ / | |||||
| * | | ha_innodb.cc: | heikki@hundin.mysql.fi | 2004-12-22 | 1 | -1/+2 |
| * | | os0file.c: | heikki@hundin.mysql.fi | 2004-12-21 | 1 | -2/+2 |
| * | | os0file.c: | heikki@hundin.mysql.fi | 2004-12-21 | 1 | -8/+10 |
| * | | configure.in: | mwagner@here.mwagner.org | 2004-12-20 | 1 | -1/+1 |
| * | | Merge acurtis@bk-internal.mysql.com:/home/bk/mysql-4.0 | antony@ltantony.rdg.cyberkinetica.homeunix.net | 2004-12-18 | 1 | -1/+0 |
| |\ \ | |||||
| | * | | Fix test | antony@ltantony.rdg.cyberkinetica.homeunix.net | 2004-12-18 | 1 | -1/+0 |
| * | | | Simplify code during review | monty@mysql.com | 2004-12-18 | 1 | -8/+2 |
| |/ / | |||||
| * | | Remove bogus lines | antony@ltantony.rdg.cyberkinetica.homeunix.net | 2004-12-18 | 1 | -7/+0 |
| * | | Bug#7391 - Multi-table UPDATE security regression | antony@ltantony.rdg.cyberkinetica.homeunix.net | 2004-12-18 | 3 | -0/+156 |
| * | | Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.0 | joerg@mysql.com | 2004-12-16 | 1 | -3/+11 |
| |\ \ | |||||
| | * | | Have 'mysql-test-run' write a list of all failed tests at the end, if run wit... | joerg@mysql.com | 2004-12-16 | 1 | -3/+11 |
| * | | | Moved drop table statement to the end. | timour@mysql.com | 2004-12-16 | 2 | -1/+2 |
| * | | | Test for BUG#6054. The bug itsel is fixed by the fix for #5837. | timour@mysql.com | 2004-12-16 | 2 | -0/+15 |
| |/ / | |||||
* | | | Fix for bug #7515 "from_unixtime(0) now returns NULL instead of | dlenev@mysql.com | 2004-12-30 | 4 | -10/+18 |
* | | | Fix for bug #7297 "Two digit year should be interpreted correctly | dlenev@mysql.com | 2004-12-16 | 3 | -1/+23 |
|/ / | |||||
* | | dict0load.c: | marko@hundin.mysql.fi | 2004-12-13 | 1 | -0/+16 |
* | | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.0 | sergefp@mysql.com | 2004-12-11 | 4 | -1/+35 |
|\ \ | |||||
| * | | Fix for BUG#6976: | sergefp@mysql.com | 2004-12-11 | 4 | -1/+35 |
* | | | Fix for BUG#5837 - attempt 3. | sergefp@mysql.com | 2004-12-11 | 4 | -4/+31 |
* | | | Merge marko@bk-internal.mysql.com:/home/bk/mysql-4.0 | marko@hundin.mysql.fi | 2004-12-10 | 3 | -9/+39 |
|\ \ \ | | |/ | |/| | |||||
| * | | dict0dict.h, dict0dict.c, ha_innodb.cc: | heikki@hundin.mysql.fi | 2004-12-10 | 3 | -9/+39 |