summaryrefslogtreecommitdiff
path: root/mysql-test/main
Commit message (Expand)AuthorAgeFilesLines
* MDEV-16102 Wrong ER_DUP_ENTRY upon ADD UNIQUE KEY on versioned tableAleksey Midenkov2018-06-301-2/+2
* MDEV-16584 SP with a cursor inside a loop wastes THD memory aggressivelyAlexander Barkov2018-06-282-0/+93
* MDEV-16584 SP with a cursor inside a loop wastes THD memory aggressivelyAlexander Barkov2018-06-272-0/+63
* MDEV-16365 Setting a column NOT NULL fails to return error forThirunarayanan Balathandayuthapani2018-06-252-0/+11
* MDEV-8049 name_const() is not consistent about its signessAlexander Barkov2018-06-222-0/+35
* MDEV-16471 mysqldump throws "Variable 'sql_mode' can't be set to the value of...Alexander Barkov2018-06-212-0/+47
* MDEV-16489 when lead() returns null on a datetime field, the result is treate...Alexander Barkov2018-06-202-0/+31
* MDEV-15941 Explicit cursor FOR loop does not close the cursorAlexander Barkov2018-06-203-26/+187
* Merge branch '10.3' into bb-10.3-fix_len_decOleksandr Byelkin2018-06-202-0/+64
|\
| * MDEV-16420 View stop working after upgrade from 10.1.15 to 10.3.7Igor Babaev2018-06-182-0/+64
* | Merge commit '6b8802e8dd5467556a024d807a1df23940b00895' into bb-10.3-fix_len_decbb-10.3-fix_len_decOleksandr Byelkin2018-06-192-0/+27
|/
* Merge 10.2 into 10.3Marko Mäkelä2018-06-1812-6/+601
* MDEV-10182 Bad value when inserting COALESCE(CURRENT_TIMESTAMP) into a DECIMA...Alexander Barkov2018-06-152-0/+40
* MDEV-16385 ROW SP variable is allowed in unexpected contextAlexander Barkov2018-06-052-0/+60
* Merge 10.2 into 10.3Marko Mäkelä2018-06-042-0/+34
* Merge 10.2 into 10.3Marko Mäkelä2018-05-2910-6/+259
* MDEV-13727 top-level query timestamp reset at stored func/trigger internal st...Andrei Elkin2018-05-252-0/+84
* Merge 10.2 into 10.3Marko Mäkelä2018-05-243-0/+61
* Merge branch 'github/10.2' into 10.3Sergei Golubchik2018-05-2216-23/+236
* MDEV-14623: Output of show function code does not show FETCH GROUP NEXT ROW f...Varun Gupta2018-05-192-0/+40
* MDEV-14520: Custom aggregate functions work incorrectly with WITH ROLLUP clauseVarun Gupta2018-05-192-0/+56
* 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
| |/ |/|