summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | | | MDEV-18195 ASAN use-after-poison in my_strcasecmp_utf8 / Item::eq upon prepar...Alexander Barkov2019-01-241-12/+6
* | | | | | | | Merge 10.0 into 10.1Marko Mäkelä2019-01-241-0/+16
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | MDEV-17376 Server fails to set ADD_PK_INDEX, DROP_PK_INDEX if unique index no...Thirunarayanan Balathandayuthapani2019-01-241-0/+17
| * | | | | | | MDEV-17803 Row-based event is not applied when table map id is greaterAndrei Elkin2019-01-232-2/+5
* | | | | | | | merge 10.0 -> 10.1 to resolve MDEV-17803 conflicts.Andrei Elkin2019-01-232-2/+5
* | | | | | | | MDEV-18119 upgrading from 10.3 to 10.4 can result in the password for a user ...Sergei Golubchik2019-01-231-2/+6
* | | | | | | | Merge 10.0 into 10.1Marko Mäkelä2019-01-232-1/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | MDEV-15925 FRM_MAX_SIZE too low for some use casesSergei Golubchik2019-01-211-1/+1
| * | | | | | | MDEV-14440: Assertion `inited==RND' failed in handler::ha_rnd_endVarun Gupta2019-01-181-0/+3
* | | | | | | | Merge 10.0 into 10.1Marko Mäkelä2019-01-172-2/+7
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | MDEV-17475: Increase maximum possible value for table_definition_cache to mat...Oleksandr Byelkin2019-01-161-2/+6
| * | | | | | | MDEV-13784: query causes seg faultVarun Gupta2019-01-061-0/+1
* | | | | | | | MDEV-18225 Avoid use of LOCK_prepared_stmt_count mutex in Statement_map destr...Vladislav Vaintroub2019-01-151-11/+10
* | | | | | | | Merge branch '10.0' into 10.1Sergei Golubchik2018-12-299-18/+39
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge branch '5.5' into 10.0Sergei Golubchik2018-12-201-0/+1
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | MDEV-16987 - ALTER DATABASE possible in read-only modeSergey Vojtovich2018-12-131-0/+1