summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* cleanup: remove Item::intro_versionSergei Golubchik2016-12-12125-5367/+5367
* don't convert WEEK(x) to WEEK(x, @@default_week_format)Sergei Golubchik2016-12-123-3/+3
* bugfix: compile InnoDB w/o P_SSergei Golubchik2016-12-121-0/+1
* bugfix: Item_func_spatial_collection::print()Sergei Golubchik2016-12-124-3/+19
* bugfix: Item_func_dyncol_add::print()Sergei Golubchik2016-12-122-0/+16
* bugfix: Item_func_weight_string::print()Sergei Golubchik2016-12-123-5/+17
* bugfix: Item_func_like::print() was losing ESCAPE clauseSergei Golubchik2016-12-122-0/+16
* bugfix: Item_func_get_system_var::print()Sergei Golubchik2016-12-122-0/+28
* say MariaDB in InnoDB error messages, not MySQLSergei Golubchik2016-12-123-10/+10
* the mysql-test combination is 'innodb' not 'xtradb'Sergei Golubchik2016-12-122-3/+18
* MDEV-11453 JSON_CONTAINS returns incorrect values.Alexey Botchkov2016-12-112-0/+68
* Port the test innodb.innodb_misc1 from MySQL.Marko Mäkelä2016-12-093-0/+2119
* MDEV-11469 JSON_SEARCH returns incorrect results.Alexey Botchkov2016-12-092-0/+8
* MDEV-11489 Assertion `0' failed in json_find_path.Alexey Botchkov2016-12-082-0/+4
* 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