summaryrefslogtreecommitdiff
path: root/sql/handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Updating header copyright/README in source for 2011Karen Langford2011-01-251-1/+1
* Fix for bug#58553, "Queries with pushed conditions causes 'explain extended' Jan Wedvik2011-01-111-0/+1
* BUG#46166Luis Soares2010-12-161-1/+5
|\
| * BUG#46166: MYSQL_BIN_LOG::new_file_impl is not propagating error Luis Soares2010-11-301-1/+5
* | Bug#39828 : Autoinc wraps around when offset and increment > 1Sergey Glukhov2010-12-131-8/+22
|/
* Bug#58057: 5.1 libmysql/libmysql.c unused variable/compile failureDavi Arnaut2010-11-101-1/+1
* Bug#52172 test binlog.binlog_index needs --skip-core-file to avoid leaving co...Tor Didriksen2010-10-181-5/+5
* BUG#39053 - UNISTALL PLUGIN does not allow the storage engineSergey Vojtovich2010-04-141-4/+8
* Revert of the push of bug #20837 due to failing regression tests.Georgi Kodinov2009-12-011-8/+2
* Bug #20837 Apparent change of isolation level during transactionMagne Mahre2009-11-301-2/+8
* BUG#43171 - Assertion failed: thd->transaction.xid_state.xid.is_null()Sergey Vojtovich2009-10-281-1/+2
* Bug #43414 Parenthesis (and other) warnings compiling MySQLStaale Smedseng2009-09-231-8/+4
* BUG#45638 - Create temporary table with engine innodb failsSergey Vojtovich2009-09-091-0/+30
* 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
* | 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
* | 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 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
|\ \
| * | Bug#39494 : key_buffer_size > 4GB does not work on 64 bit WindowsVladislav Vaintroub2008-11-191-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
* | | 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
| |\ \
| * | | Bug#37958 - test main.plugin crash on Mac OS X when selecting from EXAMPLE en...Ingo Struewing2008-10-011-1/+38