[Pkg-mysql-commits] [mariadb-5.5] branch upstream updated (4d305fb -> ad9e667)
Otto Kekäläinen
otto at moszumanska.debian.org
Mon Oct 31 21:58:07 UTC 2016
This is an automated email from the git hooks/post-receive script.
otto pushed a change to branch upstream
in repository mariadb-5.5.
from 4d305fb Imported Upstream version 5.5.52
new ad9e667 Imported Upstream version 5.5.53
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Docs/INFO_SRC | 10 +-
VERSION | 2 +-
client/mysql.cc | 56 +++----
client/mysqldump.c | 60 +++++--
client/mysqltest.cc | 4 -
extra/yassl/README | 18 +++
extra/yassl/certs/dsa-cert.pem | 38 ++---
extra/yassl/include/openssl/ssl.h | 2 +-
extra/yassl/src/ssl.cpp | 60 +++++--
extra/yassl/taocrypt/include/aes.hpp | 58 +++++++
extra/yassl/taocrypt/include/integer.hpp | 3 +
extra/yassl/taocrypt/src/aes.cpp | 172 +++++++++++++--------
extra/yassl/taocrypt/src/asn.cpp | 24 +--
extra/yassl/taocrypt/src/dsa.cpp | 16 +-
extra/yassl/taocrypt/test/test.cpp | 3 +
extra/yassl/testsuite/test.hpp | 2 +-
include/my_global.h | 3 +-
mysql-test/lib/My/CoreDump.pm | 6 +-
mysql-test/lib/My/Platform.pm | 49 +++++-
mysql-test/lib/mtr_io.pl | 9 +-
mysql-test/r/mysql.result | 8 +
mysql-test/r/mysql_not_windows.result | 6 +
mysql-test/r/mysqldump-nl.result | 126 +++++++++++++++
mysql-test/r/mysqltest.result | 6 -
mysql-test/suite/plugins/r/server_audit.result | 3 -
.../plugins/r/thread_pool_server_audit.result | 3 -
mysql-test/t/mysql.test | 8 +
mysql-test/t/mysql_not_windows.test | 9 ++
mysql-test/t/mysqldump-nl.test | 38 +++++
mysql-test/t/mysqltest.test | 9 --
mysys/my_fopen.c | 6 +-
plugin/feedback/utils.cc | 13 +-
plugin/server_audit/server_audit.c | 5 +-
scripts/mysqld_safe.sh | 6 +-
sql/log.cc | 2 +-
sql/parse_file.h | 6 +-
sql/sql_plugin.cc | 151 ++++++++----------
storage/xtradb/btr/btr0btr.c | 4 +-
storage/xtradb/handler/ha_innodb.cc | 107 +++++++++++--
storage/xtradb/include/buf0buf.h | 14 +-
storage/xtradb/include/buf0buf.ic | 14 ++
storage/xtradb/include/srv0srv.h | 8 +
storage/xtradb/include/univ.i | 4 +-
storage/xtradb/log/log0log.c | 9 +-
storage/xtradb/log/log0online.c | 12 +-
storage/xtradb/log/log0recv.c | 2 +-
storage/xtradb/mach/mach0data.c | 13 +-
storage/xtradb/srv/srv0srv.c | 42 +++--
support-files/mysql.server.sh | 2 +-
tests/async_queries.c | 2 +-
50 files changed, 876 insertions(+), 357 deletions(-)
create mode 100644 mysql-test/r/mysqldump-nl.result
create mode 100644 mysql-test/t/mysqldump-nl.test
--
Alioth's hooks/post-receive on /srv/git.debian.org/git/pkg-mysql/mariadb-5.5.git
More information about the Pkg-mysql-commits
mailing list