summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-20945: BACKUP UNLOCK + FTWRL assertion failureRinat Ibragimov2020-10-226-4/+36
* MDEV-20100 MariaDB 13.3.9 Crash "[ERROR] mysqld got signal 11 ;"Kentoku SHIBA2020-10-221-29/+56
* MDEV-23081 Stray XA transactions at startup, with wsrep_on=OFFDaniele Sciascia2020-10-211-1/+1
* MDEV-22761: innodb row_search_idx_cond_check handle CHECK_ABORTED_BY_USERSergei Petrunia2020-10-141-0/+2
* MDEV-19130 Assertion failed in handler::update_auto_incrementNikita Malyavin2020-10-142-0/+6
* Merge tag 'mariadb-10.4.15' into 10.4Sergei Golubchik2020-10-071-0/+42
|\
| * Merge branch '10.3' into 10.4mariadb-10.4.15Sergei Golubchik2020-10-051-0/+42
| |\
| | * Merge branch '10.2' into 10.3mariadb-10.3.25Sergei Golubchik2020-10-051-5/+46
| | |\
| | | * Merge branch '10.1' into 10.2mariadb-10.2.34Sergei Golubchik2020-10-051-5/+46
| | | |\
| | | | * MDEV-23884 donor uses invalid SST methodsSergei Golubchik2020-10-051-5/+46
* | | | | Better German Error message.Oleksandr Byelkin2020-10-071-1/+1
* | | | | MDEV-23518 Syntax error in ond SP results in misleading message on SHOW CREAT...Oleksandr Byelkin2020-10-031-2/+3
* | | | | MDEV-23778 Derived table handler looses data on conversion from HEAP to AriaIgor Babaev2020-09-281-3/+1
* | | | | Merge branch '10.3' into 10.4Sujatha2020-09-287-21/+45
|\ \ \ \ \
| * \ \ \ \ Merge branch '10.2' into 10.3Sujatha2020-09-286-21/+38
| |\ \ \ \ \
| | * \ \ \ \ Merge branch '10.1' into 10.2Sujatha2020-09-281-5/+12
| | |\ \ \ \ \
| | | * | | | | MDEV-22330: mysqlbinlog stops with an error Don't know how to handle column t...Sujatha2020-09-281-5/+12
| | | * | | | | Revert "[MDEV-7978] add show create user"Daniel Black2020-09-247-318/+113
| | | * | | | | [MDEV-7978] Post review fixes and cleanups.Vicențiu Ciorbaru2020-09-202-9/+9
| | | * | | | | [MDEV-7978] Added show create user implementation.Vicențiu Ciorbaru2020-09-202-93/+162
| | | * | | | | [MDEV-7978] Updated syntax for SHOW CREATE USERVicențiu Ciorbaru2020-09-207-1/+36
| | | * | | | | [MDEV-7978] Implement alter user and tested create userVicențiu Ciorbaru2020-09-202-3/+51
| | | * | | | | [MDEV-7978] Update grammar for new syntaxVicențiu Ciorbaru2020-09-207-20/+73
| | * | | | | | MDEV-22387: Do not violate __attribute__((nonnull))Marko Mäkelä2020-09-232-4/+6
| | * | | | | | Fix GCC 10.2.0 -Og -fsanitize=undefined -Wmaybe-uninitializedMarko Mäkelä2020-09-232-16/+13
| | * | | | | | Ukrainian error text translations added.bb-10.2-ukOleksandr Byelkin2020-09-221-1/+9
| * | | | | | | MDEV-23823 Crash in SELECT NEXT VALUE on locked viewVladislav Vaintroub2020-09-281-0/+7
* | | | | | | | Added asssert to init_of_queries() to make it more safeMonty2020-09-252-1/+6
* | | | | | | | MDEV-17665 Assertion `!share and other errors on concurrent Aria operationsMonty2020-09-251-1/+7
* | | | | | | | MDEV-21470 ASAN heap-use-after-free in my_hash_sort_binMonty2020-09-252-15/+28
* | | | | | | | MDEV-23586 Mariabackup: GTID saved for replication in 10.4.14 is wrongMonty2020-09-256-59/+134
* | | | | | | | Backported setting of transcation.on=1 in THD::reset_for_reuse()Monty2020-09-251-0/+1
* | | | | | | | MDEV-23559: Galera LeakSanitizer: detected memory leaks in galera.GAL-419mkaruza2020-09-241-6/+3
* | | | | | | | Merge 10.3 into 10.4Marko Mäkelä2020-09-223-8/+61
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge 10.2 into 10.3Marko Mäkelä2020-09-223-8/+61
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge 10.1 into 10.2Marko Mäkelä2020-09-223-8/+61
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | MDEV-21839: Handle crazy offset to SHOW BINLOG EVENTSSujatha2020-09-161-5/+52
| | | * | | | | MDEV-23535 SIGSEGV, SIGABRT and SIGILL in typeinfo for Item_func_set_collatio...Alexander Barkov2020-09-032-3/+9
* | | | | | | | MDEV-21170 : Galera test failure on galera_sr.GCF-1043[A|B]Jan Lindström2020-09-221-0/+5
* | | | | | | | Merge 10.3 into 10.4Marko Mäkelä2020-09-213-1/+29
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge 10.2 into 10.3Marko Mäkelä2020-09-214-2/+30
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | MDEV-23101 : SIGSEGV in lock_rec_unlock() when Galera is enabledJan Lindström2020-09-104-2/+30
* | | | | | | | Merge 10.3 into 10.4Marko Mäkelä2020-09-0312-57/+90
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | MDEV-21578 : CREATE OR REPLACE TRIGGER in Galera cluster not replicatingJan Lindström2020-09-031-3/+6
| * | | | | | | Merge 10.2 into 10.3Marko Mäkelä2020-09-0310-33/+69
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge 10.1 into 10.2Marko Mäkelä2020-09-035-19/+48
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | MDEV-22387: Do not pass null pointer to some memcpy()Marko Mäkelä2020-09-033-5/+9
| | | * | | | | MDEV-7110 follow-up fix: Do not pass NULL as nonnull parameterMarko Mäkelä2020-09-031-1/+2
| | | * | | | | MDEV-23534: SIGSEGV in sf_malloc_usable_size/my_free on SET GLOBAL REPLICATE_...Sujatha2020-09-021-14/+38
| | * | | | | | Merge 10.1 into 10.2Marko Mäkelä2020-09-011-0/+3
| | |\ \ \ \ \ \ | | | |/ / / / /