summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Fix clang -Wunused-private-fieldMarko Mäkelä2019-04-033-5/+1
* Remove unused declarationsMarko Mäkelä2019-04-032-16/+0
* MDEV-18298 Crashes server with segfault during role grantsSergei Golubchik2019-04-021-1/+1
* Revert MDEV-18464 and MDEV-12009Marko Mäkelä2019-03-286-27/+5
* MDEV-12009: Allow to force kill user threads/query which are flagged as high ...Jan Lindström2019-03-286-5/+27
* MDEV-18466 Unsafe to log updates on tables referenced by foreign keys with tr...Sergei Golubchik2019-03-271-0/+4
* cmake: re-enable -Werror in the maintainer modeSergei Golubchik2019-03-273-10/+9
* Merge branch '5.5' into 10.1Sergei Golubchik2019-03-271-0/+1
|\
| * MDEV-14784: Slave crashes in show_status_array upon running a trigger withSujatha Sivakumar2019-03-271-0/+1
* | Merge 10.0 into 10.1Marko Mäkelä2019-03-272-2/+3
|\ \
| * \ Merge 5.5 into 10.0bb-10.0-mergeMarko Mäkelä2019-03-262-2/+3
| |\ \ | | |/
| | * Fix for MDEV-17449, typo in error message (#1146)Chris Calender2019-03-241-1/+1
| | * MDEV-17119 replicate_rewrite_db does not work for single chardatabase namesachin2019-03-221-1/+2
* | | Fixup for MDEV-18968Marko Mäkelä2019-03-261-2/+2
* | | Fix cmake -DENABLED_PROFILING=OFFMarko Mäkelä2019-03-261-1/+3
* | | Merge 10.0 into 10.1Marko Mäkelä2019-03-261-1/+1
|\ \ \ | |/ /
| * | Update sql_parse.ccChris Calender2019-03-221-1/+1
* | | MDEV-18968 Both (WHERE 0.1) and (WHERE NOT 0.1) return empty setAlexander Barkov2019-03-265-16/+10
* | | Backporting slow log simulation logic details from 10.2 to 10.1Alexander Barkov2019-03-221-2/+5
* | | Fix USE_AFTER_FREE (CWE-672)FaramosCZ2019-03-221-1/+0
* | | Merge 10.0 into 10.1Marko Mäkelä2019-03-211-1/+1
|\ \ \ | |/ /
| * | Merge 5.5 into 10.0Marko Mäkelä2019-03-211-1/+1
| |\ \ | | |/
| | * MDEV-18896 Crash in convert_join_subqueries_to_semijoinsIgor Babaev2019-03-141-1/+1
* | | Fixing "mtr func_math" failure in the test for MDEV-17643Alexander Barkov2019-03-201-2/+3
* | | MDEV-18881 Assertion `0' failed in make_sortkey upon SELECT with GROUP BY aft...Alexander Barkov2019-03-182-37/+22
* | | MDEV-17643 Assertion `nr >= 0.0' failed in Item_sum_std::val_real()Alexander Barkov2019-03-151-0/+12
* | | 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