summaryrefslogtreecommitdiff
path: root/sql/handler.cc
Commit message (Expand)AuthorAgeFilesLines
* generalize the error messageSergei Golubchik2019-05-181-1/+1
* Merge 10.3 into 10.4Marko Mäkelä2019-05-051-2/+13
|\
| * Merge 10.2 into 10.3Marko Mäkelä2019-04-271-2/+13
| |\
| | * MDEV-16240: Assertion `0' failed in row_sel_convert_mysql_key_to_innobasebb-10.2-MDEV-16240Oleksandr Byelkin2019-04-251-2/+13
* | | MDEV-19365 Assertion failure in LONG Unique after 10.3 mergeSachin2019-05-051-2/+3
* | | Merge 10.3 into 10.4Marko Mäkelä2019-04-251-0/+1
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-04-251-0/+1
| |\ \ | | |/
| | * Merge 10.1 into 10.2Marko Mäkelä2019-04-251-0/+1
| | |\
| | | * Merge 5.5 into 10.1Marko Mäkelä2019-04-241-0/+1
| | | |\
| | | | * MDEV-15772 Potential list overrun during XA recoveryThirunarayanan Balathandayuthapani2019-04-241-0/+1
* | | | | Moved normal transaction xid to implicit_xidSergey Vojtovich2019-04-251-3/+9
* | | | | Move XID_state::xa_state handing inside xa.ccSergey Vojtovich2019-04-251-1/+1
* | | | | Move XID_STATE::rm_error to XID_cache_elementSergey Vojtovich2019-04-251-8/+7
* | | | | Just move, no code changes otherwise.Sergey Vojtovich2019-04-251-180/+0
* | | | | MDEV-13301 Optimize DROP INDEX, ADD INDEX into RENAME INDEXEugene Kosov2019-04-031-0/+23
* | | | | MDEV-18820 Assertion `lock_table_has(trx, index->table, LOCK_IX)' failed in l...Sachin2019-04-031-3/+3
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-04-021-28/+4
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-15951 system versioning by trx id doesn't work with partitioningNikita Malyavin2019-03-291-28/+4
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-03-201-1/+0
|\ \ \ \ \ | |/ / / /
| * | | | post-merge: gcc 8 warningsSergei Golubchik2019-03-171-1/+0
* | | | | MDEV-18889 Long unique on virtual fields crashes serversachinsetia1001@gmail.com2019-03-171-3/+5
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-03-061-10/+44
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-9519: After-merge fix for 10.3Julius Goryavsky2019-03-051-3/+25
| * | | | Merge 10.2 into 10.3Marko Mäkelä2019-03-041-17/+7
| |\ \ \ \ | | |/ / /
| | * | | Merge remote-tracking branch 'origin/10.1' into 10.2Jan Lindström2019-02-281-13/+25
| | |\ \ \ | | | |/ /
| | | * | Revert offending part of MDEV-9519: Data corruption will happen on the Galera...Jan Lindström2019-02-281-13/+25
| | | * | MDEV-9519: Data corruption will happen on the Galera cluster size changeJulius Goryavsky2019-02-251-14/+36
| | * | | MDEV-9519: Data corruption will happen on the Galera cluster size changeJulius Goryavsky2019-02-261-14/+36
| * | | | MDEV-9519: Data corruption will happen on the Galera cluster size changeJulius Goryavsky2019-02-261-14/+36
* | | | | MDEV-18631 Fix streaming replication with wsrep_gtid_mode=ONTeemu Ollakka2019-03-041-17/+18
* | | | | MDEV-18748 REPLACE doesn't work with unique blobs on MyISAM tableSergei Golubchik2019-02-271-0/+7
* | | | | MDEV-18720 Assertion `inited==NONE' failed in ha_index_init upon update on ve...Sergei Golubchik2019-02-271-4/+7
* | | | | cleanup: cosmetic fixesSergei Golubchik2019-02-271-18/+12
* | | | | make windows compiler happyOleksandr Byelkin2019-02-221-2/+2
* | | | | Fix buildbot Windows and bintar compile failuresachin2019-02-221-1/+1
* | | | | MDEV-371 Unique Index for long columnsSachin2019-02-221-1/+170
* | | | | don't allow TIME columns in PERIOD specificationSergei Golubchik2019-02-211-1/+2
* | | | | MDEV-16975 Application-time periods: ALTER TABLENikita Malyavin2019-02-211-11/+19
* | | | | MDEV-17082 Application-time periods: CREATENikita Malyavin2019-02-211-7/+102
* | | | | MDEV-18585 Avoid excessive Annotate_rows_log_events in binlogTeemu Ollakka2019-02-181-1/+3
* | | | | Merge branch '10.4' into bb-10.4-mdev16188Igor Babaev2019-02-141-1/+4
|\ \ \ \ \
| * \ \ \ \ Merge 10.3 into 10.4Marko Mäkelä2019-02-051-1/+4
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.2 into 10.3Marko Mäkelä2019-02-041-4/+52
| | |\ \ \ \ | | | |/ / /
| | | * | | MDEV-15740 Fix wsrep recovery with wsrep_emulate_bin_logTeemu Ollakka2019-01-271-1/+4
| | | * | | MDEV-15740 Backport wsrep recovery fixes from 10.4.Teemu Ollakka2019-01-251-3/+48
* | | | | | MDEV-16188 Post merge fixes:fixed warnings on WindowsIgor Babaev2019-02-061-1/+1
* | | | | | Merge branch '10.4' into bb-10.4-mdev16188Igor Babaev2019-02-031-93/+293
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Galera4Brave Galera Crew2019-01-231-89/+250
| * | | | | Combine GLOBAL and COMMIT namespaces into BACKUP namespace.Sergey Vojtovich2018-12-091-2/+1
| * | | | | Added backup handler callsMonty2018-12-091-0/+37