summaryrefslogtreecommitdiff
path: root/sql/sql_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2018-02-041-1/+2
|\
| * Added name to MEM_ROOT for esier debuggingMonty2018-02-021-1/+2
* | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-33/+32
* | Added spider patches for adding HANDLER support for the partition engineMonty2017-12-031-16/+91
* | Changed KEY names to use LEX_CSTRINGMichael Widenius2017-08-241-1/+1
* | Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+1
|/
* Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-3/+4
* MDEV-10139 Support for SEQUENCE objectsMonty2017-04-071-1/+1
* Removed usage of my_hash_search() with uninitialized HASH.Monty2017-01-111-5/+8
* MDEV-11227 - mysqlimport -l doesn't issue UNLOCK TABLESSergey Vojtovich2016-12-211-51/+1
* bugfix: move vcol calculations down into the handlerSergei Golubchik2016-12-121-3/+0
* cleanup: TABLE::update_virtual_fieldsSergei Golubchik2016-12-121-1/+1
* MDEV-7660 - MySQL WL#6671 "Improve scalability by not using thr_lock.c locksSergey Vojtovich2016-11-031-3/+4
* MDEV-5535: Cannot reopen temporary tableNirbhay Choubey2016-06-101-8/+6
* MDEV-8715 - Obsolete sql_alloc() in favor of THD::alloc() and thd_alloc()Sergey Vojtovich2015-11-261-1/+1
* Merge branch '10.0' into 10.1Sergei Golubchik2015-11-191-1/+0
|\
| * remove unneded #include's that had a dubious explanationSergei Golubchik2015-10-241-1/+0
* | Don't store vcol bitmaps in TABLE if table doesn't have virtual fields.Monty2015-11-101-1/+2
* | Merge branch '10.0' into 10.1Sergei Golubchik2015-10-121-2/+35
|\ \ | |/
| * Merge branch '5.5' into 10.0Sergei Golubchik2015-10-091-2/+35
| |\
| | * Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2015-10-081-2/+35
| | |\
| | | * BUG#20449914: HANDLE_FATAL_SIGNAL (SIG=11) INNisha Gopalakrishnan2015-08-251-1/+47
| | | * Fix for bug#14188793 - "DEADLOCK CAUSED BY ALTER TABLE DOEN'T CLEARDmitry Lenev2013-08-201-0/+3
| | | * Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADERMurthy Narkedimilli2013-03-191-1/+1
| | | * Bug#16385711: HANDLER, CREATE TABLE IF NOT EXISTS,Jon Olav Hauglid2013-02-281-5/+10
| | | * Bug #14036214 MYSQLD CRASHES WHEN EXECUTING UPDATE IN TRX WITHAnnamalai Gurusami2012-10-081-12/+13
| | | * 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
| | | * | | Fix for BUG#59894Guilhem Bichot2011-02-111-2/+3
| | | * | | Patch that refactors global read lock implementation and fixesDmitry Lenev2010-11-111-17/+18
| | | * | | 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