Teemu Ollakka
00b058aca3
refs codership/mysql-wsrep#202 Added schema info into wsrep messages
...
Added schema info to wsrep messages above debug level.
2016-02-22 16:00:04 -05:00
Philip Stoev
7ce84cf764
Galera MTR Tests: stability fixes
...
Conflicts:
mysql-test/include/mtr_check.sql
mysql-test/suite/galera/r/galera_log_bin.result
mysql-test/suite/galera/t/galera_log_bin.test
2016-02-22 14:43:35 -05:00
Teemu Ollakka
2f870f5376
Restore original value of wsrep_on after waiting for sync point.
2016-02-22 13:00:27 -05:00
Teemu Ollakka
d01328d73b
Helpers to deal with galera dbug sync points.
2016-02-22 12:58:02 -05:00
Vladislav Vaintroub
b128f26cd5
Fix build : change MYSQL_ADD_PLUGIN to be MACRO again, rather than FUNCTION
2016-02-22 18:11:59 +01:00
Vladislav Vaintroub
c20979b163
MDEV-9601 Build client plugins, also for the cmake client-only build
...
(-DWITHOUT_SERVER=1)
2016-02-22 16:26:44 +01:00
Oliver Giles
d9c640aa8b
SphinxSE: add support for json filtering
...
The filter command did not accept characters . [ ] which are valid
in an attribute name for a sphinx query with json filtering.
+ test case added
2016-02-22 12:50:39 +01:00
Vladislav Vaintroub
3a24f1cf84
MDEV-9307 - provide info about DATA/INDEX directory in INFORMATION_SCHEMA.TA
...
BLES (in CREATE_OPTIONS column)
2016-02-22 12:48:03 +01:00
Vladislav Vaintroub
ff25158d7f
MDEV-9529 - do not install sql script to BINDIR
2016-02-22 12:42:56 +01:00
Vladislav Vaintroub
bcd2a156ee
MDEV-9833 - fix mysql_config --libs for weird cases, where mysqlclient link dependencies contain flags instead of libraries (like -pthread rather than -lpthread)
2016-02-22 12:42:28 +01:00
Oleksandr Byelkin
4b08b10b3a
MDEV-9489:Assertion `0' failed in Protocol::end_statement() on UNION ALL
...
Restoring currect_select fixed.
2016-02-21 22:16:17 +01:00
Olivier Bertrand
69042ffe4e
- Fix to MDEV-9579 be testing for void result.
...
modified: storage/connect/tabodbc.cpp
2016-02-20 00:22:16 +01:00
Sergei Golubchik
5f2f3c4fa8
connect engine compiler warnings
2016-02-18 09:22:41 +01:00
Sergey Vojtovich
fd8e846a3b
MDEV-9564 - added s390x to lib64 INSTALL_LIBDIR handling
...
Adjusted INSTALL_LIBDIR detection so that it is set to "lib64" on any 64bit
system (not only x86_64). New condition is insipired by GNUInstallDirs cmake
module.
2016-02-18 11:01:22 +04:00
Nirbhay Choubey
17b5cb6172
codership/mysql-wsrep#247 : Fix test case
2016-02-17 22:56:38 -05:00
Philip Stoev
a6d93b20d7
Galera MTR Tests: MW-246 codership/mysql-wsrep#247 Stability fix for galera.mysql-wsrep#247.test
2016-02-17 16:05:11 -05:00
Philip Stoev
2438afbfde
Galera MTR tests: MW-246 codership/mysql-wsrep#247 Additional tests around RSU and wsrep_desync
2016-02-17 16:04:06 -05:00
sjaakola
13627d49a9
refs MW-246
...
- created mtr test for testing explicit desyncing with RSU mode DDL
2016-02-17 16:03:40 -05:00
sjaakola
4bdf0258b6
refs MW-246
...
- skipping desync and resync before and after DDL execution in RSU mode, if wsrep_desync is set upfront
2016-02-17 16:02:57 -05:00
Nirbhay Choubey
3042d655e2
MDEV-9577: sys_vars.ignore_db_dirs_basic fails under Valgrind
...
Ensure that the command line argument is of sufficient length
before moving past the leading long option marker "--".
2016-02-17 15:50:01 -05:00
Sergei Golubchik
a4b2714968
Merge branch 'bb-10.0-serg' into 10.0
2016-02-17 21:42:57 +01:00
Sergei Golubchik
3eb8b1125f
fix InnoDB on Windows
2016-02-17 21:42:48 +01:00
Jean Weisbuch
db5b51fb7e
mysqlreport update to 4.0, see MDEV-573 for more informations
2016-02-17 21:46:32 +04:00
Daniel Dent
f22f2a62ae
MDEV-9484 - Typo fixes
2016-02-17 21:46:32 +04:00
Andrew McDonnell
59b6b99ce3
Added regression test for MDEV_5871
2016-02-17 21:46:32 +04:00
Sergei Golubchik
289fe3720e
MDEV-9350 Fix jemalloc detection for FreeBSD
...
on FreeBSD 10 jemalloc is in libc, no separate libjemalloc is needed
2016-02-17 15:16:19 +01:00
Sergei Golubchik
74d86d1d27
MYSQL_ADD_PLUGIN: fix DISABLED keyword to work
2016-02-17 15:11:05 +01:00
Sergei Golubchik
98be6efe06
mtr: read both suitedir/disabled.def and suitedir/t/disabled.def
...
this simplifies merging of MySQL and TokuDB
2016-02-17 15:10:58 +01:00
Sergei Golubchik
dc92263ab3
MDEV-9308 Fix build errors with recent gcc (isfinite)
...
"#include <math.h>" has "#define isfinite(X) ..."
while "#include <cmath>" does "#undef isfinite"
in -std=c++11 mode <cmath> is included, we need a workaround
to provide a usable isfinite()
2016-02-17 15:10:51 +01:00
Jan Lindström
36ca65b73b
MDEV-9559: Server without encryption configs crashes if selecting from an implicitly encrypted table
...
There was two problems. Firstly, if page in ibuf is encrypted but
decrypt failed we should not allow InnoDB to start because
this means that system tablespace is encrypted and not usable.
Secondly, if page decrypt is detected we should return false
from buf_page_decrypt_after_read.
2016-02-17 12:32:07 +02:00
Alexander Barkov
09b5865460
MDEV-9511 Valgrind warnings 'Invalid read' in Field_newdate::cmp and Field_newdate::val_str
2016-02-17 08:05:00 +04:00
Nirbhay Choubey
02259623b9
Update global_suppressions for galera suite to include new warning.
2016-02-16 17:14:11 -05:00
Sergei Golubchik
77b548484e
Merge branch 'connect/10.0' into 10.0
2016-02-16 19:35:58 +01:00
Sergei Golubchik
b6bcd0fc92
Merge branch 'merge-perfschema-5.6' into 10.0
2016-02-16 19:15:55 +01:00
Sergei Golubchik
7e22a1d843
5.6.29
2016-02-16 18:56:39 +01:00
Sergei Golubchik
17a792a441
Merge branch 'merge-xtradb-5.6' into 10.0
2016-02-16 18:55:00 +01:00
Sergei Golubchik
c8fcaf8aec
Merge branch 'merge-innodb-5.6' into 10.0
2016-02-16 18:32:59 +01:00
Monty
0485328d03
Cache check_table_binlog_row_based and mark_trx_read_write
...
Benefits:
- Speeds up insert,write and delete by avoiding 1-2 function calls per write/update/delete.
- Avoiding calling write_locked_table_maps() if not needed.
- The inlined code is much smaller than before
- Updating of table->s->cached_row_logging_check moved to when table is opened
- Moved some bool values together in handler class to get better alignment.
2016-02-16 19:26:59 +02:00
Sergey Vojtovich
e8085d1b41
MDEV-9346 - The federatedx and spider engine make mysqld crash when they are
...
configured withtout username
Federated/spider/connect engines or replication threads connecting to other host
with empty user name may crash mysqld.
This is addition to original patch, which adds a test case and amends a macro.
2016-02-16 18:40:04 +04:00
root
9b73e886fd
fix-MDEV-9346
2016-02-16 18:40:04 +04:00
Vladislav Vaintroub
1ac64b7510
MDEV-9557 - fix compilation errors due to missing krb5_free_unparsed_name() in old versions of Heimdal Kerberos
2016-02-16 12:55:45 +00:00
Sergei Golubchik
d520d35380
Revert "MDEV-8696: Adding indexes on empty table is slow with large innodb_sort_buffer_size."
...
This reverts commit 13884cf206
.
Fixed in 5.6 (merged in the next commit)
2016-02-16 12:53:24 +01:00
Olivier Bertrand
31d2c02420
Merge branch 'ob-10.0' into 10.0
2016-02-16 12:13:19 +01:00
Sergei Golubchik
220e70fadc
5.6.29
2016-02-16 12:07:18 +01:00
Sergei Golubchik
d76eba6a6b
5.6.28-76.1
2016-02-16 12:06:16 +01:00
Jan Lindström
ab9b6650c3
MDEV-9355: parts.partition_debug_innodb fails in buildbot on p8-rhel6-bintar-debug
...
At least on Linux test fails because too small buffer pool.
2016-02-16 10:49:13 +02:00
Olivier Bertrand
481e6433f4
- Fix to MDEV-9542 Connect was not handling NULLs in the answer
...
from catalog functions and tables. It does now and when decimal
is NULL defines DOUBLE without parameters.
modified: storage/connect/ha_connect.cc
modified: storage/connect/mysql-test/connect/r/odbc.result
modified: storage/connect/mysql-test/connect/r/odbc_oracle.result
modified: storage/connect/mysql-test/connect/r/odbc_postgresql.result
modified: storage/connect/mysql-test/connect/r/odbc_sqlite3.result
modified: storage/connect/mysql-test/connect/r/odbc_xls.result
modified: storage/connect/odbconn.cpp
modified: storage/connect/table.cpp
modified: storage/connect/valblk.h
2016-02-15 23:41:59 +01:00
Sergei Golubchik
271fed4106
Merge branch '5.5' into 10.0
2016-02-15 22:50:59 +01:00
Sergei Golubchik
ff26d93a8c
bump the version
2016-02-15 18:23:52 +01:00
Jan Lindström
a70b8961f4
MDEV-9424: Server crashes when slave works with partitioned tables copied from Windows to Linux
...
Add check to avoid NULL-pointer access and added warning if share->ib_table
is not what expected.
2016-02-15 18:38:15 +02:00