summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* 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-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-14667 Assertion `used_parts > 0' failed in ha_partition::init_record_pri...Alexey Botchkov2019-11-201-1/+4
* | Fix compile failure on Windows: use explicit type castsbb-10.3-mdev20611Sergei Petrunia2019-11-161-3/+3
* | MDEV-20611: MRR scan over partitioned InnoDB table produces "Out of memory" e...Sergei Petrunia2019-11-153-11/+41
* | MDEV-20646: 10.3.18 is slower than 10.3.17Sergei Petrunia2019-11-131-1/+16
* | merge 10.2->10.3 with conflict resolutionsAndrei Elkin2019-11-114-5/+25
|\ \ | |/
| * manual merge 10.1->10.2Andrei Elkin2019-11-114-5/+27
| |\
| | * MDEV-19376 Repl_semi_sync_master::commit_trx assertion failure: ... || !m_act...Andrei Elkin2019-11-101-1/+5
| | * MDEV-20519: Query plan regression with optimizer_use_condition_selectivity > 1Varun Gupta2019-11-073-4/+22
* | | Merge 10.2 into 10.3Marko Mäkelä2019-11-062-0/+11
|\ \ \ | |/ /
| * | Merge 10.1 to 10.2Marko Mäkelä2019-11-062-0/+11
| |\ \ | | |/
| | * MDEV-20424: New default value for optimizer_use_condition-selectivity leads t...Varun Gupta2019-11-011-0/+3
| | * MDEV-17896 Assertion `pfs->get_refcount() > 0' failedRobert Bindar2019-11-011-0/+7
* | | MDEV-18244 Server crashes in ha_innobase::update_thd / ... / ha_partition::up...Alexey Botchkov2019-11-012-8/+29
* | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-10-317-65/+75
|\ \ \ | |/ /
| * | Merge branch 'github/10.1' into 10.2Sergei Golubchik2019-10-302-8/+9
| |\ \ | | |/
| | * cleanupSergei Golubchik2019-10-301-8/+3
| | * MDEV-20354 All but last insert ignored in InnoDB tables when table lockedSergei Golubchik2019-10-302-0/+6
| * | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-10-301-2/+1
| |\ \ | | |/
| | * avoid accessing TLSEugene Kosov2019-10-301-1/+1
| | * MDEV-20926 UBSAN: load of value 165, which is not a valid value for type boolEugene Kosov2019-10-301-2/+1
| * | MDEV-18562 [ERROR] InnoDB: WSREP: referenced FK check fail: Lock wait indexJan Lindström2019-10-302-26/+26
| * | MDEV-20549 SQL SECURITY DEFINER does not work for INFORMATION_SCHEMA tablesSergei Golubchik2019-10-281-0/+1
| * | cleanup: RAII helper for swapping of thd->security_ctxSergei Golubchik2019-10-282-25/+22
| * | Merge 10.1 into 10.2Marko Mäkelä2019-10-252-4/+16
| |\ \ | | |/
| | * Merge branch 'github/5.5' into 10.1Sergei Golubchik2019-10-232-4/+16
| | |\
| | | * MDEV-13172: Wrong result / SELECT ... WHERE EXISTS ... (with UNIQUE Key)bb-5.5-MDEV-13172Oleksandr Byelkin2019-10-151-2/+10
| | | * MDEV-20466: SHOW PROCESSLIST truncates query text on \0 bytesOleksandr Byelkin2019-10-151-2/+6
| | * | MDEV-19740: Fix C++11 violations caught by GCC 9.2.1Marko Mäkelä2019-10-142-8/+19
* | | | MDEV-18819 ALTER_COLUMN_VCOL is not set for generated stored columnsSergei Golubchik2019-10-301-1/+1
* | | | Follow up fix for MDEV-16871Varun Gupta2019-10-281-1/+0
* | | | Remove \n from DBUG_PRINT statementsMichael Widenius2019-10-218-9/+9
* | | | read-only slave using statement replication should replicate tmp tablesMichael Widenius2019-10-213-4/+6
* | | | Simplify TABLE::decide_logging_format()Monty2019-10-204-36/+47
* | | | Fixes for binary logging --read-only modeMonty2019-10-2013-62/+129