summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '5.5' into 10.1Oleksandr Byelkin2020-01-193-5/+11
|\
| * Bug#29630767 - USE OF UNINITIALIZED VALUE IN LIBMYSQL (CLIENT.CC FUNCTION RUN...mariadb-5.5.67Sergei Golubchik2020-01-181-0/+1
| * Improve documentation of Unique classVicențiu Ciorbaru2020-01-161-4/+9
| * Use get_ident_len in heartbeat event error messagesMarkus Mäkelä2020-01-131-2/+2
* | MDEV-21341: Fix UBSAN failures, part 8: fix error in compare_fields_by_table_...Sergei Petrunia2020-01-151-4/+8
* | MDEV-21341: Fix UBSAN failures, part #5Sergei Petrunia2020-01-151-1/+2
* | MDEV-21341: Fix UBSAN failures: Issue SixSergei Petrunia2020-01-1410-54/+47
* | MDEV-18046: Assortment of crashes, assertion failures and ASAN errors in mysq...Sujatha2020-01-071-24/+33
* | MDEV-18046: Assortment of crashes, assertion failures and ASAN errors in mysq...Sujatha2020-01-071-1/+0
* | MDEV-18046: Assortment of crashes, assertion failures and ASAN errors in mysq...Sujatha2020-01-071-0/+5
* | MDEV-18046: Assortment of crashes, assertion failures and ASAN errors in mysq...Sujatha2020-01-071-10/+21
* | MDEV-18046: Assortment of crashes, assertion failures and ASAN errors in mysq...Sujatha2020-01-071-4/+4
* | MDEV-18046: Assortment of crashes, assertion failures and ASAN errors in mysq...Sujatha2020-01-071-1/+3
* | MDEV-18046: Assortment of crashes, assertion failures and ASAN errors in mysq...Sujatha2020-01-071-1/+1
* | MDEV-18046: Assortment of crashes, assertion failures and ASAN errors in mysq...Sujatha2020-01-071-4/+8
* | MDEV-18046: Assortment of crashes, assertion failures and ASAN errors in mysq...Sujatha2020-01-071-1/+8
* | MDEV-18046: Assortment of crashes, assertion failures and ASAN errors in mysq...Sujatha2020-01-071-6/+17
* | Merge branch '5.5' into 10.1Oleksandr Byelkin2020-01-031-1/+1
|\ \ | |/
| * MDEV-21343 Threadpool/Unix- wait_begin() function does not wake/create thread...Vladislav Vaintroub2019-12-171-1/+1
* | MDEV-20922: Adding an order by changes the query resultsVarun Gupta2020-01-022-0/+48
* | MDEV-19680:: Assertion `!table || (!table->read_set || bitmap_is_set(table->r...Varun Gupta2019-12-261-1/+1
* | 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
* | 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
* | 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
* | 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
* | cleanupSergei Golubchik2019-10-301-8/+3
* | MDEV-20354 All but last insert ignored in InnoDB tables when table lockedSergei Golubchik2019-10-302-0/+6
* | 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
* | 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-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
* | Merge remote-tracking branch 'origin/5.5' into 10.1Alexander Barkov2019-10-011-8/+8
|\ \ | |/
| * MDEV-20704 An index on a double column erroneously uses prefix compressionAlexander Barkov2019-10-011-8/+8
* | MDEV-20645: Replication consistency is broken as workers miss the error notif...Sujatha2019-09-301-0/+16