summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-16958 Assertion `field_length < 5' failed in Field_year::val_str or data...Alexander Barkov2019-03-151-1/+4
* fix gcc 8 compiler warningsSergei Golubchik2019-03-1422-72/+85
* MDEV-18626 ASAN stack-buffer-overflow in int10_to_str / make_date_time upon D...Alexander Barkov2019-03-141-1/+1
* MDEV-14926 AddressSanitizer: heap-use-after-free in make_date_time on weird c...Alexander Barkov2019-03-141-10/+6
* MDEV-18907 Slow log: RENAME TABLE is not "admin", while ALTER TABLE..RENAME isAlexander Barkov2019-03-131-1/+2
* MDEV-14033: wsrep_on=off + binlog = mixed on MariaDB 10.2.9Jan Lindström2019-03-131-1/+1
* Tests for MDEV-18892 Regression in slow log and admin statementsAlexander Barkov2019-03-121-0/+3
* MDEV-15945 --ps-protocol does not test some queriesSergei Golubchik2019-03-1210-125/+140
* cleanup: miscSergei Golubchik2019-03-126-73/+33
* pass the slow logging information in thd->query_plan_flagsSergei Golubchik2019-03-127-74/+39
* Fix of prepared CREATE VIEW with global ORDER/GROUPOleksandr Byelkin2019-03-121-10/+21
* MDEV-11975: SQLCOM_PREPARE of EXPLAIN & ANALYZE statement do not return corre...Oleksandr Byelkin2019-03-123-10/+45
* MDEV-11966: Impossible to execute prepared ANALYZE SELECTOleksandr Byelkin2019-03-121-1/+1
* Merge remote-tracking branch 'origin/10.0' into 10.1Sergey Vojtovich2019-03-111-12/+8
|\
| * MDEV-17595 - ALTER TABLE ADD FOREIGN KEY crashSergey Vojtovich2019-03-111-12/+8
* | A cleanup for MDEV-18333 Slow_queries count doesn't increase when slow_query_...Alexander Barkov2019-03-061-0/+5
* | MDEV-18333 Slow_queries count doesn't increase when slow_query_log is turned offAlexander Barkov2019-03-049-29/+84
* | Merge branch '10.0' into 10.1Oleksandr Byelkin2019-03-019-58/+67
|\ \ | |/
| * Merge branch '5.5' into 10.0Oleksandr Byelkin2019-02-289-58/+67
| |\
| | * MDEV-17055: Server crashes in find_order_in_list upon 2nd (3rd) execution of ...Oleksandr Byelkin2019-02-286-15/+30
| | * A cleanup in derived table handling: removing duplicate code from st_select_l...Alexander Barkov2019-02-287-44/+31
| | * MDEV-15950: LOAD DATA INTO compex_view crashedVarun Gupta2019-01-301-0/+5
| | * MDEV-15744: Assertion `derived->table' failed in mysql_derived_merge_for_insertVarun Gupta2019-01-291-2/+3
* | | 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-2510-36/+256
* | | MDEV-17942 fixup : protect rebuild_check_host() / rebuild_role_grants() with...Vladislav Vaintroub2019-02-201-6/+7
* | | MDEV-17942 Assertion `found' failed in remove_ptr_from_dynarray after failed...Vladislav Vaintroub2019-02-201-0/+11
* | | Merge 10.1 into 10.1Marko Mäkelä2019-02-027-76/+104
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Oleksandr Byelkin2019-01-286-24/+89
| |\ \ | | |/
| | * Bug #28499924: INCORRECT BEHAVIOR WITH UNION IN SUBQUERYSreeharsha Ramanavarapu2019-01-231-10/+12
| | * Bug #28178776 COMPARISON OF UNINITAILIZED MEMORY IN LOG_IN_USEAditya A2019-01-232-6/+6
| | * MDEV-17085: CHECKSUM TABLE EXTENDED does not work correctlyOleksandr Byelkin2019-01-161-1/+4
| | * Backport MDEV-17504 to 5.5Vladislav Vaintroub2019-01-112-7/+67
| * | cleanup: fill_alter_inplace_infoSergei Golubchik2019-01-251-51/+13
| * | compiler warningSergei Golubchik2019-01-251-1/+1
| * | MDEV-18255: Server crashes in Bitmap<64u>::intersectVarun Gupta2019-01-241-1/+2
* | | Fix embedded innodb_plugin after 560799ebd8efe11f4c4ae1bb9ed4d39185e03800Marko Mäkelä2019-02-021-1/+5
* | | postmerge rollbacks and fixesOleksandr Byelkin2019-01-311-11/+1
* | | Merge branch '10.0-galera' into 10.1Oleksandr Byelkin2019-01-315-0/+62
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/10.0' into 10.0-galeraJan Lindström2018-11-021-0/+6
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/10.0' into bb-10.0-galeraJan Lindström2018-10-3129-198/+328
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galeraJan Lindström2018-10-3032-347/+278
| |\ \ \ \ \
| | * \ \ \ \ Merge tag 'mariadb-5.5.62' into 5.5-galeramariadb-galera-5.5.62Jan Lindström2018-10-2928-344/+213
| | |\ \ \ \ \
| | * | | | | | Add missing file.Jan Lindström2018-10-101-0/+26
| | * | | | | | Make config knob wsrep_certification_rules dynamicVasil Dimov2018-10-101-1/+1
| | * | | | | | Add a new config variable wsrep_certification_rulesVasil Dimov2018-10-103-1/+15
* | | | | | | | MDEV-18379: Unification of check for IPv6Julius Goryavsky2019-01-261-1/+2
* | | | | | | | MDEV-17803: ulonglongization of table_mapping entry::table_id to fix windows ...Andrei Elkin2019-01-253-16/+16
* | | | | | | | MDEV-10963 Fragmented BINLOG queryAndrei Elkin2019-01-248-36/+277
* | | | | | | | MDEV-14605 Changes to "ON UPDATE CURRENT_TIMESTAMP" fields are notAndrei Elkin2019-01-243-5/+30