summaryrefslogtreecommitdiff
path: root/sql/sql_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge mariadb 5.3->mariadb 5.5unknown2012-03-241-1/+2
|\
| * Speedup:Michael Widenius2012-03-231-1/+2
* | 5.3 mergeSergei Golubchik2012-02-241-1/+1
|\ \ | |/
| * Fixed lp:933719, "Assertion open_tables == 0 ... " in THD::restore_backup_ope...Michael Widenius2012-02-231-1/+1
| * Merge with 5.2.Michael Widenius2011-12-111-2/+4
| |\
| | * Merge with MariaDB 5.1Michael Widenius2011-11-241-2/+4
| | |\
| | | * Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-2/+4
| | | |\
* | | | \ mysql-5.5.18 mergeSergei Golubchik2011-11-031-1/+1
|\ \ \ \ \
| * \ \ \ \ Updated/added copyright headersKent Boortz2011-06-301-1/+1
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Updated/added copyright headersKent Boortz2011-06-301-2/+4
| | |\ \ \ \
| | | * | | | Updated/added copyright headersKent Boortz2011-06-301-2/+3
* | | | | | | merge with 5.3Sergei Golubchik2011-10-191-291/+476
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Fix formatting error message (invalid table name) in handler tests.Vladislav Vaintroub2011-03-291-1/+1
| * | | | | | Fix for LP#702786 "Two handler read f1 next gives different errors"Michael Widenius2011-01-141-0/+1
| * | | | | | Added HANDLER support for MEMORY tablesMichael Widenius2011-01-111-2/+2
| * | | | | | Merge with 5.1Michael Widenius2011-01-111-3/+21
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | Automatic merge with 5.1Michael Widenius2011-01-101-3/+16
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | | * | | | - Fixed that Aria works with HANDLER commandsMichael Widenius2011-01-101-2/+15
| | | | |/ / | | | |/| |
| * | | | | Implementation of MWL#172: Add support for prepared statements to HANDLER READMichael Widenius2011-01-041-227/+376
| |/ / / /
* | | | | 5.5-mergeSergei Golubchik2011-07-021-19/+21
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Fix for BUG#59894Guilhem Bichot2011-02-111-2/+3
| * | | | Patch that refactors global read lock implementation and fixesDmitry Lenev2010-11-111-17/+18
* | | | | merge.Sergei Golubchik2010-11-251-9/+11
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge with MariaDB 5.1.49Michael Widenius2010-08-051-3/+20
| |\ \ \ | | |/ /
| * | | Fixed bug #604503.Igor Babaev2010-07-171-1/+1
| * | | merge 5.1-> 5.2unknown2009-12-081-5/+2
| |\ \ \
| * \ \ \ Merge of the patch introducing virtual columns into maria-5.2Igor Babaev2009-11-111-0/+2
| |\ \ \ \
| | * | | | The main commit of Andrey Zhakov's patch introducing vurtual(computed) columns.Igor Babaev2009-10-161-0/+2
| * | | | | This is based on the userstatv2 patch from Percona and OurDelta.Michael Widenius2009-10-191-9/+9
| |/ / / /
* | | | | Commit on behalf of Dmitry Lenev.Konstantin Osipov2010-08-121-1/+1
* | | | | A pre-requisite patch for the fix for Bug#52044.Konstantin Osipov2010-07-271-2/+19
* | | | | merge from mysql-trunk-bugfixingJon Olav Hauglid2010-07-131-2/+2
|\ \ \ \ \
| * | | | | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-2/+2
* | | | | | Bug #54401 assert in Diagnostics_area::set_eof_status , HANDLERJon Olav Hauglid2010-07-051-0/+4
|/ / / / /
* | | | | Merge trunk-bugfixing -> trunk-runtimeKonstantin Osipov2010-06-171-3/+20
|\ \ \ \ \
| * \ \ \ \ Automerge.Ramil Kalimullin2010-06-111-3/+20
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Fix for bug #54007: assert in ha_myisam::index_next, HANDLERRamil Kalimullin2010-06-091-3/+20
| | | |/ / | | |/| |
* | | | | A review comment for WL#4441 " LOCK_open: Remove requirement ofKonstantin Osipov2010-06-091-0/+29
* | | | | WL#4441 "LOCK_open: Remove requirement of mutex protecting Konstantin Osipov2010-06-081-7/+5
|/ / / /
* | | | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-1/+7
* | | | A post-review fix for type-aware metadata locks.Konstantin Osipov2010-03-161-3/+58
|\ \ \ \
| * | | | A review comment for the fix for Bug#46672.Konstantin Osipov2010-03-131-3/+57
|/ / / /
* | | | Bug #51355 handler stmt cause assertion in Jon Olav Hauglid2010-02-251-0/+4
* | | | Fix for bug #50908 "Assertion `handler_tables_hash.records == 0' Dmitry Lenev2010-02-121-0/+24
* | | | Fix for bug #50913 "Deadlock between open_and_lock_tables_derivedDmitry Lenev2010-02-081-1/+3
* | | | Bug #50907 Assertion `hash_tables->table->next == __null' on Jon Olav Hauglid2010-02-051-3/+10
* | | | Merge next-mr -> next-4284.Konstantin Osipov2010-02-021-4/+5
|\ \ \ \
| * | | | Merge cleanupMarc Alff2009-12-111-1/+2
| * | | | WL#2360 Performance schemaMarc Alff2009-12-091-3/+3
* | | | | Implement new type-of-operation-aware metadata locks.Dmitry Lenev2010-02-011-1/+18