summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.1' into 10.2Oleksandr Byelkin2020-10-283-19/+53
|\
| * BUG#31650096: MYSQL SERVER HEAP-USE-AFTER-FREE IN TRANS_SAVEPOINTKarthik Kamath2020-10-271-1/+0
| * Bug#31304432 "INSUFFICIENT PRIVILEGE CHECK BY LOCK TABLES"Sergei Golubchik2020-10-271-0/+30
| * cleanup: PRIV_LOCK_TABLES (10.5 style)Sergei Golubchik2020-10-271-18/+17
| * MDEV-20744 SET GLOBAL `replicate_do_db` = DEFAULT causes crash.bb-10.1-hfAlexey Botchkov2020-10-231-1/+5
* | MDEV-22524 SIGABRT in safe_mutex_unlock withAlexey Botchkov2020-10-271-0/+3
* | MDEV-22707: galera got stuck after flush tablesmkaruza2020-10-271-0/+5
* | MDEV-22313: Neither SHOW CREATE USER nor SHOW GRANTS prints a user's default ...Anel Husakovic2020-10-241-8/+46
* | MDEV-23867: insert... select crash in compute_window_funcVarun Gupta2020-10-231-0/+10
* | precedence bugfixingSergei Golubchik2020-10-237-71/+79
* | cleanup: remove redundant BANG_PRECEDENCESergei Golubchik2020-10-232-3/+2
* | cleanup: remove redundant ADDINTERVAL_PRECEDENCESergei Golubchik2020-10-233-5/+4
* | MDEV-23656 view: removal of parentheses results in wrong resultSergei Golubchik2020-10-231-1/+5
* | MDEV-23492 performance_schema_digests_size changing from default to 5000 when...Sergei Golubchik2020-10-231-1/+1
* | MDEV-20593 SIGSEGV in report_json_error_ex (on optimized builds).Alexey Botchkov2020-10-221-0/+2
* | Merge 10.1 into 10.2Marko Mäkelä2020-10-215-3/+11
|\ \ | |/
| * MDEV-5628: Assertion `! is_set()' or `!is_set() || (m_status == DA_OK_BULK &&Rucha Deodhar2020-10-201-0/+2
| * MDEV-17729: Assertion `! is_set() || m_can_overwrite_status' failed inRucha Deodhar2020-10-201-0/+3
| * MDEV-23938: innodb row_search_idx_cond_check handle ICP_ABORTED_BY_USERSergei Petrunia2020-10-161-0/+1
| * MDEV-4851: BUG#11763447: 'YOU CANNOT 'ALTER' A LOG TABLE IF LOGGING IS ENABLED'Nisha Gopalakrishnan2020-10-081-3/+5
| * Merge tag 'mariadb-10.1.47' into 10.1Sergei Golubchik2020-10-071-5/+46
| |\
| * | MDEV-23832 Crash at startup in Log_event::read_log_eventAndrei Elkin2020-10-071-1/+1
* | | MDEV-23327: followupOleksandr Byelkin2020-10-201-0/+6
* | | MDEV-23327 Can't uninstall UDF if the implementation library file doesn't existOleksandr Byelkin2020-10-193-54/+126
* | | Fix the constants namesOleksandr Byelkin2020-10-153-11/+14
* | | Merge tag 'mariadb-10.2.34' into 10.2Sergei Golubchik2020-10-071-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
* | | | MDEV-23811: With large number of indexes optimizer chooses an inefficient planIgor Babaev2020-10-061-8/+12
* | | | MDEV-18163 Assertion `table_share->tmp_table != NO_TMP_TABLE || m_lock_type !...Oleksandr Byelkin2020-10-061-0/+2
* | | | MDEV-23894 UBSAN: several call to function show_binlog_vars(THD*, st_mysql_sh...Eugene Kosov2020-10-064-10/+11
* | | | UBSAN: UndefinedBehaviorSanitizer: undefined-behavior ../sql/item_cmpfunc.cc:...Eugene Kosov2020-10-051-1/+4
* | | | MDEV-23879 server hangs with threadpool, compression, and client pipeliningVladislav Vaintroub2020-10-031-3/+11
* | | | 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
* | | | 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-23101 : SIGSEGV in lock_rec_unlock() when Galera is enabledJan Lindström2020-09-104-2/+30
* | | | 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