- 16 Mar, 2015 10 commits
-
-
Kristian Nielsen authored
Missing .result file update.
-
Kristian Nielsen authored
-
Kristian Nielsen authored
Review fixes: - Coding style - Fix bad .result file - Fix test to be tolerant of different timing. - Fix test to give better info in case of unexpected timing.
-
Kristian Nielsen authored
Merge branch 'mdev-6981-master_gtid_wait-status-variables' of https://github.com/openquery/mariadb-server into danblack Conflicts: sql/mysqld.cc
-
Daniel Black authored
-
Daniel Black authored
-
Sergey Vojtovich authored
Replaced all references to LINT_INIT with UNINIT_VAR and LINT_INIT_STRUCT. Removed LINT_INIT macro.
-
Alexey Botchkov authored
-
Alexander Barkov authored
to my_convert_fix() - a new function in /strings.
-
Jan Lindström authored
-
- 15 Mar, 2015 4 commits
-
-
Alexey Botchkov authored
Checked for missing synonims, added those found.
-
Alexey Botchkov authored
-
Alexey Botchkov authored
Problem was that we considered the point itself as the 'border' object. Instead of that the 'border' of a POINT is an empty set, and the point is the 'interior'. Another error fixed by the way - not all operations of the resulting function were properly allocated.
-
Alexey Botchkov authored
Need to take into account cases of a polygon shaped as a very thin line.
-
- 14 Mar, 2015 1 commit
-
-
Oleksandr Byelkin authored
The variables now return real values. They can't be made usual variables because they do not have DEFAULT value.
-
- 13 Mar, 2015 6 commits
-
-
Oleksandr Byelkin authored
Problem was in reinitialization of first_successful_insert_id_in_prev_stmt_for_binlog after setting variables.
-
Alexander Barkov authored
-
Alexey Botchkov authored
The problem is in the IsSimple function. If the first and the last points of a curve coincide it's and exception and the line is still 'simple'.
-
Alexander Barkov authored
-
Alexander Barkov authored
-
Jan Lindström authored
Index names were not formatted correctly.
-
- 12 Mar, 2015 7 commits
-
-
Alexander Barkov authored
-
Alexey Botchkov authored
The 'srid' field's copying was missing in the copying Create_field::Create_field() constructor.
-
Jan Lindström authored
Merge from Percona Server enforced use of a specific storage engine authored by Stewart Smith. Modified to be session variable and modifiable only by SUPER. Use similar implementation as default_storage_engine.
-
Alexander Barkov authored
- Renaming Item::is_bool_func() to is_bool_type(), to avoid assumption that the item is an Item_func derivant. - Deriving Item_func_spatial_rel from Item_bool_func rather than Item_int_func
-
Oleksandr Byelkin authored
fixed embedded server tests MDEV-7009: SET STATEMENT min_examined_row_limit has no effect MDEV-6948:SET STATEMENT gtid_domain_id = ... FOR has no effect (same for gtid_seq_no and server_id) old values of SET STATENENT variables now saved in its own Query_arena and restored later
-
Oleksandr Byelkin authored
the problem was in assigning default value during parsing.
-
Alexander Barkov authored
-
- 11 Mar, 2015 8 commits
-
-
Daniel Black authored
MASTER_GTID_WAIT function needs some status to evaluate its use. master_gtid_wait_count indicates how many times the function is called. master_gtid_wait_time indicates how much time in microseconds occurred waiting (or timing out) master_gtid_timeouts indicates how many time times this function timed out rather than all successful gtids events being available.
-
Daniel Black authored
This counts the number of times a replication event is ignored due to slave_skip_errors.
-
Oleksandr Byelkin authored
(changes of backported patch are very small: strlen removed, error processing fixed, view open statistics added)
-
Oleksandr Byelkin authored
-
Oleksandr Byelkin authored
Double error reporting removed.
-
Alexey Botchkov authored
* watch for "redefined macro" warning * don't enable -D_FORTIFY_SOURCE=2 in debug builds (it requires -O)
-
Alexander Barkov authored
common parent class for Item_func_isnull and Item_func_isnotnull
-
Jan Lindström authored
Add holder thread_id, file_name and line to output.
-
- 10 Mar, 2015 3 commits
-
-
Alexey Botchkov authored
-
Vicențiu Ciorbaru authored
MDEV-7025 ANALYZE SELECT/INSERT/UPDATE/DELETE from a view does not check access permissions on the view Added access checking for the ANALYZE statement command.
-
Jan Lindström authored
-
- 08 Mar, 2015 1 commit
-
-
Sergei Golubchik authored
-