summaryrefslogtreecommitdiff
path: root/mysql-test/r
Commit message (Expand)AuthorAgeFilesLines
* MDEV-11066 use MySQL terminology for "virtual columns"Sergei Golubchik2016-12-123-10/+10
* store/show vcols as item->print()Sergei Golubchik2016-12-1249-679/+715
* bugfix: mark_columns_needed_for_updateSergei Golubchik2016-12-121-2/+2
* cleanup: remove Item::intro_versionSergei Golubchik2016-12-1221-276/+276
* don't convert WEEK(x) to WEEK(x, @@default_week_format)Sergei Golubchik2016-12-122-2/+2
* bugfix: Item_func_spatial_collection::print()Sergei Golubchik2016-12-121-1/+9
* bugfix: Item_func_dyncol_add::print()Sergei Golubchik2016-12-121-0/+8
* bugfix: Item_func_weight_string::print()Sergei Golubchik2016-12-122-5/+10
* bugfix: Item_func_like::print() was losing ESCAPE clauseSergei Golubchik2016-12-121-0/+8
* bugfix: Item_func_get_system_var::print()Sergei Golubchik2016-12-121-0/+20
* MDEV-11453 JSON_CONTAINS returns incorrect values.Alexey Botchkov2016-12-111-0/+51
* MDEV-11469 JSON_SEARCH returns incorrect results.Alexey Botchkov2016-12-091-0/+6
* MDEV-11489 Assertion `0' failed in json_find_path.Alexey Botchkov2016-12-081-0/+3
* MDEV-11447 JSON_MERGE merges valid JSON objects incorrectly.Alexey Botchkov2016-12-061-0/+3
* MDEV-11446 JSON_MERGE accepts arguments in invalid format.Alexey Botchkov2016-12-061-0/+3
* MDEV-11433 JSON_MERGE returns a non-NULL result with a NULL argument.Alexey Botchkov2016-12-061-0/+15
* MDEV-11440 JSON has become a reserved word in MariaDB.Alexey Botchkov2016-12-061-0/+7
* MDEV-11468 JSON_UNQUOTE returns incorrect results.Alexey Botchkov2016-12-061-0/+3
* MDEV-11467 JSON_EXTRACT returns incorrect results.Alexey Botchkov2016-12-051-0/+6
* MDEV-11465 JSON_LENGTH returns incorrect length.Alexey Botchkov2016-12-051-0/+9
* MDEV-11448 Assertion `*p_cur_step < p->last_step' failed in strings/json_lib....Alexey Botchkov2016-12-051-0/+3
* MDEV-11471 JSON_ARRAY_APPEND returns incorrect results.Alexey Botchkov2016-12-051-0/+3
* MDEV-11472 JSON_ARRAY_INSERT returns incorrect results.Alexey Botchkov2016-12-051-8/+11
* MDEV-11473 JSON_REMOVE returns invalid results.Alexey Botchkov2016-12-051-1/+1
* MDEV-11474 JSON_DEPTH returns incorrect results.Alexey Botchkov2016-12-051-0/+6
* MDEV-11461 JSON_TYPE does not recognize integer/double types.Alexey Botchkov2016-12-051-1/+4
* MDEV-11452 JSON_CONTAINS accepts wrong number of arguments.Alexey Botchkov2016-12-051-0/+2
* MDEV-11445 JSON_MERGE requires at least two arguments in MySQL, but not in Ma...Alexey Botchkov2016-12-051-0/+2
* MDEV-11437 JSON_QUOTE function does not quote and uses wrong character set.Alexey Botchkov2016-12-051-1/+11
* MDEV-11436 CREATE TABLE .. AS SELECT JSON_OBJECT truncates data.Alexey Botchkov2016-12-051-0/+10
* MDEV-11438 Assertion `null_value' failed in Item::send(Protocol*, String*) up...Alexey Botchkov2016-12-051-0/+3
* MDEV-11464 Server crashes in mark_object upon JSON_VALID.Alexey Botchkov2016-12-031-0/+3
* MDEV-11463 Server crashes in mark_array upon JSON_VALID.Alexey Botchkov2016-12-031-0/+3
* MDEV-11450 Assertion `!null_value' failed invirtual bool Item::send on json_s...Alexey Botchkov2016-12-031-0/+9
* MDEV-11449 Server crashes in Item_func_or_sum::agg_item_collations.Alexey Botchkov2016-12-031-0/+6
* MDEV-11444 Server crashes in String::ptr / Item_func_json_depth::val_int.Alexey Botchkov2016-12-031-0/+3
* MDEV-11143 Server crashes in json_string_set_cs.Alexey Botchkov2016-12-031-0/+3
* MDEV-11442 Server crashes in String::length / parse_one_or_all /Item_func_jso...Alexey Botchkov2016-12-031-0/+3
* MDEV-11441 Server crashes in String::append /Item_func_json_extract::val_str.Alexey Botchkov2016-12-031-2/+5
* Added the test case for bug mdev-10836.Igor Babaev2016-11-291-0/+78
* Fixed bug mdev-10882.Igor Babaev2016-11-291-0/+62
* MDEV-11359 Implement IGNORE for bulk operationOleksandr Byelkin2016-11-292-16/+166
* MDEV-11360 Dynamic SQL: DEFAULT as a bind parameterAlexander Barkov2016-11-271-0/+67
* Fixed bug mdev-11313.Igor Babaev2016-11-261-5/+255
* Fixed bug mdev-11315.Igor Babaev2016-11-221-0/+114
* MDEV-10724 Assertion `vcol_table == 0 || vcol_table == table' failed in fill_...Oleksandr Byelkin2016-11-221-0/+14
* MDEV-10792: Assertion `thd->mdl_context.is_lock_owner ..bb-10.2-nirbhayNirbhay Choubey2016-11-211-0/+8
* Fixed bug mdev-11081.Igor Babaev2016-11-211-0/+39
* Update the testcase for MDEV-10330Sergei Petrunia2016-11-211-0/+2
* Undo the unfinished patch for MDEV-8359:Sergei Petrunia2016-11-201-23/+0