summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* ASAN error in is_stat_table()Sergei Golubchik2018-05-051-2/+2
* Merge branch '10.0' into 10.1Sergei Golubchik2018-05-0512-28/+80
|\
| * Merge branch '5.5' into 10.0mariadb-10.0.35Sergei Golubchik2018-05-011-0/+1
| |\
| | * Use after free in authenticationSergei Golubchik2018-05-011-0/+1
| * | Merge branch '5.5' into 10.0Sergei Golubchik2018-04-299-23/+69
| |\ \ | | |/
| | * MDEV-15035 Wrong results when calling a stored procedureIgor Babaev2018-04-258-15/+54
| | * MDEV-13699: Assertion `!new_field->field_name.str || strlen(new_field->field_...Oleksandr Byelkin2018-04-251-8/+16
| * | MDEV-15456 Server crashes upon adding or dropping a partition in ALTER under ...Sergei Golubchik2018-04-262-3/+4
| * | Increase number of max table_open_cache instancesMonty2018-04-261-1/+1
* | | Merge pull request #729 from codership/MDEV-15794Jan Lindström2018-04-271-0/+9
|\ \ \
| * | | MDEV-15794 Fix and re-enable test galera_var_retry_autocommitDaniele Sciascia2018-04-261-0/+9
* | | | Merge pull request #723 from codership/10.1-MDEV-16005Jan Lindström2018-04-2712-100/+94
|\ \ \ \ | |/ / / |/| | |
| * | | MDEV-16005 sporadic failures with galera tests MW-328B and MW-328Csjaakola2018-04-2412-100/+94
* | | | Merge 10.0 into 10.1Marko Mäkelä2018-04-2424-57/+205
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | MDEV-10824 - Crash in CREATE OR REPLACE TABLE t1 AS SELECT spfunc()Sergei Golubchik2018-04-211-1/+2
| * | Merge branch '5.5' into 10.0Sergei Golubchik2018-04-2021-41/+175
| |\ \ | | |/
| | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-04-1916-26/+179
| | |\
| | | * BUG#27216817: INNODB: FAILING ASSERTION:mysql-5.5.60Nisha Gopalakrishnan2018-02-267-20/+43
| | | * BUG#24365972 BINLOG DECODING ISN'T RESILIENT TO CORRUPT BINLOG FILESJoao Gramacho2018-02-023-8/+136
| | | * BUG#27160888: MISSING FILE PRIVILEDGE CHECKS ON SOMEKarthik Kamath2018-01-111-1/+13
| | | * BUG#26881798: SERVER EXITS WHEN PRIMARY KEY IN MYSQL.PROCKarthik Kamath2017-12-056-9/+36
| | | * Bug#26585560 - MYSQL DAEMON SHOULD CREATE ITS PID FILE ASShishir Jaiswal2017-12-022-2/+36
| | * | MDEV-14515 ifnull result depends on number of rows in joined tableIgor Babaev2018-04-161-0/+1
| | * | MDEV-14185 CREATE TEMPORARY TABLE AS SELECT causes error 1290 with read_only ...Alexey Botchkov2018-04-081-1/+1
| | * | MDEV-14185 CREATE TEMPORARY TABLE AS SELECT causes error 1290 with read_only ...Alexey Botchkov2018-04-071-1/+2
| | * | MDEV-15624 Changing the default character set to utf8mb4 changes query evalua...Alexander Barkov2018-04-042-0/+3
| * | | MDEV-15456 Server crashes upon adding or dropping a partition in ALTER under ...Sergei Golubchik2018-04-208-15/+30
| * | | ASAN error in main.statistics_index_crash-7362Sergei Golubchik2018-04-171-1/+1
* | | | MDEV-15580: Assertion `!lex->explain' failed in lex_start(THD*):Jan Lindström2018-04-131-1/+7
* | | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2018-04-0710-19/+35
|\ \ \ \ | |/ / /
| * | | Update contributorsIan Gilfillan2018-04-051-2/+1
| * | | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2018-04-033-0/+7
| |\ \ \ | | |/ /
| | * | MDEV-15630 uuid() function evaluates at wrong time in queryAlexander Barkov2018-04-031-0/+1
| | * | MDEV-11274: Executing EXPLAIN of complex query over join limit causes server ...Varun Gupta2018-03-271-0/+1
| | * | MDEV-15620 Crash when using "SET @@NEW.a=expr" inside a triggerAlexander Barkov2018-03-271-0/+5
| * | | increase upper value of max_prepared_stmt_count to UINT32_MAXDaniel Black2018-04-034-7/+7
| * | | MDEV-9744: session optimizer_use_condition_selectivity=5 causing SQL Error (1...Varun Gupta2018-04-022-6/+34
| * | | MDEV-15619 using CONVERT() inside AES_ENCRYPT() in an UPDATE corrupts dataAlexander Barkov2018-03-262-6/+17
* | | | MDEV-14705: slow innodb startup/shutdown can exceed systemd timeoutDaniel Black2018-04-061-3/+3
* | | | MDEV-13549 Fix and re-enable MTR test galera.MW-284Daniele Sciascia2018-04-051-2/+4
* | | | MW-405 Remove redundant conditionsDaniele Sciascia2018-04-031-14/+16
* | | | Fixed compiler warningMonty2018-03-261-1/+1
* | | | Adjust table_open_cache to avoid getting error 24 (too many open files)Monty2018-03-264-37/+67
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2018-03-236-3/+18
|\ \ \ \ | |/ / /
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2018-03-236-3/+18
| |\ \ \ | | |/ /
| | * | MDEV-14779: using left join causes incorrect results with materialization and...Varun Gupta2018-03-223-1/+10
| | * | MDEV-15492: Subquery crash similar to MDEV-10050Oleksandr Byelkin2018-03-212-1/+7
| | * | MDEV-15555: select from DUAL where false yielding wrong result when in a INVarun Gupta2018-03-211-1/+1
| * | | MDEV-6736: Valgrind warnings 'Invalid read' in subselect_engine::calc_const_t...Varun Gupta2018-03-171-1/+3
* | | | MDEV-10269 - Killed queries from I_S stay in 'Killed' state for longSergey Vojtovich2018-03-231-0/+7