summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge 5.5 into 10.1Eugene Kosov2019-06-201-0/+4
|\
| * MDEV-19790 Wrong result for query with outer join and IS NOT TRUE predicateIgor Babaev2019-06-171-0/+4
* | MDEV-18661 loading the audit plugin causes performance regression.Alexey Botchkov2019-06-158-3/+29
* | Merge branch '5.5' into 10.1Oleksandr Byelkin2019-06-129-160/+228
|\ \ | |/
| * MDEV-18479: Avoid COST_MULT(records, 1)Marko Mäkelä2019-06-111-5/+2
| * MDEV-18479 Another complementIgor Babaev2019-06-101-7/+10
| * MDEV-19580 Unrelated JOINs corrupt usage of 'WHERE function() IN (subquery)'Igor Babaev2019-06-091-14/+73
| * MDEV-19491 update query stopped working after mariadb upgrade 10.2.23 -> 10.2.24Sergei Golubchik2019-06-013-97/+112
| * cleanupSergei Golubchik2019-06-013-44/+17
| * MDEV-18479 ComplementIgor Babaev2019-05-282-9/+17
| * MDEV-19588 Wrong results from query, using left join.Igor Babaev2019-05-281-1/+2
* | MDEV-16467 - MariaDB crashes because of "long semaphore wait"after migrating ...Sergey Vojtovich2019-06-121-3/+0
* | MDEV-19675 Wrong charset is chosen when opening a pre-4.1 tableAlexander Barkov2019-06-031-2/+3
* | MDEV-19653 Add class Sql_cmd_create_tableAlexander Barkov2019-05-318-304/+425
* | MDEV-18913: typo in error logSujatha2019-05-301-1/+1
* | MDEV-19614: Fix innodb_plugin on WindowsMarko Mäkelä2019-05-281-4/+4
* | Merge 5.5 into 10.1Marko Mäkelä2019-05-284-89/+126
|\ \ | |/
| * MDEV-18479 Assertion `join->best_read < double(1.79769313486231570815e+308L)'Igor Babaev2019-05-273-79/+111
| * MDEV-18896 Crash in convert_join_subqueries_to_semijoins : CorrectionIgor Babaev2019-05-192-1/+8
* | MDEV-19258 RIGHT JOIN hangs in MariaDBIgor Babaev2019-05-231-2/+14
* | MDEV-17752: Plan changes from hash_index_merge to index_merge with new optimi...Varun Gupta2019-05-211-1/+3
* | Better comment from Monty for code in make_join_selectSergei Petrunia2019-05-171-2/+10
* | Fixed the case when statistics were not getting read becauseVarun Gupta2019-05-161-1/+1
* | MDEV-19407: Assertion `field->table->stats_is_read' failed in is_eits_usableVarun Gupta2019-05-161-0/+3
* | Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-11350-350/+350
|\ \ | |/
| * Update FSF AddressVicențiu Ciorbaru2019-05-11322-322/+322
* | Update FSF addressVicențiu Ciorbaru2019-05-1119-19/+19
* | Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-1129-31/+31
|\ \ | |/
| * Follow-up to changing FSF addressVicențiu Ciorbaru2019-05-111-1/+1
| * Update FSF addressMichal Schorm2019-05-1028-28/+28
* | MDEV-19399 do not call slow my_timer_init() several timesEugene Kosov2019-05-101-1/+1
* | MDEV-19427 mysql_upgrade_service throws exception upgrading from 10.0 to 10.3Vladislav Vaintroub2019-05-091-1/+2
* | MDEV-16060 - InnoDB: Failing assertion: ut_strcmp(index->name, key->name)Sergey Vojtovich2019-05-091-46/+45
* | MDEV-17883: CREATE TABLE IF NOT EXISTS locking changes in 10.3.10Jan Lindström2019-05-031-4/+5
* | Merge branch '5.5' into 10.1Oleksandr Byelkin2019-05-021-2/+1
|\ \ | |/
| * MDEV-19349 mysql_install_db: segfault at tmp_file_prefix checkAleksey Midenkov2019-05-011-7/+1
* | MDEV-19352: Server crash in alloc_histograms_for_table_share upon query from ...Varun Gupta2019-05-021-2/+3
* | Adjusting sql_command to align with higher version, this is an adjustmentVarun Gupta2019-05-021-5/+4
* | MDEV-14572: Assertion `! is_set()' failed in Diagnostics_area::set_eof_status...Oleksandr Byelkin2019-04-301-0/+10
* | MDEV-19243 Fix timezone handling on Windows to report standard timezone namesVladislav Vaintroub2019-04-303-13/+183
* | MDEV-18738 ASAN heap-use-after-free in copy_if_not_alloced / copy_fieldsAlexander Barkov2019-04-301-0/+21
* | MDEV-19265 Server should throw warning if event is created and event_schedule...Vladislav Vaintroub2019-04-281-0/+6
* | MDEV-19276 during connect, write error log warning for ER_DBACCESS_DENIED_ERROR,Vladislav Vaintroub2019-04-283-18/+34
* | MDEV-19262 Server error message is unclear if event is created and event_sche...Vladislav Vaintroub2019-04-281-2/+2
* | MDEV-19351 statistics_for_command_is_needed: Conditional jump or moveIgor Babaev2019-04-271-0/+1
* | MDEV-19350 Server crashes in delete_tree_element / ... / Item_func_group_conc...Sergei Golubchik2019-04-271-2/+2
* | MDEV-19334: bool is_eits_usable(Field*): Assertion `field->table->stats_is_re...Varun Gupta2019-04-271-4/+11
* | MDEV-11015 Assertion failed: precision > 0 in decimal_bin_size upon SELECT wi...Alexander Barkov2019-04-271-1/+5
* | Merge branch '5.5' into 10.1Sergei Golubchik2019-04-2614-107/+162
|\ \ | |/
| * Bug#28986737: RENAMING AND REPLACING MYSQL.USER TABLE CAN LEAD TO A SERVER CRASHSergei Golubchik2019-04-251-0/+8