summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | MDEV-20855 Crash with PARTITION BY LIST and extended charactersAlexander Barkov2019-10-181-1/+1
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-10-184-13/+12
|\ \ \ \ | |/ / /
| * | | MDEV-10748 Server crashes in ha_maria::implicit_commitMonty2019-10-151-3/+11
| * | | MDEV-20778 UBSAN: call to function free_rpl_filter() through pointer to incor...Eugene Kosov2019-10-143-11/+9
* | | | MDEV-20074: Lost connection on update triggerOleksandr Byelkin2019-10-178-17/+78
* | | | Fix compilation 2 (GCC 9)Aleksey Midenkov2019-10-101-0/+5
* | | | Fix Mroonga compilationAleksey Midenkov2019-10-101-1/+1
* | | | MDEV-17333 Assertion in update_auto_increment() upon exotic LOADAleksey Midenkov2019-10-103-5/+34
* | | | MDEV-19406 Assertion on updating view of join with versioned tableAleksey Midenkov2019-10-103-10/+25
* | | | MDEV-16130 wrong error message adding AS ROW START to versioned tableAleksey Midenkov2019-10-102-8/+4
* | | | After merge fix, this line was removed in adefaefSergey Vojtovich2019-10-091-1/+0
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-10-099-143/+135
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2019-10-096-110/+62
| |\ \ \ | | |/ /
| | * | MDEV-19536 - Server crash or ASAN heap-use-after-free in is_temporary_table /Sergey Vojtovich2019-10-075-64/+29
| | * | Cleanup EITSSergey Vojtovich2019-10-023-47/+34
| * | | MDEV-20574 Position of events reported by mysqlbinlog is wrong with encrypted...Sachin Setiya2019-10-083-35/+73
* | | | MDEV-20591: Follow-up fixMarko Mäkelä2019-10-091-5/+7
* | | | MDEV-20753: Sequence with limit 0 crashes serverOleksandr Byelkin2019-10-091-1/+1
* | | | MDEV-16239 Many test in rpl suite failssachin2019-10-081-0/+1
* | | | MDEV-20591 Wrong Number of rows in mysqlbinlog outputSachin2019-10-081-1/+10
* | | | Cleanup mman.h includesSergey Vojtovich2019-10-022-8/+0
* | | | MDEV-20684: innodb/query cache use madvise CORE/NOCORE on FreeBSDDaniel Black2019-10-021-2/+2
* | | | Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2019-10-018-44/+44
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2019-10-012-8/+24
| |\ \ \ | | |/ /