summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.1 into 10.2Marko Mäkelä2019-12-237-38/+40
|\
| * MDEV-21319 COUNT(*) returns 1, actual SELECT returns no result in 10.3.21, bu...Alexander Barkov2019-12-192-5/+26
| * MDEV-21341: Fix UBSAN failures, part #3Sergei Petrunia2019-12-181-1/+2
| * MDEV-21341: Fix optimizer-related UBSAN failures, part #2Sergei Petrunia2019-12-181-22/+0
| * MDEV-21341: Fix optimizer-related UBSAN failures, part #1:Sergei Petrunia2019-12-181-1/+1
| * CMake,Windows - cleanup data directory prior to bootstrap for nitial_database...Vladislav Vaintroub2019-12-121-2/+4
| * MDEV-21209 : mysql_tzinfo_to_sql's Galera checks do not workJan Lindström2019-12-051-5/+5
* | MDE-21369 rpl.rpl_timezone fails with valgrind: Use of uninitialised value.Alexey Botchkov2019-12-212-36/+27
* | MDEV-21343 Threadpool/Unix- wait_begin() function does not wake/create thread...Vladislav Vaintroub2019-12-171-1/+1
* | MDEV-16579: Wrong result of query using DISTINCT COUNT(*) OVER (*)Varun Gupta2019-12-171-1/+2
* | PR #1127 and PR #1150Anel Husakovic2019-12-131-9/+28
* | MDEV-19380: ASAN heap-use-after-free in Protocol::net_store_dataVarun Gupta2019-12-121-0/+2
* | MDEV-11345 Compile english error messages into mysqld executable.Vladislav Vaintroub2019-12-111-22/+53
* | MDEV-18460: Server crashed in strmake / tdc_create_key / THD::create_tmp_tabl...Oleksandr Byelkin2019-12-101-0/+7
* | MDEV-21189: Dropping partition with 'wsrep_OSU_method=RSU' and 'SESSION sql_l...Jan Lindström2019-12-091-1/+2
* | MDEV-18463 Don't allow multiple table CONSTRAINTs with the same name.Alexey Botchkov2019-12-091-2/+52
* | 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
* | | 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
* | | 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.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
* | | 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-10748 Server crashes in ha_maria::implicit_commitMonty2019-10-151-3/+11