- 12 Dec, 2016 33 commits
-
-
Sergei Golubchik authored
-
Sergei Golubchik authored
and FIELDFLAG_xxx constants
-
Sergei Golubchik authored
prefer x->field over table->field[x->field->field_index]
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
only use my_print_error when the error message is not ER(error_code)
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
the stage is changed from 'old_stage' to 'new_stage', not the other way around
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
and partition_info::set_show_version_string - they were already broken and impossible to maintain
-
Sergei Golubchik authored
unused freshly initialized record should be trashed with TRASH_ALLOC, not TRASH_FREE
-
Sergei Golubchik authored
-
Sergei Golubchik authored
remove redundant method
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
also, return different values for different errors in my_addr_resolve()
-
Sergei Golubchik authored
-
Marko Mäkelä authored
MDEV-11075: Power - runtime detection of optimized instructions
-
Daniel Black authored
Signed-off-by: Daniel Black <daniel.black@au.ibm.com>
-
- 10 Dec, 2016 1 commit
-
-
Alexey Botchkov authored
The weird logic of json_contains was implemented.
-
- 09 Dec, 2016 6 commits
-
-
Marko Mäkelä authored
WL#7682 in MySQL 5.7 introduced the possibility to create light-weight temporary tables in InnoDB. These are called 'intrinsic temporary tables' in InnoDB, and in MySQL 5.7, they can be created by the optimizer for sorting or buffering data in query processing. In MariaDB 10.2, the optimizer temporary tables cannot be created in InnoDB, so we should remove the dead code and related data structures.
-
Marko Mäkelä authored
This was originally part of MDEV-11487.
-
Marko Mäkelä authored
Adjust some results and error codes.
-
Alexey Botchkov authored
Support for '**' in json path expressions added.
-
Marko Mäkelä authored
-
Marko Mäkelä authored
-