summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* MDEV-7563 Support CHECK constraint as in (or close to) SQL StandardMichael Widenius2016-06-30108-5370/+3841
* parse negative numbers into one itemSergei Golubchik2016-06-3013-55/+75
* Simplify THD::decide_logging_format()Monty2016-06-302-2/+11
* Part of MDEV-10134 Add full support for DEFAULTMichael Widenius2016-06-3078-409/+403
* Follow-up #2 for MDEV-6720 (enable connection log in mysqltest by default)Elena Stepanova2016-06-261-0/+7
* Fixed compiler warnings and test failures found by buildbotMonty2016-06-242-3/+3
* Fixed compiler warnings and test failures found by buildbotMonty2016-06-222-1/+4
* MDEV-10138 Support for decimals up to 38 digitsMonty2016-06-2237-1291/+1404
* Merge pull request #181 from ottok/ok-debpkg-10.2Sergey Vojtovich2016-06-1411-14/+14
|\
| * General spell fixing in comments and stringsOtto Kekäläinen2016-06-0811-14/+14
* | MDEV-5535: Cannot reopen temporary tableNirbhay Choubey2016-06-102-0/+23
* | MDEV-5535: Cannot reopen temporary tableNirbhay Choubey2016-06-104-6/+53
* | MDEV-5535: Cannot reopen temporary tableNirbhay Choubey2016-06-1015-41/+421
* | MDEV-5535: Cannot reopen temporary tableNirbhay Choubey2016-06-102-1/+382
* | MDEV-9518 Increase the range for INFORMATION_SCHEMA.MEMORY_USED columnSergei Golubchik2016-06-097-12/+12
|/
* reset @@TIMESTAMP for COM_CHANGE_USERSergei Golubchik2016-06-042-0/+18
* Adding more tests for VIEWs with UNION.Alexander Barkov2016-06-022-0/+84
* fix compile error - inconsistent use of 'struct' and 'class' for TDC_elementVladislav Vaintroub2016-06-011-4/+10
* MDEV-6368: assertion xid_seqno > trx_sys_cur_xid_seqno (postfix)Nirbhay Choubey2016-06-012-2/+2
* MDEV-10101 Wrong error message of SELECT 1 UNION (SELECT 1 FROM t1 GROUP BY 1...Alexander Barkov2016-06-012-10/+97
* MDEV-10124 Incorrect usage of CUBE/ROLLUP and ORDER BY with GROUP_CONCAT(a OR...Alexander Barkov2016-06-012-0/+96
* MDEV-6368: assertion xid_seqno > trx_sys_cur_xid_seqnoNirbhay Choubey2016-05-312-6/+10
* Follow-up for the previous commit - result change for a big testElena Stepanova2016-05-301-2/+2
* MDEV-3944: Allow derived tables in VIEWSOleksandr Byelkin2016-05-288-33/+428
* Adding various tests for combinations ofAlexander Barkov2016-05-252-0/+439
* Recording test results forgotten in 9a25c01f7848324dd63c64ea4e1c86ef1cebfbc8Alexander Barkov2016-05-251-1/+1
* MDEV-10109 Disallow syntactically INSERT .. SELECT .. {ORDER BY ..| LIMIT ..}...Alexander Barkov2016-05-244-2/+26
* MDEV-10103 Disallow syntactically UNION SELECT .. PROCEDURE ANALYSE()Alexander Barkov2016-05-244-6/+6
* MDEV-10102 Disallow CREATE VIEW .. PROCEDURE ANALYSE() syntacticallyAlexander Barkov2016-05-237-17/+17
* MDEV-10051 Fix subselect to return a syntax error instead of "Incorrect usage...Alexander Barkov2016-05-239-21/+21
* MDEV-10095 Fix derived tables to return a syntax error instead of "Illegal us...Alexander Barkov2016-05-219-27/+27
* MDEV-8429: Change binlog_checksum default to match MySQL 5.6.6+Oleksandr Byelkin2016-05-2036-1498/+1570
* MDEV-10080 Derived tables allow double LIMIT clauseAlexander Barkov2016-05-202-2/+19
* MDEV-10079 sql_yacc.yy: Remove non-parenthesized SELECT from table_refAlexander Barkov2016-05-173-3/+3
* Fixed bug mdev-10058.Igor Babaev2016-05-162-0/+36
* MDEV-10036 sql_yacc.yy: Split select_part2 to disallow syntactically bad cons...Alexander Barkov2016-05-106-54/+55
* MDEV-10030 sql_yacc.yy: Split table_expression and remove PROCEDURE from crea...Alexander Barkov2016-05-0611-15/+61
* MDEV-6720 - enable connection log in mysqltest by defaultSergey Vojtovich2016-05-052-4/+0
* Fixed test cases that broke because we now print changing of connectionsMonty2016-05-01140-1/+741
* MDEV-9758: correct test caseDaniel Black2016-04-292-3/+3
* CHECKSUM TABLE to calculate in multiple column chunksDaniel Black2016-04-292-0/+6
* Fix connect2 test, simulated errors do not work with thread cacheVladislav Vaintroub2016-04-282-2/+2
* Merge commit 'd5822a3ad0657040114cdc185c6387b9eb3a12b2' into 10.2Monty2016-04-2820-0/+589
|\
| * Fixed some galera testsMonty2016-04-287-0/+8
| * MDEV-9602 crash in st_key::actual_rec_per_key when group by constantMonty2016-04-282-0/+24
| * MDEV-9792 Backport MDEV-8713 to 10.1.Alexey Botchkov2016-04-272-0/+661
| * MDEV-9383: Server fails to read master.info after upgrade 10.0 -> 10.1Kristian Nielsen2016-04-088-0/+464
| * MDEV-9621 INSERT DELAYED fails on insert for tables with many columnsMonty2016-04-073-0/+93
* | Fixed bug mdev-9937.Igor Babaev2016-04-202-0/+27
* | MDEV-7885, MDEV-8857: Add testcasesSergei Petrunia2016-04-172-0/+64