summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* MDEV-11503 Introduce Type_handler::make_in_vector() and Item_func_in_fix_comp...Alexander Barkov2016-12-102-0/+1198
* MDEV-11485 Split Item_func_between::val_int() into virtual methods in Type_ha...Alexander Barkov2016-12-062-0/+23
* MDEV-11337 Split Item::save_in_field() into virtual methods in Type_handlerAlexander Barkov2016-12-066-13/+100
* MDEV-11146 SP variables of the SET data type erroneously allow values with commaAlexander Barkov2016-12-064-0/+54
* MDEV-11447 JSON_MERGE merges valid JSON objects incorrectly.Alexey Botchkov2016-12-062-0/+4
* MDEV-11446 JSON_MERGE accepts arguments in invalid format.Alexey Botchkov2016-12-062-0/+4
* MDEV-11433 JSON_MERGE returns a non-NULL result with a NULL argument.Alexey Botchkov2016-12-062-0/+20
* MDEV-11440 JSON has become a reserved word in MariaDB.Alexey Botchkov2016-12-062-0/+12
* MDEV-11468 JSON_UNQUOTE returns incorrect results.Alexey Botchkov2016-12-062-0/+4
* Merge pull request #268 from grooverdan/10.2-MDEV-10651-enable-test-sys_vars....Jan Lindström2016-12-053-1/+8
|\
| * MDEV-10651: enable test sys_vars.innodb_buffer_pool_dump_pct_basicDaniel Black2016-12-053-1/+8
* | MDEV-11233 CREATE FULLTEXT INDEX with a token longer than 127 bytesMarko Mäkelä2016-12-053-0/+261
* | MDEV-11467 JSON_EXTRACT returns incorrect results.Alexey Botchkov2016-12-052-0/+8
* | MDEV-11465 JSON_LENGTH returns incorrect length.Alexey Botchkov2016-12-052-0/+12
* | MDEV-11448 Assertion `*p_cur_step < p->last_step' failed in strings/json_lib....Alexey Botchkov2016-12-052-0/+4
* | MDEV-11471 JSON_ARRAY_APPEND returns incorrect results.Alexey Botchkov2016-12-052-0/+4
* | MDEV-11472 JSON_ARRAY_INSERT returns incorrect results.Alexey Botchkov2016-12-052-12/+16
* | MDEV-11473 JSON_REMOVE returns invalid results.Alexey Botchkov2016-12-051-1/+1
* | MDEV-11474 JSON_DEPTH returns incorrect results.Alexey Botchkov2016-12-052-0/+8
* | MDEV-11461 JSON_TYPE does not recognize integer/double types.Alexey Botchkov2016-12-052-1/+5
* | MDEV-11452 JSON_CONTAINS accepts wrong number of arguments.Alexey Botchkov2016-12-052-0/+4
* | MDEV-11445 JSON_MERGE requires at least two arguments in MySQL, but not in Ma...Alexey Botchkov2016-12-052-0/+4
* | MDEV-11437 JSON_QUOTE function does not quote and uses wrong character set.Alexey Botchkov2016-12-052-1/+15
* | MDEV-11436 CREATE TABLE .. AS SELECT JSON_OBJECT truncates data.Alexey Botchkov2016-12-052-0/+14
* | MDEV-11438 Assertion `null_value' failed in Item::send(Protocol*, String*) up...Alexey Botchkov2016-12-052-0/+4
* | MDEV-11464 Server crashes in mark_object upon JSON_VALID.Alexey Botchkov2016-12-032-0/+4
* | MDEV-11463 Server crashes in mark_array upon JSON_VALID.Alexey Botchkov2016-12-032-0/+4
* | MDEV-11450 Assertion `!null_value' failed invirtual bool Item::send on json_s...Alexey Botchkov2016-12-032-0/+15
* | MDEV-11449 Server crashes in Item_func_or_sum::agg_item_collations.Alexey Botchkov2016-12-032-0/+8
* | MDEV-11444 Server crashes in String::ptr / Item_func_json_depth::val_int.Alexey Botchkov2016-12-032-0/+5
* | MDEV-11143 Server crashes in json_string_set_cs.Alexey Botchkov2016-12-032-0/+4
* | MDEV-11442 Server crashes in String::length / parse_one_or_all /Item_func_jso...Alexey Botchkov2016-12-032-0/+4
* | MDEV-11441 Server crashes in String::append /Item_func_json_extract::val_str.Alexey Botchkov2016-12-032-2/+6
* | MDEV-11236 Failing assertion: state == TRX_STATE_NOT_STARTEDMarko Mäkelä2016-12-022-0/+75
|/
* update test resultsSergei Golubchik2016-12-021-3/+3
* MDEV-11426 Remove InnoDB INFORMATION_SCHEMA.FILES implementationMarko Mäkelä2016-12-0113-433/+195
* MDEV-11168: InnoDB: Failing assertion: !other_lock || wsrep_thd_is_BF(lock->t...Jan Lindström2016-12-013-0/+217
* MDEV-11005: Incorrect error message when using ONLINE alter table with GISJan Lindström2016-12-012-0/+60
* Added the test case for bug mdev-10836.Igor Babaev2016-11-292-0/+98
* Fixed bug mdev-10882.Igor Babaev2016-11-292-0/+83
* MDEV-11041 Innodb_gis/ tests taken from MySQL fail.Alexey Botchkov2016-11-2919-0/+11757
* MDEV-11359 Implement IGNORE for bulk operationOleksandr Byelkin2016-11-293-16/+304
* MDEV-11360 Dynamic SQL: DEFAULT as a bind parameterAlexander Barkov2016-11-274-0/+229
* Fixed bug mdev-11313.Igor Babaev2016-11-262-10/+328
* Fixed bug mdev-11315.Igor Babaev2016-11-222-0/+145
* MDEV-10724 Assertion `vcol_table == 0 || vcol_table == table' failed in fill_...Oleksandr Byelkin2016-11-222-0/+34
* MDEV-10792: Assertion `thd->mdl_context.is_lock_owner ..bb-10.2-nirbhayNirbhay Choubey2016-11-212-0/+17
* Fixed bug mdev-11081.Igor Babaev2016-11-212-0/+77
* Update the testcase for MDEV-10330Sergei Petrunia2016-11-212-1/+6
* Fix use of `require` in mysql-test-run.Kristian Nielsen2016-11-203-10/+7