summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.3' into 10.4Oleksandr Byelkin2019-12-0934-53/+223
|\
| * MDEV-21234 Server crashes in in setup_on_expr upon 3rd execution of SPAleksey Midenkov2019-12-051-1/+14
| * Merge pull request #1261 from robertbindar/mdev-17978Robert Bindar2019-12-051-1/+2
| * MDEV-21233 Assertion `m_extra_cache' failed in ha_partition::late_extra_cacheAleksey Midenkov2019-12-051-1/+0
| * Merge branch '10.2' into 10.3Oleksandr Byelkin2019-12-047-6/+96
| |\
| | * MDEV-18497 : CTAS async replication from mariadb master crashes galera nodes ...Jan Lindström2019-12-041-9/+15
| | * Merge branch '10.1' into 10.2Oleksandr Byelkin2019-12-037-7/+91
| | |\
| | | * Merge branch '5.5' into 10.1Oleksandr Byelkin2019-12-031-2/+2
| | | |\
| | | | * Using `variables` instead of `values` in mysqld --help documentation would be...Anel Husakovic2019-12-021-1/+1
| | | * | Fix incorrect DBUG_ENTER message for join_read_lastSeth Shelnutt2019-11-261-1/+1
| | | * | MDEV-19572 async slave node fails to apply MyISAM only writes (#1418)seppo2019-11-262-2/+24
| | | * | MDEV-18497 CTAS async replication from mariadb master crashes galera nodes (#...seppo2019-11-183-1/+62
| | | * | MDEV-21044: Wrong result when using a smaller size for sort bufferVarun Gupta2019-11-181-0/+1
| * | | | Merge remote-tracking branch 'origin/bb-10.3-release' into 10.3Oleksandr Byelkin2019-12-042-7/+9
| |\ \ \ \
| | * | | | MDEV-18929 2nd execution of SP does not detect ER_VERS_NOT_VERSIONEDAleksey Midenkov2019-12-041-5/+1
| | * | | | MDEV-21147 Assertion `marked_for_read()' upon UPDATE on versioned table via viewAleksey Midenkov2019-12-041-1/+8
| * | | | | Merge branch 'bb-10.3-release' into 10.3Oleksandr Byelkin2019-12-044-3/+8
| |\ \ \ \ \
| | * | | | | MDEV-21147 Assertion `marked_for_read()' upon UPDATE on versioned table via viewAleksey Midenkov2019-12-031-1/+2
| | |/ / / /
| | * | | | MDEV-18929 2nd execution of SP does not detect ER_VERS_NOT_VERSIONEDAleksey Midenkov2019-12-033-2/+6
| * | | | | Merge remote-tracking branch 10.2 into 10.3Jan Lindström2019-12-022-5/+78
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | MENT-510 Failing test(s): perfschema.threads_insert_delayed.HF2019-11-291-0/+1
| | * | | | MENT-510 Failing test(s): perfschema.threads_insert_delayed.Alexey Botchkov2019-11-271-1/+2
| | * | | | MENT-237 Audit to show INSERT DELAYED for the executing user.Alexey Botchkov2019-11-271-4/+75
| | * | | | MDEV-17508 Fix bug for spider when using "not like"willhan2019-11-251-1/+1
| | * | | | MDEV-21082: isnan/isinf compilation errors, isfinite warnings on MacOSVlad Lesin2019-11-195-10/+10
| * | | | | MDEV-15977 Assertion !thd->in_sub_stmt failed in trans_commit_stmtRobert Bindar2019-12-021-2/+5
| * | | | | Lintian complains on spelling errorFaustin Lammler2019-12-0224-35/+35
| | |/ / / | |/| | |
* | | | | MDEV-20848 Fixes for MTR test galera_sr.GCF-1060 (#1421)Daniele Sciascia2019-12-045-18/+16
* | | | | Merge 10.3 into 10.4Aleksey Midenkov2019-12-027-21/+66
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-18929 2nd execution of SP does not detect ER_VERS_NOT_VERSIONEDAleksey Midenkov2019-12-022-13/+24
| * | | | MDEV-21011 Table corruption reported for versioned partitioned table after DE...Aleksey Midenkov2019-12-021-2/+13
| * | | | MDEV-21155 Assertion with versioned table upon DELETE from view of view after...Aleksey Midenkov2019-12-022-5/+20
| * | | | MDEV-21147 Assertion `marked_for_read()' upon UPDATE on versioned table via viewAleksey Midenkov2019-12-021-6/+10
| * | | | MDEV-20441 ER_CRASHED_ON_USAGE upon update on versioned Aria tableAleksey Midenkov2019-12-024-7/+22
| * | | | MDEV-19669 - fix matching CIDR address for proxy protocol.Vladislav Vaintroub2019-11-271-1/+1
| * | | | MDEV-18727 cleanupAleksey Midenkov2019-11-252-20/+0
| * | | | MDEV-18727 improve DML operation of System VersioningAleksey Midenkov2019-11-2211-63/+123
* | | | | MDEV-18929 2nd execution of SP does not detect ER_VERS_NOT_VERSIONED (10.4)Aleksey Midenkov2019-12-022-27/+45
* | | | | MDEV-18973 CLIENT_FOUND_ROWS wrong in spiderKentoku2019-11-296-16/+112
|\ \ \ \ \
| * | | | | MDEV-18973 CLIENT_FOUND_ROWS wrong in spiderbb-10.4-MDEV-18973_2Kentoku2019-11-296-16/+112
* | | | | | MDEV-19510 Issue with: sql/wsrep_mysqld.cc : ip_lenTony Reix2019-11-291-4/+4
|/ / / / /
* | | | | MDEV-20056 Assertion `!prebuilt->index->is_primary()' failedIgor Babaev2019-11-261-1/+8
* | | | | MDEV-20190 Instant operation fails when add column and collation change on no...Marko Mäkelä2019-11-251-1/+5
* | | | | MDEV-18727 improve DML operation of System Versioning (10.4)Aleksey Midenkov2019-11-2512-83/+119
* | | | | MDEV-21096 async slave crash with gtid_log_pos table access (#1413)seppo2019-11-251-1/+11
* | | | | MDEV-19919 Assertion `!prebuilt->index->is_primary()' failedIgor Babaev2019-11-221-2/+6
* | | | | MDEV-20972: `or` alterative operator breaking windows buildSeth Shelnutt2019-11-221-1/+1
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-11-201-1/+4
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-14667 Assertion `used_parts > 0' failed in ha_partition::init_record_pri...Alexey Botchkov2019-11-201-1/+4
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-11-193-11/+41
|\ \ \ \ \ | |/ / / /