summaryrefslogtreecommitdiff
path: root/mysql-test/main
Commit message (Expand)AuthorAgeFilesLines
* MDEV-25501 routine_definition in information_schema.routines loses tablename ...Sergei Golubchik2021-04-282-2/+48
* MDEV-25109 Server crashes in sp_name::sp_name upon invalid data in mysql.procSergei Golubchik2021-04-282-0/+29
* cleanup: lowercase_table.testSergei Golubchik2021-04-282-37/+50
* MDEV-24898: Server crashes in st_select_lex::next_selectbb-10.3-mdev24925Sergei Petrunia2021-04-252-0/+24
* MDEV-24925: Server crashes in Item_subselect::init_expr_cache_trackerSergei Petrunia2021-04-252-0/+82
* MDEV-24823 Crash with invalid multi-table update of view in 2nd execution of SPIgor Babaev2021-04-222-0/+106
* Merge 10.2 into 10.3Marko Mäkelä2021-04-217-97/+301
* Merge 10.2 into 10.3Marko Mäkelä2021-04-136-5/+122
* Merge 10.2 into 10.3Marko Mäkelä2021-04-092-0/+4
* Merge 10.2 into 10.3Marko Mäkelä2021-03-314-2/+192
* Merge 10.2 into 10.3Marko Mäkelä2021-03-274-7/+82
* MDEV-25128 Wrong result from join with materialized semi-join andIgor Babaev2021-03-232-0/+248
* Merge 10.2 into 10.3Marko Mäkelä2021-03-192-2/+66
* Merge 10.2 into 10.3Marko Mäkelä2021-03-1816-13/+498
* MDEV-24868 Server crashes in optimize_schema_tables_memory_usage after select...Nayuta Yanagisawa2021-03-082-0/+15
* Merge branch '10.2' into 10.3Vicențiu Ciorbaru2021-03-042-0/+46
* MDEV-22786 Crashes with nested table value constructorsIgor Babaev2021-03-032-0/+281
* Merge 10.2 into 10.3Marko Mäkelä2021-03-034-0/+79
* MDEV-24919 Crash with subselect formed by table value constructor andIgor Babaev2021-03-012-0/+12
* MDEV-24958 Server crashes in my_strtod ... with DEFAULT(blob)Monty2021-03-012-0/+53
* MDEV-24710 Uninitialized value upon CREATE .. SELECT ... VALUE...Monty2021-03-012-0/+52
* Merge 10.2 into 10.3Marko Mäkelä2021-02-252-1/+2
* MDEV-24910 Crash with SELECT that uses table value constructor as a subselectIgor Babaev2021-02-242-2/+165
* MDEV-24929 Server crash in thr_multi_unlock or in get_schema_tables_resultMonty2021-02-222-0/+23
* Merge branch '10.2' into 10.3Sergei Golubchik2021-02-2213-7/+401
* Merge branch 'bb-10.3-release' into 10.3Sergei Golubchik2021-02-2239-171/+1141
|\
| * main.mysqldump test isn't that bigSergei Golubchik2021-02-012-19/+1
| * Merge branch '10.2' into 10.3Sergei Golubchik2021-02-0139-152/+1140
* | MDEV-24936 EXPLAIN for query based on table value constructor lacks infoIgor Babaev2021-02-222-0/+58
* | MDEV-22703 DEFAULT() on a BLOB column can overwrite the default recordMonty2021-02-212-1/+33
* | MDEV-24840 Crash caused by query with IN subquery containing unionIgor Babaev2021-02-102-0/+101
|/
* MDEV-24675 Server crash when table value constructor uses a subselectIgor Babaev2021-01-262-0/+103
* MDEV-24593 Signal 11 when group by primary key of table joined to information...Sergei Golubchik2021-01-222-0/+19
* remove now-unused rdiff fileSergei Golubchik2021-01-221-11/+0
* MDEV-23666: Assertion `m_cpp_buf <= ptr && ptr <= m_cpp_buf + m_buf_length' f...Dmitry Shulga2021-01-142-0/+24
* MDEV-24387: Wrong number of decimal digits in certain UNION/SubqeryRucha Deodhar2021-01-132-0/+52
* MDEV-20763 Table corruption or Assertion `btr_validate_index(index, 0, false)...Sergei Golubchik2021-01-122-0/+48
* fix sporadic failures of main.processlist_notembeddedSergei Golubchik2021-01-122-16/+20
* failing to parse an SP should not abort information_schema.routinesSergei Golubchik2021-01-122-4/+6
* MDEV-24524 Assertion `ls->length < 0xFFFFFFFFL && ((ls->length == 0 && !ls->s...Sergei Golubchik2021-01-122-4/+18
* Added the test case for MDEV-23804Varun Gupta2021-01-122-0/+83
* Correction of the merge 10.2 into 10.3 for MDEV-23619Igor Babaev2020-12-281-2/+2
* Merge branch '10.2' into 10.3Oleksandr Byelkin2020-12-2338-73/+994
* remove the test for MDEV-22485 that doesn't test MDEV-22485Sergei Golubchik2020-12-123-152/+0
* MDEV-22485: add the test casebb-10.3-anel-MDEV-22485-mysqlslapAnel Husakovic2020-12-073-0/+152
* Merge 10.2 into 10.3Marko Mäkelä2020-12-018-5/+183
* MDEV-21265: IN predicate conversion to IN subquery should be allowed for a br...Varun Gupta2020-11-302-0/+71
* MDEV-24230 subquery on information_schema fails with error messageSergei Golubchik2020-11-252-4/+15
* MDEV-21842 auto_increment does not increment with compound primary key on par...Alexey Botchkov2020-11-233-1/+108
* MDEV-23619: Merge 10.2 into 10.3Marko Mäkelä2020-11-132-0/+279