summaryrefslogtreecommitdiff
path: root/storage/innobase/row/row0ins.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-24818: Optimize multi-statement INSERT into an empty tableMarko Mäkelä2021-03-161-1/+1
* MDEV-24818 Concurrent use of InnoDB table is impossible until the first trans...Marko Mäkelä2021-03-161-0/+1
* MDEV-20612: Replace lock_sys.mutex with lock_sys.latchMarko Mäkelä2021-02-111-3/+3
* MDEV-20612 preparation: LockMutexGuardMarko Mäkelä2021-02-111-5/+6
* Cleanup: Reduce some lock_sys.mutex contentionMarko Mäkelä2021-02-051-4/+4
* MDEV-24671: Replace lock_wait_timeout_task with mysql_cond_timedwait()Marko Mäkelä2021-01-271-6/+3
* MDEV-515 Reduce InnoDB undo logging for insert into empty tableMarko Mäkelä2021-01-251-9/+58
* Merge 10.5 into 10.6Marko Mäkelä2021-01-071-2/+43
|\
| * Merge commit '10.4' into 10.5Oleksandr Byelkin2021-01-061-2/+43
| |\
| | * Merge branch '10.3' into 10.4bb-10.4-MDEV-23468Oleksandr Byelkin2020-12-251-1/+1
| | |\
| | | * Merge branch '10.2' into 10.3Oleksandr Byelkin2020-12-231-1/+1
| | | |\
| | | | * MDEV-24041 Generated column DELETE with FOREIGN KEY crash InnoDBNikita Malyavin2020-12-181-1/+1
| | * | | Merge 10.3 into 10.4Marko Mäkelä2020-12-231-1/+42
| | |\ \ \ | | | |/ /
| | | * | MDEV-23644 Assertion on evaluating foreign referential action for self-refere...Aleksey Midenkov2020-12-221-0/+12
| | | * | MDEV-21138 Assertion `col->ord_part' or `f.col->ord_part' failed in row_build...Aleksey Midenkov2020-12-221-1/+30
* | | | | Cleanup: Remove lock_number_of_rows_locked()Marko Mäkelä2021-01-041-2/+2
* | | | | MDEV-21452: Replace ib_mutex_t with mysql_mutex_tMarko Mäkelä2020-12-151-11/+11
* | | | | MDEV-21452: Replace all direct use of os_event_tMarko Mäkelä2020-12-151-2/+2
* | | | | MDEV-24142: Remove __FILE__,__LINE__ related to buf_block_t::lockMarko Mäkelä2020-12-031-5/+5
* | | | | MDEV-24142: Replace InnoDB rw_lock_t with sux_lockMarko Mäkelä2020-12-031-2/+1
* | | | | Cleanup: Use Atomic_relaxed for dict_sys.row_idMarko Mäkelä2020-11-241-16/+3
* | | | | MDEV-24167: Replace dict_operation_lock (dict_sys.latch)Marko Mäkelä2020-11-241-2/+0
|/ / / /
* | | | Merge 10.4 to 10.5Marko Mäkelä2020-10-221-42/+5
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-10-221-42/+5
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-10-221-42/+5
| | |\ \ | | | |/
| | | * Merge 10.1 into 10.2Marko Mäkelä2020-10-211-44/+5
| | | |\
| | | | * MDEV-23722 InnoDB: Assertion: result != FTS_INVALID in fts_trx_row_get_new_stateThirunarayanan Balathandayuthapani2020-10-081-35/+6
* | | | | Merge branch '10.4' into 10.5Sujatha2020-09-291-2/+8
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-23675 Assertion `pos < table->n_def' fails in dict_table_get_nth_colThirunarayanan Balathandayuthapani2020-09-251-2/+8
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-09-231-23/+18
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-09-211-23/+18
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2020-09-211-23/+18
| | |\ \ \ | | | |/ /
| | | * | MDEV-20396 Server crashes after DELETE with SEL NULL Foreign key and aNikita Malyavin2020-09-141-23/+18
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-09-041-49/+89
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-09-031-49/+89
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2020-09-031-48/+89
| | |\ \ \ | | | |/ /
| | | * | MDEV-23470 InnoDB: Failing assertion: cmp < 0 in row_ins_check_foreign_constr...Thirunarayanan Balathandayuthapani2020-09-021-9/+65
| | | * | MDEV-18366 Crash on SELECT on a table with indexed virtual columnsNikita Malyavin2020-09-011-31/+16
| | | * | MDEV-23557 Galera heap-buffer-overflow in wsrep_rec_get_foreign_keybb-10.2-MDEV-23557sjaakola2020-08-281-8/+8
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-08-011-2/+8
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-07-311-2/+8
| |\ \ \ \ | | |/ / /
| | * | | MDEV-23244 ALTER TABLE…ADD PRIMARY KEY fails to flag duplicatesMarko Mäkelä2020-07-231-2/+8
* | | | | Merge remote-tracking branch 'origin/10.4' into 10.5Monty2020-07-031-2/+0
|\ \ \ \ \ | |/ / / /
| * | | | Merge remote-tracking branch 'origin/10.3' into 10.4Monty2020-07-031-2/+0
| |\ \ \ \ | | |/ / /
| | * | | MDEV-20377 post-fix: Introduce MEM_MAKE_ADDRESSABLEMarko Mäkelä2020-07-021-2/+0
| | * | | Fixed bugs found by valgrindMonty2020-07-021-2/+2
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-07-021-2/+4
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-07-021-2/+4
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2020-07-021-2/+4
| | |\ \ \ | | | |/ /
| | | * | MDEV-20377: Make WITH_MSAN more usableMarko Mäkelä2020-07-011-2/+4