summaryrefslogtreecommitdiff
path: root/sql/handler.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-15101: Stop ANALYZE TABLE from flushing table definition cacheSergei Petrunia2020-06-121-0/+3
* remove dead codeSergei Golubchik2020-06-091-1/+0
* Merge 10.4 into 10.5Marko Mäkelä2020-05-311-0/+13
|\
| * Merge 10.3 into 10.4Marko Mäkelä2020-05-301-0/+13
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2020-05-271-0/+13
| | |\
| | | * Fixed crash in aria recovery when using bulk insertMonty2020-05-261-0/+13
* | | | Only apply wsrep_trx_fragment_size to InnoDB tablesMonty2020-05-231-1/+4
* | | | Update galera to work with independent sub transactionsMonty2020-05-231-0/+4
* | | | Aria will now register it's transactionsMonty2020-05-231-22/+5
* | | | Change THD->transaction to a pointer to enable multiple transactionsMonty2020-05-231-36/+36
* | | | Fix that BACKUP STAGE BLOCK_COMMIT blocks commit to the Aria engineMonty2020-05-231-14/+27
* | | | Merge branch '10.4' into 10.5Sergei Golubchik2020-05-091-8/+26
|\ \ \ \ | |/ / /
| * | | MDEV-21794: Optimizer flag rowid_filter leads to long querySergei Petrunia2020-05-071-8/+26
* | | | MDEV-22185 Failing assertion: node->pcur->rel_pos == BTR_PCUR_ON or ER_KEY_NO...Sergei Golubchik2020-05-051-1/+1
* | | | cleanup: ha_external_unlock() helperSergei Golubchik2020-05-051-1/+1
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-04-291-2/+3
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-04-291-2/+3
| |\ \ \ | | |/ /
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-04-251-14/+24
|\ \ \ \ | |/ / /
| * | | MDEV-22203: WSREP_ON is unnecessarily expensive to evaluateJan Lindström2020-04-241-0/+5
| * | | MDEV-21025 Server crashes on START TRANSACTION after INSERT IGNORE (#1489)Teemu Ollakka2020-04-181-1/+2
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-04-161-14/+18
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-04-151-14/+20
| | |\ \ | | | |/
| | | * MDEV-21168: Active XA transactions stop slave from working after backupVlad Lesin2020-04-071-14/+20
* | | | Added support for more functions when using partitioned S3 tablesMonty2020-04-191-4/+9
* | | | Handle errors from external_unlock & mysql_unlock_tablesMonty2020-04-191-1/+7
* | | | MDEV-22218 InnoDB: Failing assertion: node->pcur->rel_pos == BTR_PCUR_ON upon...Sergei Golubchik2020-04-121-6/+2
* | | | MDEV-22113 SIGSEGV, ASAN use-after-poison, Assertion `next_insert_id == 0' in...Sergei Golubchik2020-04-021-8/+7
* | | | cleanup: move initializations from query exec to prepare timeSergei Golubchik2020-03-311-29/+21
* | | | MDEV-16978 Application-time periods: WITHOUT OVERLAPSNikita Malyavin2020-03-311-0/+118
* | | | cleanup: prepare "update_handler" for WITHOUT OVERLAPSSergei Golubchik2020-03-311-77/+64
* | | | cleanup: pk_is_clustering_key() -> is_clustering_key()Sergei Golubchik2020-03-311-1/+1
* | | | cleanup: dead code, comments, avoid current_thdSergei Golubchik2020-03-311-2/+2
* | | | Updated optimizer costs in multi_range_read_info_const() and sql_select.ccMonty2020-03-271-2/+4
* | | | Replace handler::primary_key_is_clustered() with handler::pk_is_clustering_key()Monty2020-03-241-1/+1
* | | | Clean up and speed up interfaces for binary row loggingMonty2020-03-241-181/+134
* | | | Improve update handler (long unique keys on blobs)Monty2020-03-241-34/+102
* | | | Added support for replication for S3Monty2020-03-241-28/+68
* | | | handler::rebind()Sergey Vojtovich2020-03-241-1/+2
* | | | Added IF EXISTS to RENAME TABLE and ALTER TABLEMonty2020-03-241-1/+2
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-03-231-6/+6
|\ \ \ \ | |/ / /
| * | | Discovery counters: my_atomic to Atomic_counterSergey Vojtovich2020-03-211-6/+6
* | | | MDEV-742 XA PREPAREd transaction survive disconnect/server restartAndrei Elkin2020-03-141-13/+45
* | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-03-111-2/+18
|\ \ \ \ | |/ / /
| * | | Added keyread_time() to HEAPMonty2020-03-091-2/+4
| * | | cleanup: key parts comparisonEugene Kosov2020-02-181-0/+14
* | | | MDEV-21743 Split up SUPER privilege to smaller privilegesAlexander Barkov2020-03-101-2/+1
* | | | cleanup: pass trxid by valueSergei Golubchik2020-03-101-2/+1
* | | | perfschema transaction instrumentation related changesSergei Golubchik2020-03-101-4/+86
* | | | perfschema table io instrumentation related changesSergei Golubchik2020-03-101-15/+41
* | | | perfschema mdl related instrumentation changesSergei Golubchik2020-03-101-1/+2