summaryrefslogtreecommitdiff
path: root/mysql-test/main
Commit message (Expand)AuthorAgeFilesLines
* MDEV-31067: selectivity_from_histogram >1.0 for a DOUBLE_PREC_HB histogrambb-10.4-mdev31067-variant2Sergei Petrunia2023-04-284-14/+229
* MDEV-22756 SQL Error (1364): Field 'DB_ROW_HASH_1' doesn't have a default valueSergei Golubchik2023-04-282-0/+13
* MDEV-31113 Server crashes in store_length / Type_handler_string_result::make_...bb-10.4-mdev-31113Oleg Smirnov2023-04-282-0/+27
* MDEV-30218 update test resultSergei Golubchik2023-04-261-1/+1
* MDEV-11356 Option skip-core-file does not workSergei Golubchik2023-04-261-1/+2
* MDEV-31121: ANALYZE statement produces 0 for all timings in embedded serverSergei Petrunia2023-04-252-0/+29
* MDEV-31102 Crash when pushing condition into view defined as unionIgor Babaev2023-04-242-0/+113
* MDEV-31085 Crash when processing multi-update using view with optimizer_trace onIgor Babaev2023-04-222-0/+375
* Merge branch '10.3' into 10.4Oleksandr Byelkin2023-04-216-62/+188
|\
| * MDEV-30818 invalid ssl prevents bootstrapSergei Golubchik2023-03-092-0/+8
| * main.bootstrap test cleanupSergei Golubchik2023-03-092-55/+89
| * MDEV-30151 parse error 1=2 not between/inbb-10.3-bar-MDEV-30151Alexander Barkov2023-01-262-0/+52
| * Revert "MDEV-30151 parse error 1=2 not between/in"Alexander Barkov2023-01-262-19/+0
| * MDEV-28616 Crash when using derived table over union with order by clausebb-10.3-igorIgor Babaev2023-01-252-0/+53
* | MDEV-20773 Error from UPDATE when estimating selectivity of a rangeIgor Babaev2023-04-122-0/+52
* | MDEV-28190 sql_mode makes MDEV-371 virtual column expressions nondeterministicAlexander Barkov2023-04-062-0/+113
* | MDEV-30072 Wrong ORDER BY for a partitioned prefix key + NOPADAlexander Barkov2023-04-062-0/+72
* | MDEV-30034 UNIQUE USING HASH accepts duplicate entries for tricky collationsAlexander Barkov2023-04-042-0/+166
* | MDEV-13255 main.status failed in buildbotSergei Golubchik2023-04-011-7/+2
* | MDEV-30351 crash in Item_func_left::val_strWeijun Huang2023-03-312-2/+17
* | MDEV-26765 UNIX_TIMESTAMP(CURRENT_TIME()) return null ?!?Alexander Barkov2023-03-294-0/+101
* | MDEV-30539 EXPLAIN EXTENDED: no message with queries for DML statementsIgor Babaev2023-03-256-3/+204
* | MDEV-27912 Fixing inconsistency w.r.t. expect files in tests.Yuchen Pei2023-03-221-2/+2
* | MDEV-30826 Invalid data on mysql.host segfaults the server after an upgrade t...Sergei Golubchik2023-03-102-0/+21
* | MDEV-30706 Different results of selects from view and CTE with same definitionIgor Babaev2023-03-0215-664/+1971
* | MDEV-26831 fallout: fix problems of name resolution cacheOleksandr Byelkin2023-03-022-0/+61
* | MDEV-22683: Ensure system tables are correctly upgraded in MariaDB 10.4Lorna Luo2023-03-024-4/+400
* | MDEV-30746 Regression in ucs2_general_mysql500_ciAlexander Barkov2023-03-014-0/+117
* | MDEV-28603 Invalid view when its definition uses TVC as single-value subqueryIgor Babaev2023-02-272-0/+193
* | KILL USER and missing privilegesSergei Golubchik2023-02-212-0/+58
* | MDEV-20057 Distinct SUM on CROSS JOIN and grouped returns wrong resultMonty2023-02-172-0/+60
* | MDEV-30218: Incorrect optimization for rowid_filtering, correctionSergei Petrunia2023-02-156-133/+54
* | MDEV-30218 Incorrect optimization for rowid_filteringIgor Babaev2023-02-1510-124/+193
* | MDEV-30630 locale: Chinese error messages for ZH_CNDaniel Black2023-02-152-0/+24
* | MDEV-30596: Assertion 'pushed_rowid_filter != __null ...' failedSergei Petrunia2023-02-142-1/+76
* | MDEV-24538: JSON_LENGTH does not return error upon wrong number of parametersWeijun Huang2023-02-142-0/+16
* | MDEV-30586 DELETE with aggregation in subquery of WHERE returns bogus errorIgor Babaev2023-02-092-0/+73
* | Merge branch '10.4.28' into 10.4Oleksandr Byelkin2023-02-0610-8/+674
|\ \
| * | MDEV-30538 Plans for SELECT and multi-table UPDATE/DELETE unexpectedly differIgor Babaev2023-02-033-4/+198
| * | MDEV-30556 UPPER() returns an empty string for U+0251 in Unicode-5.2.0+ colla...Alexander Barkov2023-02-037-4/+476
* | | MDEV-30218: Incorrect optimization for rowid_filtering, correctionSergei Petrunia2023-01-282-9/+51
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2023-01-288-2/+609
|\ \ \ | |/ / |/| / | |/
| * MDEV-30081 Crash with splitting from constant mergeable derived tableIgor Babaev2023-01-242-0/+107
| * MDEV-30248 Infinite sequence of recursive calls when processing embedded CTEIgor Babaev2023-01-232-0/+295
| * MDEV-15178: Filesort::make_sortorder: Assertion `pos->field != __null |Sergei Petrunia2023-01-232-2/+84
| * MDEV-30052 Crash with a query containing nested WINDOW clausesIgor Babaev2023-01-202-0/+118
* | MDEV-29199 Unique hash key is ignored upon INSERT ... SELECT into non-empty M...Sergei Golubchik2023-01-202-96/+209
* | MDEV-29294 Assertion `functype() == ((Item_cond *) new_item)->functype()' fai...Oleg Smirnov2023-01-204-0/+208
* | MDEV-27653 long uniques don't work with unicode collationsAlexander Barkov2023-01-194-0/+376
* | Merge 10.3 into 10.4Marko Mäkelä2023-01-133-0/+255
|\ \ | |/