summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* 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
| * ProblemVenkatesh Venugopal2019-04-252-21/+24
| * MDEV-15907 ASAN heap-use-after-freeRobert Bindar2019-04-242-3/+2
| * MDEV-18507 can't update temporary table when joined with table with triggers ...Sergei Golubchik2019-04-245-7/+30
| * bugfix: multi-update checked privileges on views incorrectlySergei Golubchik2019-04-244-13/+11
| * MDEV-18241 Downgrade from 10.4 to 10.3 crashesSergei Golubchik2019-04-241-0/+4
| * cleanupSergei Golubchik2019-04-244-92/+119
| * MDEV-18923 Assertion `!lex_string_cmp(system_charset_info, fk_info->reference...Sergei Golubchik2019-04-241-9/+5
* | Bug#28573894 ALTER PARTITIONED TABLE ADD AUTO_INCREMENT DIFF RESULT DEPENDING...Marko Mäkelä2019-04-252-5/+11
* | MDEV-18452 ASAN unknown-crash in Field::set_default upon SET bit_column = DEF...Alexander Barkov2019-04-251-1/+1
* | MDEV-9531 GROUP_CONCAT with ORDER BY inside takes a lot of memory while it's ...Sergei Golubchik2019-04-242-4/+92
* | don't cast random items to Item_result_field*Sergei Golubchik2019-04-241-9/+9
* | cleanup: cosmetic fixesSergei Golubchik2019-04-242-4/+5
* | Merge 5.5 into 10.1Marko Mäkelä2019-04-241-0/+1
|\ \ | |/
| * MDEV-15772 Potential list overrun during XA recoveryThirunarayanan Balathandayuthapani2019-04-241-0/+1
| * MDEV-17610 Unexpected connection abort after certain operations from within s...Vladislav Vaintroub2019-04-041-7/+8