summaryrefslogtreecommitdiff
path: root/mysql-test/main
Commit message (Expand)AuthorAgeFilesLines
* MDEV-19245: Impossible WHERE should be noticed earlier after HAVING pushdownbb-10.4-galinaGalina Shalygina2019-04-222-0/+74
* MDEV-19255 Server crash in st_join_table::save_explain_data or assertionIgor Babaev2019-04-193-0/+223
* MDEV-19224 Assertion `marked_for_read()' failedMonty2019-04-192-0/+15
* MDEV-19252 Problem with DBUG_ASSERT_AS_PRINTF and marked_for_write()Monty2019-04-192-0/+16
* MDEV-19164 Assertion `fixed' failed in Item_func_inet_aton::val_intIgor Babaev2019-04-172-0/+106
* MDEV-19263: Server crashes in mysql_handle_single_derived upon 2nd execution ...Oleksandr Byelkin2019-04-162-0/+42
* MDEV-19195 Active Record unit test fails with MariaDB 10.4.3Igor Babaev2019-04-162-32/+73
* MDEV-17362: SIGSEGV in JOIN::optimize_inner or Assertion `fixed == 0' failed ...Oleksandr Byelkin2019-04-162-0/+65
* MDEV-16543 Replicating to spider is fragile without retries (#1272)Kentoku SHIBA2019-04-131-3/+5
* Merge 10.3 into 10.4bb-10.4-supermergejanMarko Mäkelä2019-04-122-2/+2
|\
| * MDEV-19236 Improve error message for ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_...Eugene Kosov2019-04-122-2/+2
* | Merge 10.3 into 10.4Marko Mäkelä2019-04-082-0/+26
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2019-04-072-0/+26
| * Merge 10.2 into 10.3Marko Mäkelä2019-04-043-0/+10
* | MDEV-18956 Assertion `sel->quick' failed in JOIN::make_range_rowid_filtersIgor Babaev2019-04-053-0/+75
* | MDEV-19186: Assertion `field->table == table' failed in create_tmp_tableGalina Shalygina2019-04-062-0/+38
* | MDEV-19185: Pushdown constant function defined with subqueryGalina Shalygina2019-04-052-0/+33
* | MDEV-19184 Crash in IS_IPV6(_ucs2 0x0031)Alexander Barkov2019-04-052-0/+39
* | MDEV-18982 Partition pruning with column list causes syntax error in 10.4Igor Babaev2019-04-042-0/+18
* | MDEV-18769 Assertion `fixed == 1' failed in Item_cond_or::val_intGalina Shalygina2019-04-045-29/+3530
* | Removed redundant partitioning checkSergey Vojtovich2019-04-032-0/+46
* | Removed redundant SE lock for tmp tablesSergey Vojtovich2019-04-032-0/+31
* | MDEV-18820 Assertion `lock_table_has(trx, index->table, LOCK_IX)' failed in l...Sachin2019-04-032-1/+70
* | MDEV-18942: Json_writer::add_bool: Conditional jump or move depends on uninit...Varun Gupta2019-04-032-0/+27
* | MDEV-18962: ASAN heap-buffer-overflow in Single_line_formatting_helper::on_ad...Varun Gupta2019-04-032-3/+21
* | MDEV-17320 add Feature_application_time_periods status variableNikita Malyavin2019-04-021-0/+1
* | Merge 10.3 into 10.4Marko Mäkelä2019-04-0217-96/+276
|\ \ | |/
| * Merge branch '10.2' into 10.3Sergei Golubchik2019-03-295-0/+168
| * Merge 10.2 into 10.3Marko Mäkelä2019-03-2712-93/+103
* | MDEV-18402 Assertion `sec.sec() <= 59' failed in Item_func_maketime::get_dateAlexander Barkov2019-04-022-0/+17
* | MDEV-18503 Assertion `native.length() == binlen' failed in Type_handler_times...Alexander Barkov2019-04-022-0/+28
* | Tests for MDEV-18595 Assertion `0' failed in Item_cache_timestamp::val_dateti...Alexander Barkov2019-04-022-0/+22
* | MDEV-18240 Assertion `0' failed in Item_cache_timestamp::val_datetime_packedAlexander Barkov2019-04-022-0/+35
* | MDEV-19124 Assertion `0' failed in Item::val_nativeAlexander Barkov2019-04-022-0/+39
* | index_merge_innodb did sometimes give wrong resultsMonty2019-04-013-0/+10
* | Write information about restart in .resultMichael Widenius2019-04-0112-0/+21
* | MDEV-17969 Assertion `name' failed in THD::push_warning_truncated_value_for_f...Alexander Barkov2019-03-294-0/+49
* | Merge 10.3 into 10.4Marko Mäkelä2019-03-266-34/+57
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2019-03-261-6/+6
| * Merge 10.2 into 10.3Marko Mäkelä2019-03-266-28/+51
* | Merge 10.3 into 10.4Marko Mäkelä2019-03-253-70/+121
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2019-03-251-8/+8
| * SEQUENCE tests for MDEV-18892 Regression in slow log and admin statementsAlexander Barkov2019-03-252-62/+113
* | MDEV-18904 Assertion `m_part_spec.start_part >= m_part_spec.end_part' failed ...Sachin2019-03-232-0/+13
* | Revert (MDEV-18888)2b06de8064660c5c, fix it in different way And add test cas...Sachin2019-03-233-2/+31
* | Merge 10.3 into 10.4Marko Mäkelä2019-03-2211-4/+268
|\ \ | |/
| * Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2019-03-229-4/+236
| * MDEV-19008 Slow EXPLAIN SELECT ... WHERE col IN (const1,const2,(subquery))Alexander Barkov2019-03-222-0/+32
* | MDEV-18901 Wrong results after ADD UNIQUE INDEX(blob_column)Sachin2019-03-222-0/+46
* | MDEV-18967 Load data in system version with long unique does not workSachin2019-03-212-0/+22