summaryrefslogtreecommitdiff
path: root/sql/handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Backport of revno 2630.28.10, 2630.28.31, 2630.28.26, 2630.33.1,Konstantin Osipov2009-10-221-2/+2
* Backport of:Konstantin Osipov2009-10-141-4/+4
* Merge to mysql-next-mrMikael Ronstrom2009-09-281-12/+47
|\
| * Merge mysql-next-mr --> mysql-trunk-signalMarc Alff2009-09-171-0/+30
| |\
| | * Merge from mysql-5.1-bugteam.Alexander Nozdrin2009-09-161-0/+30
| | |\
| | | * BUG#45638 - Create temporary table with engine innodb failsSergey Vojtovich2009-09-091-0/+30
| * | | WL#2110 (SIGNAL)Marc Alff2009-09-101-12/+17
| |/ /
* | | WL#4444 Added TRUNCATE partition support, fixes bug#19405 and bug #35111Mikael Ronstrom2009-09-101-0/+3
|/ /
* | merge of 5.1-main into mysql-trunk.Guilhem Bichot2009-08-121-5/+28
|\ \ | |/
| * Bug#45829 "CREATE TABLE TRANSACTIONAL PAGE_CHECKSUM ROW_FORMAT=PAGE accepted,...Guilhem Bichot2009-07-291-1/+3
| * merging with mysql-5.1-bugteam branchSatya B2009-07-271-4/+21
| |\
| | * Bug#30102: Rename table does corrupt tables with partition files on failureAnurag Shekhar2009-07-241-4/+21
| * | merge 5.0-bugteam to 5.1-bugteamSatya B2009-07-241-0/+4
| |\ \ | | |/ | |/|
| | * Fix for BUG#18828 - If InnoDB runs out of undo slots, Satya B2009-07-171-0/+4
* | | Creation of mysql-trunk = {summit + "Innodb plugin replacing the builtin"}:Guilhem Bichot2009-08-041-26/+35
|\ \ \ | |/ /
| * | Bug#45548: XA transaction without access to InnoDB tables crashes the serverDavi Arnaut2009-06-251-2/+3
| * | Bug#44834 strxnmov is expected to behave as you'd expectSergey Glukhov2009-06-191-4/+4
| | |
| | \
| *-. \ Merge from 5.0-bugteam for 43414Staale Smedseng2009-06-091-2/+2
| |\ \ \ | | | |/
| | | * Bug #43414 Parenthesis (and other) warnings compiling MySQL Staale Smedseng2009-06-091-2/+2
| | * | Bug #43414 Parenthesis (and other) warnings compiling MySQL Staale Smedseng2009-06-091-2/+2
| | |/
| * | Bug#44672: Assertion failed: thd->transaction.xid_state.xid.is_null()Davi Arnaut2009-06-051-20/+28
* | | Merge MySQL 5.1.35 into MySQL 5.4Mikael Ronstrom2009-06-111-18/+35
|\ \ \ | |/ /
| * | MergeRamil Kalimullin2009-03-271-3/+13
| |\ \ | | |/
| | * Fix for bug #26288: savepoint not deleted, comit on empty transactionRamil Kalimullin2009-03-271-3/+13
| | * Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-101-3/+4
| | * Fix for bug#40984: backport fix from 39585 into 5.0Ramil Kalimullin2008-11-251-0/+49
| | * Bug#28323: Server crashed in xid cache operationsDavi Arnaut2008-10-211-1/+6
| * | Backport of bug#38719 from 6.0 to 5.1Mattias Jonsson2009-02-181-1/+1
| * | Fix for bug #40757: Starting server on Windows with Ramil Kalimullin2009-02-101-14/+21
* | | Fix to make DTrace probes on SPARC work wellMikael Ronstrom2009-02-241-3/+3
* | | Merged Performance Version 0.2.1 with latest 5.1 tree (last push 11 feb 14.01...Mikael Ronstrom2009-02-171-1/+5
|\ \ \ | |/ /
| * | Fix for BUG#39886 - Table full for MEMORY table is not written into error logSatya B2009-01-281-0/+4
| * | Merge main 5.1 into 5.1-buildJoerg Bruehe2008-12-101-2/+2
| |\ \
| * \ \ Merge from mysql-5.1.30-releaseunknown2008-11-271-1/+1
| |\ \ \
| | * | | Added "Sun Microsystems, Inc." to copyright headers on files modifiedBuild Team2008-11-101-1/+1
* | | | | Merge dtrace patch with latest performance versionMikael Ronstrom2008-12-201-18/+119
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Bug#39494 : key_buffer_size > 4GB does not work on 64 bit WindowsVladislav Vaintroub2008-11-191-2/+2
| |/ / /
| * | | merged 5.1 main -> 5.1-bugteamGeorgi Kodinov2008-11-061-12/+15
| |\ \ \ | | |/ /
| | * | Merge 5.1-build -> main, to be used in 5.1.30Joerg Bruehe2008-11-041-11/+19
| | |\ \
| | | * \ MergeRamil Kalimullin2008-10-311-1/+6
| | | |\ \
| | | * | | Fix for bug #40053: 'check table .. for upgrade' doesn't detect Ramil Kalimullin2008-10-171-10/+13
| | * | | | Aligned declaration and defintion of ha_change_partitions(), to avoid linkunknown2008-10-111-2/+2
| | |/ / /
| * | | | mergeMattias Jonsson2008-11-051-1/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Bug#39084: Getting intermittent errors with statement-based binary loggingMattias Jonsson2008-10-291-1/+1
| | |/ /
| * | | Merge Bug#28323 to mysql-5.1.29-rcDavi Arnaut2008-10-211-1/+6
| |\ \ \ | | |/ / | |/| |
| | * | Bug#28323: Server crashed in xid cache operationsDavi Arnaut2008-10-211-1/+6
| | |/
| | * Bug #36705 key_buffer_size of >= 2G allocates all availabel virtual memory on...unknown2008-05-171-2/+2
| * | Fix for bug#39585: innodb and myisam corruption after binary Ramil Kalimullin2008-10-081-0/+49
| * | Merging with 5.1-5.1.29-rcMats Kindahl2008-10-081-1/+38
| |\ \
| | * \ merged 5.1-5.1.29-rc -> 5.1-bugteamGeorgi Kodinov2008-10-071-11/+16
| | |\ \