summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-30889: 3 - Item_in_optimizer leakbb-10.3-MDEV-14959.versionOleksandr Byelkin2023-04-255-24/+33
* MDEV-30889: 2 - Allocation in TABLE_SHARE::init_from_sql_statement_stringOleksandr Byelkin2023-04-251-15/+0
* MDEV-30889: 1 - Allocation in Item_subselect::mark_as_dependentOleksandr Byelkin2023-04-251-2/+2
* MDEV-14959: CheckOleksandr Byelkin2023-04-171-2/+32
* MDEV-30818 invalid ssl prevents bootstrapSergei Golubchik2023-03-091-1/+4
* MDEV-30151 parse error 1=2 not between/inbb-10.3-bar-MDEV-30151Alexander Barkov2023-01-262-30/+78
* Revert "MDEV-30151 parse error 1=2 not between/in"Alexander Barkov2023-01-262-6/+6
* MDEV-28616 Crash when using derived table over union with order by clausebb-10.3-igorIgor Babaev2023-01-251-0/+3
* MDEV-30323 Some DDLs like ANALYZE can complete on parallel slave out of orderbb-10.3-andreiAndrei2023-01-241-3/+3
* MDEV-30081 Crash with splitting from constant mergeable derived tableIgor Babaev2023-01-241-1/+1
* MDEV-29639: Seconds_Behind_Master is incorrect for Delayed, Parallel ReplicasBrandon Nesterenko2023-01-243-9/+37
* Added comments re JOIN::all_fields, JOIN::fields_listSergei Petrunia2023-01-241-2/+20
* MDEV-30248 Infinite sequence of recursive calls when processing embedded CTEIgor Babaev2023-01-233-81/+16
* MDEV-15178: Filesort::make_sortorder: Assertion `pos->field != __null |Sergei Petrunia2023-01-233-15/+60
* Minimize unsafe C functions usage - replace strcat() and strcpy() (and strnca...Mikhail Chalov2023-01-202-8/+9
* MDEV-30052 Crash with a query containing nested WINDOW clausesIgor Babaev2023-01-204-17/+12
* MDEV-30378 Versioned REPLACE succeeds with ON DELETE RESTRICT constraintNikita Malyavin2023-01-121-0/+1
* fix typoslilinjie2023-01-123-6/+6
* MDEV-25277: mysqlbinlog --verbose cannot read row events with compressed colu...Brandon Nesterenko2023-01-111-5/+12
* MDEV-28602 Wrong result with outer join, merged derived table and viewSergei Petrunia2023-01-111-0/+8
* MDEV-30342 Wrong "Truncated incorrect DECIMAL value" warning/errorDaniel Black2023-01-092-8/+8
* MDEV-17093: SOURCE_REVISION in log (postfix - not in help)Daniel Black2023-01-081-2/+3
* MDEV-27624 Wrong result for nested left join using not_exists optimizationIgor Babaev2023-01-061-6/+29
* MDEV-17093: SOURCE_REVISION in log and handle_fatal_signalHaidong Ji2023-01-062-16/+12
* fix typoslilinjie2023-01-055-6/+6
* MDEV-29988 group by fixSergei Golubchik2023-01-021-0/+5
* fixes for json.json_table and main.func_json in --psSergei Golubchik2023-01-021-1/+2
* MDEV-29988: Major performance regression with 10.6.11Dmitry Shulga2023-01-024-18/+165
* MDEV-29988: (revert) Major performance regression with 10.6.11Dmitry Shulga2023-01-021-11/+2
* --skip-name-resolve=0 didn't workSergei Golubchik2023-01-027-21/+12
* MDEV-30151 parse error 1=2 not between/inSergei Golubchik2023-01-022-6/+6
* MDEV-19071 Wrong results when using STDDEV_SAMP() and viewSergei Golubchik2023-01-021-1/+1
* MDEV-25004 Missing row in FTS_DOC_ID_INDEX during DELETE HISTORYAleksey Midenkov2022-12-271-1/+1
* MDEV-25004 vers_force_trx option to force transactional System VersioningAleksey Midenkov2022-12-273-22/+40
* MDEV-21187: log_slow_filter="" logs queries not using indexesDaniel Black2022-12-141-1/+1
* MDEV-29144 ER_TABLE_SCHEMA_MISMATCH or crash on DISCARD/IMPORTMarko Mäkelä2022-12-091-0/+4
* MDEV-30150 ST_GeomFromGeoJSON, 'geometry' before 'type: feature' errorDaniel Black2022-12-091-1/+2
* MDEV-29636 Assertion `part_share->auto_inc_initialized || !can_use_for_auto_i...Nayuta Yanagisawa2022-12-071-1/+2
* MDEV-30082 View definition losing brackets changes semantics of the query and...Sergei Golubchik2022-12-022-0/+3
* try harder to reject not strictly deterministic vcols in indexes/storedSergei Golubchik2022-12-022-6/+14
* MDEV-30016 Virtual columns do not support autoincrement columnsSergei Golubchik2022-12-022-1/+6
* cleanup: VCOL_NOT_VIRTUAL->VCOL_NEXTVALSergei Golubchik2022-12-023-8/+5
* MDEV-30056 Impossible to export column grantsSergei Golubchik2022-12-021-3/+2
* MDEV-30036 NULL pointer dereference in partition_info::set_partition_bitmaps_...Sergei Golubchik2022-12-022-22/+0
* MDEV-30066 (limit + offset) union all (...) limit = incorrect resultSergei Golubchik2022-12-021-5/+8
* MDEV-28696 View created as "select b''; " references invalid table(s) or colu...Alexander Barkov2022-12-022-0/+20
* MDEV-30112 ASAN errors in Item_ident::print / generate_partition_syntaxbb-10.3-midenokAleksey Midenkov2022-12-011-0/+2
* MDEV-30023 Revoking Privilege on the Column Yields the Errorbb-10.3-vicentiuVicențiu Ciorbaru2022-11-301-2/+5
* Safety fixMonty2022-11-291-3/+4
* MDEV-29169 Using MATCH returns NULL for Virtual ColumnNikita Malyavin2022-11-231-0/+5