Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MDEV-7317: Make an index ignorable to the optimizer | Varun Gupta | 2021-03-04 | 1 | -2/+4 |
* | Merge branch 'bb-10.4-release' into bb-10.5-release | Sergei Golubchik | 2021-02-15 | 1 | -0/+2 |
|\ | |||||
| * | Merge branch 'bb-10.3-release' into bb-10.4-release | Sergei Golubchik | 2021-02-12 | 1 | -0/+2 |
| |\ | |||||
| | * | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2021-02-01 | 1 | -0/+3 |
| | |\ | |||||
| | | * | MDEV-18428 Memory: If transactional=0 is specified in CREATE TABLE, it is not... | Sergei Golubchik | 2021-01-11 | 1 | -0/+1 |
| | | * | MDEV-23536 Race condition between KILL and transaction commit | Sergei Golubchik | 2021-01-11 | 1 | -0/+1 |
* | | | | Merge commit '10.4' into 10.5 | Oleksandr Byelkin | 2021-01-06 | 1 | -0/+7 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch '10.3' into 10.4bb-10.4-MDEV-23468 | Oleksandr Byelkin | 2020-12-25 | 1 | -0/+7 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch '10.2' into 10.3 | Oleksandr Byelkin | 2020-12-23 | 1 | -0/+7 |
| | |\ \ | | | |/ | |||||
| | | * | MDEV-23209: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())' | Rucha Deodhar | 2020-12-15 | 1 | -0/+7 |
* | | | | MDEV-24351: S3, same-backend replication: Dropping a table on master... | Sergei Petrunia | 2020-12-08 | 1 | -0/+2 |
* | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2020-12-02 | 1 | -5/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-12-01 | 1 | -5/+4 |
| |\ \ \ | | |/ / | |||||
| | * | | cleanup: RAII helper for changing thd->count_cuted_rows | Sergei Golubchik | 2020-11-25 | 1 | -5/+4 |
* | | | | handler: move row change start signal down after the checks | Nikita Malyavin | 2020-11-02 | 1 | -8/+8 |
* | | | | MDEV-22639 Assertion failed in ha_check_overlaps upon multi-table update | Nikita Malyavin | 2020-11-02 | 1 | -5/+1 |
* | | | | MDEV-22714 Assertion failed upon multi-update on table WITHOUT OVERLAPS | Nikita Malyavin | 2020-11-02 | 1 | -6/+9 |
* | | | | Merge 10.4 to 10.5 | Marko Mäkelä | 2020-10-22 | 1 | -1/+22 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-10-22 | 1 | -0/+19 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2020-10-22 | 1 | -0/+1 |
| | |\ \ | | | |/ | |||||
| | | * | Merge 10.1 into 10.2 | Marko Mäkelä | 2020-10-21 | 1 | -0/+1 |
| | | |\ | |||||
| | | | * | MDEV-23938: innodb row_search_idx_cond_check handle ICP_ABORTED_BY_USER | Sergei Petrunia | 2020-10-16 | 1 | -0/+1 |
| | * | | | MDEV-23968 CREATE TEMPORARY TABLE .. LIKE (system versioned table) returns er... | Aleksey Midenkov | 2020-10-20 | 1 | -0/+19 |
| * | | | | MDEV-23081 Stray XA transactions at startup, with wsrep_on=OFF | Daniele Sciascia | 2020-10-21 | 1 | -1/+1 |
| * | | | | MDEV-22761: innodb row_search_idx_cond_check handle CHECK_ABORTED_BY_USER | Sergei Petrunia | 2020-10-14 | 1 | -0/+2 |
* | | | | | MDEV-23691 S3 storage engine: delayed slave can drop the table | Monty | 2020-10-21 | 1 | -2/+7 |
* | | | | | Merge branch '10.4' into 10.5 | Sujatha | 2020-09-29 | 1 | -47/+49 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | MDEV-23586 Mariabackup: GTID saved for replication in 10.4.14 is wrong | Monty | 2020-09-25 | 1 | -49/+52 |
* | | | | | Merge branch '10.4' into 10.5 | Oleksandr Byelkin | 2020-08-04 | 1 | -7/+8 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2020-08-03 | 1 | -7/+7 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch '10.2' into 10.3 | Oleksandr Byelkin | 2020-08-03 | 1 | -6/+6 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge branch '10.1' into 10.2 | Oleksandr Byelkin | 2020-08-02 | 1 | -6/+6 |
| | | |\ \ | | | | |/ | |||||
| | | | * | Code comment spellfixes | Ian Gilfillan | 2020-07-22 | 1 | -6/+6 |
| | | | * | imporve clang build | Eugene Kosov | 2019-06-25 | 1 | -1/+1 |
| * | | | | MDEV-21017: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())' | Rucha Deodhar | 2020-08-03 | 1 | -0/+1 |
* | | | | | thd->m_transaction_psi was not properly cleared for new connections | Monty | 2020-07-23 | 1 | -0/+4 |
* | | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2020-07-21 | 1 | -48/+48 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | MDEV-21953 deadlock between BACKUP STAGE BLOCK_COMMIT and parallel repl. | Monty | 2020-07-21 | 1 | -47/+70 |
* | | | | | optimize ha_delete_table_force | Sergei Golubchik | 2020-07-04 | 1 | -11/+23 |
* | | | | | replace HTON_AUTOMATIC_DELETE_TABLE with return -1 from drop_table() | Sergei Golubchik | 2020-07-04 | 1 | -20/+10 |
* | | | | | MDEV-11412 Ensure that table is truly dropped when using DROP TABLE | Sergei Golubchik | 2020-07-04 | 1 | -20/+20 |
* | | | | | small cleanup | Sergei Golubchik | 2020-07-04 | 1 | -2/+1 |
* | | | | | cleanup: make dd_frm_type to work as documented | Sergei Golubchik | 2020-07-04 | 1 | -16/+17 |
* | | | | | MDEV-11412 Ensure that table is truly dropped when using DROP TABLE | Sergei Golubchik | 2020-07-04 | 1 | -11/+2 |
* | | | | | introduce hton->drop_table() method | Sergei Golubchik | 2020-07-04 | 1 | -35/+35 |
* | | | | | Cleanup's and more DBUG_PRINT's | Monty | 2020-06-19 | 1 | -2/+11 |
* | | | | | MDEV-11412 Ensure that table is truly dropped when using DROP TABLE | Monty | 2020-06-14 | 1 | -64/+194 |
* | | | | | MDEV-15101: Stop ANALYZE TABLE from flushing table definition cache | Sergei Petrunia | 2020-06-12 | 1 | -0/+3 |
* | | | | | remove dead code | Sergei Golubchik | 2020-06-09 | 1 | -1/+0 |
* | | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2020-05-31 | 1 | -0/+13 |
|\ \ \ \ \ | |/ / / / |