summaryrefslogtreecommitdiff
path: root/mysql-test/main
Commit message (Expand)AuthorAgeFilesLines
* Add error message in case of the `field` `check` constraintsbb-anel-check_constraingAnel Husakovic2018-05-186-14/+96
* MDEV-14853 Grant does not work correctly when table contains...sachin2018-05-184-0/+245
* MDEV-16202 Latest changes made erroneously some keywords reserved in sql_mode...Alexander Barkov2018-05-172-0/+395
* MDEV-16172: Enable skipped testsMarko Mäkelä2018-05-172-8/+0
* Merge 10.2 into 10.3Marko Mäkelä2018-05-1714-4/+1129
* MDEV-16186 Concatenation operator || returns wrong results in sql_mode=ORACLEAlexander Barkov2018-05-162-0/+103
* Fix of the test after null processing fix.Oleksandr Byelkin2018-05-151-1/+0
* MDEV-15576: Server crashed in Cached_item_str::cmp / sortcmp or Assertion `it...Oleksandr Byelkin2018-05-152-0/+31
* MDEV-16170 Server crashes in Item_null_result::type_handler on SELECT with RO...Monty2018-05-152-0/+20
* MDEV-15465 Server crash or ASAN heap-use-after-free in Item_func_match::clean...Alexey Botchkov2018-05-152-0/+61
* MDEV-15965 Invisible columns and LOAD DATA don't work well together:... ER_WA...Sachin Setiya2018-05-152-0/+86
* MDEV-16101: ADD PARTITION on table partitioned by list does not work with mor...Jacob Mathew2018-05-142-0/+251
|\
| * MDEV-16101: ADD PARTITION on table partitioned by list does not work with mor...bb-10.3-MDEV-16101Jacob Mathew2018-05-142-0/+251
* | MDEV-15159 NULL is treated as 0 in CTEIgor Babaev2018-05-142-0/+37
* | MDEV-16152 Expressions with INTERVAL return bad results in some casesAlexander Barkov2018-05-142-0/+47
* | Don't report errors from open_table() twiceMichael Widenius2018-05-142-3/+0
* | Merge 10.2 into 10.3Marko Mäkelä2018-05-122-0/+31
* | MDEV-15978 Add Feature_system_versioning status variableAleksey Midenkov2018-05-121-0/+1
* | MDEV-15995 Drop extra semicolon in VARIABLE_COMMENT for SYSTEM_VERSIONING_ALT...Eugene Kosov2018-05-121-1/+1
* | MDEV-15923 option to control who can set session @@timestampSergei Golubchik2018-05-121-0/+9
* | cleanup: hide HA_ERR_RECORD_DELETED in ha_rnd_next()Sergei Golubchik2018-05-121-2/+0
* | MDEV-15592 - Column COMPRESSED should select a 'high order' datatypeSergey Vojtovich2018-05-112-4/+91
* | Merge branch '10.2' into 10.3Sergei Golubchik2018-05-1114-2/+229
* | MDEV-16134 Wrong I_S.COLUMNS.CHARACTER_XXX_LENGTH value for compressed columnsAlexander Barkov2018-05-102-0/+32
* | MDEV-16117 SP with a single FOR statement creates but further fails to loadAlexander Barkov2018-05-102-0/+100
* | Rename a test (fix merge error)Marko Mäkelä2018-05-092-0/+64
* | MDEV-15437 POWER8 implementation of CRC-32C in CMarko Mäkelä2018-05-092-4/+4
|\ \
| * | mtr: extend func_math (CRC32)Daniel Black2018-05-072-4/+4
| * | tests: extend func_math crc32 to a larger size to hit crc32-vpmsum accelerate...Daniel Black2018-05-072-4/+4
* | | MDEV-16104 Server crash in JOIN::fix_all_splittings_in_planIgor Babaev2018-05-082-0/+56
| |/ |/|
* | Merge 10.2 into 10.3Marko Mäkelä2018-05-082-0/+64
* | MDEV-13134 Introduce ALTER TABLE attributes ALGORITHM=NOCOPY and ALGORITHM=IN...Thirunarayanan Balathandayuthapani2018-05-073-6/+11
|/
* MDEV-16057: Using optimization Splitting with Group BY we see an unnecessary ...Varun Gupta2018-05-061-1/+0
* MDEV-15938 - TINYTEXT CHARACTER SET utf8 COMPRESSED truncates dataSergey Vojtovich2018-04-304-0/+35
* MDEV-12645 - mysql_install_db: no install test db optionSergey Vojtovich2018-04-309-2/+24
* MDEV-16038 Assertion `map->n_bits > 0' failed (my_bitmap.c:386: bitmap_is_cle...Igor Babaev2018-04-262-2/+14
* MDEV-15915 Add Feature_json status variable.Alexey Botchkov2018-04-263-0/+20
* tests: func_math, correct crc32 for mariadbDaniel Black2018-04-262-12/+8
* BUG#26495791: CONTRIBUTION: EXPAND TEST SUITE TO INCLUDE CRC32 TESTSShivashankar Nagaraj2018-04-262-0/+627
* MDEV-11975: SQLCOM_PREPARE of EXPLAIN & ANALYZE statement do not return corre...Oleksandr Byelkin2018-04-252-0/+129
* MDEV-13695: INTERSECT precedence is not in line with Oracle even in SQL_MODE=...Oleksandr Byelkin2018-04-252-0/+98
* Merge 10.2 into 10.3Marko Mäkelä2018-04-253-3/+10
* Merge 10.2 into 10.3Marko Mäkelä2018-04-2411-0/+175
* MDEV-15946 MEDIUMINT(N<8) creates a wrong data type on conversion to stringAlexander Barkov2018-04-233-16/+207
* MDEV-13232: Assertion `(&(&share->intern_lock)->m_mutex)->count > 0 && pthrea...Oleksandr Byelkin2018-04-232-0/+29
* MDEV-15957 Unexpected "Data too long" when doing CREATE..SELECT with stored funcAlexander Barkov2018-04-234-0/+497
* MDEV-15960 Wrong data type on CREATE..SELECT char_or_enum_or_text_spvarAlexander Barkov2018-04-225-27/+163
* MDEV-15940 Crash when using CURSOR with VALUES()Igor Babaev2018-04-212-0/+45
* MDEV-15846: Sever crashed with MEDIAN() window functionVarun Gupta2018-04-212-0/+19
* Adding more tests for IN/EXIST subqueries for better coverageAlexander Barkov2018-04-204-0/+459