summaryrefslogtreecommitdiff
path: root/sql/sql_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2018-12-121-1/+1
|\
| * fix handler test failures on s390xSergei Golubchik2018-12-121-1/+1
* | Optimize flush tables with read lock (FTWRL) to not wait for select'sMonty2018-12-091-3/+9
* | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2018-07-031-0/+1
|\ \ | |/
| * Merge branch '10.2' into 10.3Sergei Golubchik2018-06-301-0/+1
| |\
| | * Merge branch '10.1' into 10.2Sergei Golubchik2018-06-211-0/+1
| | |\
| | | * Merge branch '10.0' into 10.1Vicențiu Ciorbaru2018-06-121-0/+1
| | | |\
| | | | * Merge branch '5.5' into 10.0Vicențiu Ciorbaru2018-06-121-0/+1
| | | | |\
| | | | | * MDEV-15729 Server crashes in Field::make_field upon HANDLER READ executed wit...Sergei Golubchik2018-06-111-0/+1
* | | | | | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2018-06-051-5/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-16385 ROW SP variable is allowed in unexpected contextAlexander Barkov2018-06-051-5/+3
* | | | | | cleanup: remove TABLE::vcol_setSergei Golubchik2018-06-041-2/+0
|/ / / / /
* | | | | Merge 10.2 into 10.3Marko Mäkelä2018-05-291-1/+3
|\ \ \ \ \ | |/ / / /
| * | | | Merge remote-tracking branch 'origin/10.1' into 10.2Monty2018-05-241-1/+3
| |\ \ \ \ | | |/ / /
| | * | | Merge remote-tracking branch 'origin/10.0' into 10.1Monty2018-05-241-1/+3
| | |\ \ \ | | | |/ /
| | | * | Fixes for Aria transaction handling with lock tablesMonty2018-05-221-1/+3
* | | | | MDEV-15813 ASAN use-after-poison in hp_hashnr upon HANDLER READ on a versione...Alexey Botchkov2018-05-161-4/+29
* | | | | cleanup: hide HA_ERR_RECORD_DELETED in ha_rnd_next()Sergei Golubchik2018-05-121-2/+0
* | | | | Add likely/unlikely to speed up executionMonty2018-05-071-15/+14
* | | | | 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