summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2021-04-216-8/+69
|\
| * MDEV-25362 Incorrect name resolution for subqueries in ON expressionsprot-10.2Igor Babaev2021-04-172-1/+34
| * MDEV-15064: IO_CACHE mysys read_pos, not libmaria rc_posbb-10.2-danielblack-MDEV-15064-IO_CACHE-read_posRainer Orth2021-04-171-1/+1
| * MDEV-25407: EXISTS subquery with correlation in ON expression crashesbb-10.2-mdev25407Sergei Petrunia2021-04-161-1/+29
| * MDEV-25403 ALTER TABLE wrongly checks for field's default value if AFTER is usedSergei Golubchik2021-04-151-1/+1
| * signal handler, display coredump file pattern similarly to MDEV-25294 but for...David Carlier2021-04-151-3/+3
* | MDEV-25327 Unexpected ER_DUP_ENTRY upon dropping PK column from system-versio...Aleksey Midenkov2021-04-191-2/+10
* | Fixup merge 6e6318b29b446f76f01f2ef65d1460870b607d2aMarko Mäkelä2021-04-141-3/+3
* | Merge 10.2 into 10.3Marko Mäkelä2021-04-137-22/+40
|\ \ | |/
| * MDEV-25182 Complex query in Store procedure corrupts resultsbb-10.2-MDEV-25182Oleksandr Byelkin2021-04-124-7/+17
| * MDEV-25108: Running of the EXPLAIN EXTENDED statement produces extra warning ...bb-10.2-MDEV-25108-2Dmitry Shulga2021-04-124-15/+23
* | Merge 10.2 into 10.3Marko Mäkelä2021-04-091-7/+15
|\ \ | |/
| * MDEV-13467 fixup: Improve error handlingMarko Mäkelä2021-04-081-7/+15
* | fix gcc optimized buildEugene Kosov2021-04-011-1/+1
* | MDEV-25172 Wrong error message for ADD COLUMN .. AS ROW STARTAleksey Midenkov2021-03-311-0/+5
* | MDEV-22562 Assertion `next_insert_id == 0' upon UPDATE on system-versioned tableAleksey Midenkov2021-03-311-9/+11
* | MDEV-24690 Dropping primary key column from versioned table always fails with...Aleksey Midenkov2021-03-311-1/+4
* | MDEV-23446 goto error cleanupAleksey Midenkov2021-03-311-17/+18
* | Merge 10.2 into 10.3Marko Mäkelä2021-03-318-19/+429
|\ \ | |/
| * MDEV-25294 signal handler display coredump on macDavid CARLIER2021-03-301-1/+13
| * MDEV-24923 : Port selected Galera conflict resolution changes from 10.6Jan Lindström2021-03-301-10/+12
| * mallinfo2: whitespace fixDaniel Black2021-03-301-1/+1
| * MDEV-13467: Feature request: Support for ST_Distance_Sphere()bb-10.2-anel-MDEV-13467-gis-feature-v1Anel Husakovic2021-03-271-2/+2
| * MDEV-25272: Wrong function name in error messages upon ST_GeomFromGeoJSON callAnel Husakovic2021-03-271-2/+2
| * MDEV-13467: Feature request: Support for ST_Distance_Sphere()Anel Husakovic2021-03-275-3/+399
* | 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
* | 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
* | 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-24868 Server crashes in optimize_schema_tables_memory_usage after select...Nayuta Yanagisawa2021-03-081-3/+8
* | Merge branch '10.2' into 10.3Vicențiu Ciorbaru2021-03-041-0/+1
|\ \ | |/
| * MDEV-25032: Window functions without column references get removed from ORDER BYVicențiu Ciorbaru2021-03-041-0/+1
* | MDEV-22786 Crashes with nested table value constructorsIgor Babaev2021-03-035-13/+52
* | Merge 10.2 into 10.3Marko Mäkelä2021-03-036-123/+184
|\ \ | |/
| * MDEV-24532 Table corruption ER_NO_SUCH_TABLE_IN_ENGINE .. on table with forei...Monty2021-03-022-0/+15
| * MDEV-25006: Failed assertion on executing EXPLAIN DELETE statement as a prepa...Dmitry Shulga2021-03-021-0/+3
| * MDEV-24860: Incorrect behaviour of SET STATEMENT in case it is executed as a ...Dmitry Shulga2021-02-253-120/+164
* | MDEV-24919 Crash with subselect formed by table value constructor andIgor Babaev2021-03-011-10/+5
* | Fixed typo in commentMonty2021-03-011-1/+1