- 19 Mar, 2015 2 commits
-
-
Jan Lindström authored
MDEV-7803: Encryption metadata (crypt_data) is written to InnoDB file space page 0 even when encryption is not enabled
-
Jan Lindström authored
redo operations.
-
- 18 Mar, 2015 2 commits
-
-
Alexander Barkov authored
for incorrect byte sequences
-
Sergey Vojtovich authored
innodb_buffer_pool_pages_total depends on page size. On Power8 it is 65k compared to 4k on Intel. As we round allocations on page size we may get slightly more memory for buffer pool. Sort XA RECOVER as rows order depend on endianness.
-
- 17 Mar, 2015 7 commits
-
-
Jan Lindström authored
-
Alexey Botchkov authored
-
Alexey Botchkov authored
Installation scripts added to setup the required SP-s with the mysql_install_db.
-
Alexey Botchkov authored
-
Kristian Nielsen authored
-
Jan Lindström authored
Two problems: - Read/Write outside of buffer at memcpy() because of incorrect parameters . OPENSSL_assert(EVP_CIPHER_CTX_iv_length(&ctx.ctx) == iv_length); // ECB does not use IV, thus incorrect assertion Added: mysql-test/include/encryption_algorithms.combinations to run tests with methods cbc, ecb and ctr in those systems where they are available (see suite.pm).
-
Nirbhay Choubey authored
Removed pre-5.1 tweaks & logics from mysql_system_table_fix.sql.
-
- 16 Mar, 2015 15 commits
-
-
Oleksandr Byelkin authored
-
Sergey Vojtovich authored
This is an addition to original patch. Some platforms are strict about atomic op argument signedness.
-
Alexander Barkov authored
-
Sergey Vojtovich authored
Spider support for new xid cache implementation.
-
Sergey Vojtovich authored
XID cache is now based on lock-free hash. Also fixed lf_hash_destroy() to call alloc destructor. Note that previous implementation had race condition when thread was accessing XA owned by different thread. This new implementation doesn't fix it either.
-
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 3 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.
-