summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-20744 SET GLOBAL `replicate_do_db` = DEFAULT causes crash.bb-10.1-hfAlexey Botchkov2020-10-231-1/+5
* 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-23884 donor uses invalid SST methodsSergei Golubchik2020-10-051-5/+46
* | MDEV-23832 Crash at startup in Log_event::read_log_eventAndrei Elkin2020-10-071-1/+1
* | 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-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-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
* | MDEV-16372 ER_BASE64_DECODE_ERROR upon replaying binary log via mysqlbinlog -...Andrei Elkin2020-08-313-3/+20
* | MDEV-23596: Assertion `tab->ref.use_count' failed in join_read_key_unlock_rowbb-10.1-varunVarun Gupta2020-08-271-0/+3
* | MDEV-23440: mysql_tzinfo_to_sql to use transactionsDaniel Black2020-08-151-0/+3
* | Better comment about TABLE::maybe_nullSergei Petrunia2020-08-061-3/+10
* | MDEV-9513: Assertion `join->group_list || !join->is_in_subquery()' failed in ...Varun Gupta2020-08-062-0/+23
|/
* MDEV-23089 rpl_parallel2 fails in 10.5Sachin2020-08-041-4/+23
* Fix the typo in fix for MDEV-21472Sergei Petrunia2020-08-031-1/+1
* improve the error message for a dropped current roleSergei Golubchik2020-07-301-3/+5
* MDEV-22521 Server crashes in traverse_role_graph_up or Assertion `user' fails...Sergei Golubchik2020-07-301-0/+2
* MDEV-21472: ALTER TABLE ... ANALYZE PARTITION ... with EITS reads and locks a...Sergei Petrunia2020-07-291-0/+10
* MDEV-23010 UPDATE privilege at Database and Table level fail to update with S...Sergei Golubchik2020-07-291-3/+7
* cleanup: reduce code duplicationSergei Golubchik2020-07-293-45/+21
* Bug #25207522: INCORRECT ORDER-BY BEHAVIOR ON A PARTITIONED TABLE WITH A COMP...Sergei Golubchik2020-07-293-24/+68
* bugfix: mysql_create_view() infinite loopSergei Golubchik2020-07-291-2/+3
* MDEV-18496 Crash when Aria encryption is enabled but plugin not availableSergei Golubchik2020-07-291-1/+1
* MDEV-23282 FLOAT(53,0) badly handles out-of-range valuesAlexander Barkov2020-07-271-4/+5
* MDEV-23221: A subquery causes crashSergei Petrunia2020-07-243-4/+21
* Code comment spellfixesIan Gilfillan2020-07-2241-214/+214
* MDEV-19232: Floating point precision / value comparison problemVarun Gupta2020-07-221-0/+2
* MDEV-20401: revert unnecessary changeJulius Goryavsky2020-07-161-1/+1
* MDEV-20401: Server incorrectly auto-sets lower_case_file_system valueJulius Goryavsky2020-07-162-4/+6
* MDEV-22851: Engine independent index statistics are incorrect for large table...Varun Gupta2020-07-152-15/+17
* MDEV-22654: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())'Rucha Deodhar2020-07-061-1/+1
* MDEV-23098 mariadb-upgrade-service.exe does not work on WAMPServerVladislav Vaintroub2020-07-061-5/+26
* MDEV-22390: Assertion `m_next_rec_ptr >= m_rawmem' failed in Filesort_buffer:...Varun Gupta2020-07-062-2/+2
* Revert "Fix result of merge."Marko Mäkelä2020-07-021-1/+5
* MDEV-22941: Fix the DBUG_ENTER nameMarko Mäkelä2020-07-021-4/+4
* MDEV-23067 Windows : manually registered services rejected mysql_upgrade_serviceVladislav Vaintroub2020-07-011-19/+19
* MDEV-23052 mysql_install_db.exe can run on existing non-empty directory,Vladislav Vaintroub2020-07-011-7/+15
* signal handler: use mariadb kb URL rather than MySQL oneDaniel Black2020-06-291-1/+1