summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* MDEV-10859: Wrong result of aggregate window function in query with HAVING an...Vicențiu Ciorbaru2017-02-152-0/+56
* MDEV-11782: Redefine the innodb_encrypt_log formatMarko Mäkelä2017-02-1524-273/+179
* MDEV-12061 Allow innodb_log_files_in_group=1Marko Mäkelä2017-02-155-67/+5
* sporadic failures of rpl.rpl_binlog_errorsSergei Golubchik2017-02-143-0/+9
* sporadic failures of main.default_debugSergei Golubchik2017-02-141-0/+2
* cleanup: mtr startup warningSergei Golubchik2017-02-141-0/+3
* MDEV-11439 No data type JSON, but CAST(something AS JSON) pretends to workSergei Golubchik2017-02-144-576/+598
* MDEV-11439 No data type JSON, but CAST(something AS JSON) pretends toAlexey Botchkov2017-02-142-0/+26
* Post-push fix for MDEV-12057.Marko Mäkelä2017-02-141-1/+1
* MDEV-11170: MariaDB 10.2 cannot start on MySQL 5.7 datadirVicențiu Ciorbaru2017-02-142-0/+263
* MDEV-11746: Wrong result upon using FIRST_VALUE with a window frameVicențiu Ciorbaru2017-02-142-13/+17
* MDEV-11746: Wrong result upon using FIRST_VALUE with a window frameVicențiu Ciorbaru2017-02-142-0/+42
* MDEV-10122: MariaDB does not support group functions in some contexts where M...Vicențiu Ciorbaru2017-02-144-8/+180
* Revert "MDEV-11439 No data type JSON, but CAST(something AS JSON) pretends to...Sergei Golubchik2017-02-132-3/+12
* MDEV-11439 No data type JSON, but CAST(something AS JSON) pretends to workSergei Golubchik2017-02-132-12/+3
* MDEV-11704 InnoDB: Failing assertion: dfield_is_null(dfield2) || dfield2->dataSergei Golubchik2017-02-132-0/+27
* MDEV-11604 Assertion `!check_datetime_range(ltime)' failed in TIME_to_longlon...Sergei Golubchik2017-02-132-0/+73
* MDEV-11582 InnoDB: Failing assertion: !((field)->vcol_info && !(field)->store...Sergei Golubchik2017-02-132-0/+40
* MDEV-11640 gcol.gcol_select_myisam fails in buildbot on PowerSergei Golubchik2017-02-138-93/+230
* cleanup: make a couple of tests more robustSergei Golubchik2017-02-1311-172/+177
* cleanup: style fixes, sql_join_cache.ccSergei Golubchik2017-02-132-4/+4
* fix rpl_binlog_errors test not to leave dbug enabledSergei Golubchik2017-02-133-12/+12
* MDEV-10352 Server crashes in Field::set_default on CREATE TABLESergei Golubchik2017-02-132-0/+8
* MDEV-11750 Assertion `vfield' failed in TABLE::update_virtual_fields after cr...Sergei Golubchik2017-02-132-0/+23
* MDEV-11836 vcol.vcol_keys_myisam fails in buildbot and outsideSergei Golubchik2017-02-131-1/+0
* MDEV-11784 View is created with invalid definition which causes ERROR 1241 (2...Sergei Golubchik2017-02-132-12/+22
* Race condition in DEFAULT() with expressionsSergei Golubchik2017-02-132-0/+41
* MDEV-10201 Bad results for CREATE TABLE t1 (a INT DEFAULT b, b INT DEFAULT 4)Sergei Golubchik2017-02-132-8/+30
* MDEV-12050 Remove unused InnoDB Memcached hooksMarko Mäkelä2017-02-1312-871/+0
* Fixed bugs mdev-12051, mdev-10885.Igor Babaev2017-02-122-0/+132
* MDEV-7635: Fix for ctype_gbk_export_import.testNirbhay Choubey2017-02-111-2/+2
* Merge branch 'bb-10.2-serg-merge' into 10.2Sergei Golubchik2017-02-1192-358/+1253
|\
| * Merge branch '10.1' into 10.2Sergei Golubchik2017-02-1098-358/+1309
| |\
| | * Minor test improvementNirbhay Choubey2017-01-313-1/+5
| | * MDEV-11945: Fix description for "max_statement_time" in --helpNirbhay Choubey2017-01-313-6/+6
| | * MDEV-11817: Altering a table with more rows than ..Nirbhay Choubey2017-01-312-2/+43
| | * MDEV-10812 WSREP causes responses being sent to protocol commandsSachin Setiya2017-01-312-0/+38
| | * Mdev-4774- Fix tests casesSachin Setiya2017-01-312-46/+51
| | * Merge 10.0 into 10.1 (test-only changes)Marko Mäkelä2017-01-2711-71/+25
| | |\
| | | * Clean up a few tests that kill the server.Marko Mäkelä2017-01-277-75/+26
| | | * MDEV-11814 test fixMarko Mäkelä2017-01-272-9/+7
| | | * MDEV-11233 CREATE FULLTEXT INDEX with a token longer than 127 bytesMarko Mäkelä2017-01-273-0/+261
| | * | Merge 10.0 into 10.1Marko Mäkelä2017-01-266-0/+293
| | |\ \ | | | |/
| | | * MDEV-11814 Refuse innodb_read_only startup if crash recovery is neededMarko Mäkelä2017-01-266-16/+280
| | | * MDEV-4774 Strangeness with max_binlog_stmt_cache_size SettingsSachin Setiya2017-01-203-0/+54
| | * | MDEV-11866: ANALYZE FORMAT=JSON not predicatable for r_total_time_ms/r_buffer...Daniel Black2017-01-237-63/+66
| | * | MDEV-10232: Scalar result of subquery changes after adding an outer select stmtVarun Gupta2017-01-212-0/+22
| | * | MDEV-11838: Innodb-encryption-algorithm default should be != noneJan Lindström2017-01-193-2/+73
| | * | MDEV-11835: InnoDB: Failing assertion: free_slot != NULL onJan Lindström2017-01-193-0/+40
| | * | Merge branch '10.0' into 10.1mariadb-10.1.21Sergei Golubchik2017-01-172-0/+96
| | |\ \ | | | |/