summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.5 into 10.6Marko Mäkelä2021-03-277-30/+114
|\
| * Merge 10.4 into 10.5Marko Mäkelä2021-03-277-30/+114
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2021-03-274-9/+66
| | |\
| | | * Merge 10.2 into 10.3Marko Mäkelä2021-03-272-3/+7
| | | |\
| | | | * Replace mallinfo with mallinfo2 on supported systemsMichael Okoko2021-03-271-2/+6
| | | | * MDEV-24767 Wrong result when forced BNLH is used for join supportedIgor Babaev2021-03-221-1/+1
| | | * | MDEV-25128 Wrong result from join with materialized semi-join andIgor Babaev2021-03-232-6/+59
| | * | | MDEV-21697: Galera assertion !wsrep_has_changes(thd) || (thd->lex->sql_comman...bb-10.4-MDEV-21697mkaruza2021-03-251-1/+2
| | * | | MDEV-24954 : 10.5.9 crashes on int wsrep::client_state::ordered_commit(): Ass...bb-10.4-MDEV-24954Jan Lindström2021-03-251-17/+42
| | * | | MDEV-25206 Crash with CREATE VIEW .. SELECT with non-existing fieldIgor Babaev2021-03-211-2/+3
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-03-2619-38/+38
|\ \ \ \ \ | |/ / / /
| * | | | MEM_CHECK_DEFINED: replace HAVE_valgrindbb-10.5-danielblack-clang-valgrind-without-memcheck_hDaniel Black2021-03-262-3/+3
| * | | | Fixed wrong usage strlen(), should be sizeof()Monty2021-03-221-1/+1
| * | | | Fix various spelling errors still found in codeOtto Kekäläinen2021-03-2216-34/+34
* | | | | purge HAVE_CLOSE_SERVER_SOCK from sql/mysqld.ccDaniel Black2021-03-231-43/+0
* | | | | Fixed crash with listen_sockets when shutdown and kill was run simultaneouslyMonty2021-03-201-7/+6
* | | | | Changed std::vector<MYSQL_SOCKET> listen_sockets to Dynamic_arrayMonty2021-03-202-35/+37
* | | | | Fixed wrong initializations of Dynamic_arrayMonty2021-03-207-10/+14
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-03-201-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-03-201-0/+3
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-03-201-0/+3
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-03-191-0/+3
| | | |\ \ | | | | |/
| | | | * MDEV-25112 MIN/MAX aggregation over an indexed column may return wrong resultIgor Babaev2021-03-181-0/+3
* | | | | MDEV-23646: Optimizer trace: optimize_cond() should show ON expression proces...Sergei Petrunia2021-03-191-0/+10
* | | | | MDEV-23645: Optimizer trace: print conditions after substitute_for_best_equal...Sergei Petrunia2021-03-193-1/+30
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-03-1916-80/+202
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-03-1916-80/+202
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-03-1916-80/+202
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-03-1816-89/+209
| | | |\ \ | | | | |/
| | | | * MDEV-24916 : Assertion `current_stmt_binlog_format == BINLOG_FORMAT_STMT || c...Jan Lindström2021-03-181-8/+12
| | | | * MDEV-24519: Server crashes in Charset::set_charset upon SELECTVarun Gupta2021-03-125-16/+78
| | | | * Update sponsorsIan Gilfillan2021-03-121-9/+4
| | | | * MDEV-24597 Explicit column name error in CTE of UNIONIgor Babaev2021-03-101-0/+1
| | | | * MDEV-21104 Wrong result (extra rows and wrong values) with incremental BNLHIgor Babaev2021-03-102-11/+88
| | | | * MDEV-25002 ON expressions cannot contain outer referencesIgor Babaev2021-03-091-0/+2
| | | | * Correct the value of global memory_usedSergei Golubchik2021-03-083-12/+21
| | | | * MDEV-24853: Duplicate key generated during cluster configuration changeJulius Goryavsky2021-03-083-30/+0
* | | | | MDEV-23677: Optimizer trace: remove "no predicate for first keypart" (not)Sergei Petrunia2021-03-181-7/+5
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-03-183-9/+30
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-03-182-9/+24
| |\ \ \ \ | | |/ / /
| | * | | MDEV-23851 BF-BF Conflict issue because of UK GAP locksJan Lindström2021-03-171-0/+11
| | * | | MDEV-24916 : Assertion `current_stmt_binlog_format == BINLOG_FORMAT_STMT || c...bb-10.4-MDEV-24916Jan Lindström2021-03-161-9/+13
| * | | | MDEV-25069: Assertion `root->weight >= ...' failed in SEL_ARG::tree_delete #2Sergei Petrunia2021-03-171-0/+6
* | | | | MDEV-9077 Use sys schema in bootstrapping, incl. mtrVladislav Vaintroub2021-03-181-3/+4
* | | | | MDEV-9077 - sys schema preparationVladislav Vaintroub2021-03-183-12/+61
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-03-171-2/+7
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-24601: INFORMATION_SCHEMA doesn't differentiate between column and table...Anel Husakovic2021-03-161-2/+7
* | | | | MDEV-25078: ALTER INDEX is inconsistent with ADD/DROP/RENAME indexVarun Gupta2021-03-171-1/+1
* | | | | MDEV-25075: Ignorable index makes the resulting CREATE TABLE invalidVarun Gupta2021-03-172-2/+13
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-03-116-15/+27
|\ \ \ \ \ | |/ / / /