summaryrefslogtreecommitdiff
path: root/sql/handler.cc
Commit message (Expand)AuthorAgeFilesLines
* FK_ddl_vector renamed to FK_backup_storageAleksey Midenkov2020-12-081-1/+1
* write_shadow_frms()Aleksey Midenkov2020-12-041-1/+2
* rollback() cleanupAleksey Midenkov2020-12-041-6/+4
* DROP TABLE, CREATE TABLE, RENAME TABLEAleksey Midenkov2020-12-041-7/+7
* drop_backup_frms()Aleksey Midenkov2020-12-041-1/+2
* DDL finalize (write_log_finish())Aleksey Midenkov2020-12-041-22/+1
* [BRANCH START] starterAleksey Midenkov2020-12-041-6/+21
* MDEV-21652 fixesAleksey Midenkov2020-12-021-0/+5
* MDEV-21652 Foreign key migration from old versionAleksey Midenkov2020-11-181-0/+2
* MDEV-20865 Store foreign key info in TABLE_SHAREAleksey Midenkov2020-11-181-3/+32
* Merge branch '10.4' into 10.5Oleksandr Byelkin2020-08-041-7/+8
|\
| * Merge branch '10.3' into 10.4Oleksandr Byelkin2020-08-031-7/+7
| |\
| | * Merge branch '10.2' into 10.3Oleksandr Byelkin2020-08-031-6/+6
| | |\
| | | * Merge branch '10.1' into 10.2Oleksandr Byelkin2020-08-021-6/+6
| | | |\
| | | | * Code comment spellfixesIan Gilfillan2020-07-221-6/+6
| | | | * imporve clang buildEugene Kosov2019-06-251-1/+1
| * | | | MDEV-21017: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())'Rucha Deodhar2020-08-031-0/+1
* | | | | thd->m_transaction_psi was not properly cleared for new connectionsMonty2020-07-231-0/+4
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-07-211-48/+48
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-21953 deadlock between BACKUP STAGE BLOCK_COMMIT and parallel repl.Monty2020-07-211-47/+70
* | | | | optimize ha_delete_table_forceSergei Golubchik2020-07-041-11/+23
* | | | | replace HTON_AUTOMATIC_DELETE_TABLE with return -1 from drop_table()Sergei Golubchik2020-07-041-20/+10
* | | | | MDEV-11412 Ensure that table is truly dropped when using DROP TABLESergei Golubchik2020-07-041-20/+20
* | | | | small cleanupSergei Golubchik2020-07-041-2/+1
* | | | | cleanup: make dd_frm_type to work as documentedSergei Golubchik2020-07-041-16/+17
* | | | | MDEV-11412 Ensure that table is truly dropped when using DROP TABLESergei Golubchik2020-07-041-11/+2
* | | | | introduce hton->drop_table() methodSergei Golubchik2020-07-041-35/+35
* | | | | Cleanup's and more DBUG_PRINT'sMonty2020-06-191-2/+11
* | | | | MDEV-11412 Ensure that table is truly dropped when using DROP TABLEMonty2020-06-141-64/+194
* | | | | 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
| |\ \ \ \ | | |/ / /