summaryrefslogtreecommitdiff
path: root/plugin/wsrep_info
Commit message (Collapse)AuthorAgeFilesLines
* The test for the wsrep_info plugin needs the same flexible wsrep version ↵Julius Goryavsky2019-07-221-18/+3
| | | | checking as the tests for Galera (continuation of MDEV-18565 task)
* Merge 10.1 into 10.2Marko Mäkelä2019-06-121-1/+0
|\
| * MDEV-19563 Removed references to deprecated option ↵sjaakola2019-06-121-1/+0
| | | | | | | | | | | | | | | | | | innodb_locks_unsafe_for_binlog innodb_locks_unsafe_for_binlog variabe removed from wsrep_info test configuration and recommendation to use this variable in README-wsrep was removed as well Also relates to issue: MDEV-19544
* | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
|\ \ | |/
| * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| |
* | Merge 10.1 into 10.2Marko Mäkelä2019-02-021-0/+2
|\ \ | |/
| * postmerge rollbacks and fixesOleksandr Byelkin2019-01-311-0/+2
| |
* | Merge 10.1 into 10.2Marko Mäkelä2017-08-311-2/+0
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For running the Galera tests, the variable my_disable_leak_check was set to true in order to avoid assertions due to memory leaks at shutdown. Some adjustments due to MDEV-13625 (merge InnoDB tests from MySQL 5.6) were performed. The most notable behaviour changes from 10.0 and 10.1 are the following: * innodb.innodb-table-online: adjustments for the DROP COLUMN behaviour change (MDEV-11114, MDEV-13613) * innodb.innodb-index-online-fk: the removal of a (1,NULL) record from the result; originally removed in MySQL 5.7 in the Oracle Bug #16244691 fix https://github.com/mysql/mysql-server/commit/377774689bf6a16af74182753fe950d514c2c6dd * innodb.create-index-debug: disabled due to MDEV-13680 (the MySQL Bug #77497 fix was not merged from 5.6 to 5.7.10) * innodb.innodb-alter-autoinc: MariaDB 10.2 behaves like MySQL 5.6/5.7, while MariaDB 10.0 and 10.1 assign different values when auto_increment_increment or auto_increment_offset are used. Also MySQL 5.6/5.7 exhibit different behaviour between LGORITHM=INPLACE and ALGORITHM=COPY, so something needs to be tested and fixed in both MariaDB 10.0 and 10.2. * innodb.innodb-wl5980-alter: disabled because it would trigger an InnoDB assertion failure (MDEV-13668 may need additional effort in 10.2)
| * Fix Merge ErrorSachin Setiya2017-08-231-2/+0
| |
* | Merge 10.1 into 10.2Marko Mäkelä2017-05-061-1/+1
|\ \ | |/ | | | | | | | | Also, include fixes by Vladislav Vaintroub to the aws_key_management plugin. The AWS C++ SDK specifically depends on OPENSSL_LIBRARIES, not generic SSL_LIBRARIES (such as YaSSL).
| * MDEV-11660 Make encryption plugins "pure"Vladislav Vaintroub2017-04-271-1/+1
| | | | | | | | | | | | | | | | Do not exporting mysqld entry points directly. This is needed for mariabackup, to load encryption plugins on Windows. All plugins are "pure" by default. To mark plugin "impure" it should use RECOMPILE_FOR_EMBEDDED or STORAGE_ENGINE keyword.
* | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-302-1/+2
|\ \ | |/
| * Correct FSF addressiangilfillan2017-03-101-1/+1
| |
| * MDEV-11530: wsrep_info.plugin fails sporadically in buildbotNirbhay Choubey2017-02-131-0/+1
| | | | | | | | Add the warning to the global_suppressions list.
* | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-0/+2
|\ \ | |/
| * wsrep_info plugin: Fix test caseNirbhay Choubey2016-11-142-4/+4
| |
| * Make galera test suites default.Nirbhay Choubey2016-11-021-0/+2
| |
* | Fix failing galera tests.Nirbhay Choubey2016-12-192-4/+4
| |
* | Fix/disable some failing galera tests.Nirbhay Choubey2016-11-071-0/+4
| |
* | Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-2/+2
|\ \ | |/
| * update plugin maturitiesSergei Golubchik2016-09-051-2/+2
| |
* | Merge branch '10.2' into 10.2-mdev9864Galina Shalygina2016-05-081-7/+7
|/
* update plugins' maturity levelsSergei Golubchik2016-03-181-2/+2
|
* MDEV-7053 : WSREP_STATUS & WSREP_MEMBERSHIP I_S tablesNirbhay Choubey2014-12-234-5/+5
| | | | Addendum : Renamed plugin .so file.
* Merge branch '10.0' into bb-10.1-mergeSergei Golubchik2014-12-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .bzrignore VERSION cmake/plugin.cmake debian/dist/Debian/control debian/dist/Ubuntu/control mysql-test/r/join_outer.result mysql-test/r/join_outer_jcl6.result mysql-test/r/null.result mysql-test/r/old-mode.result mysql-test/r/union.result mysql-test/t/join_outer.test mysql-test/t/null.test mysql-test/t/old-mode.test mysql-test/t/union.test packaging/rpm-oel/mysql.spec.in scripts/mysql_config.sh sql/ha_ndbcluster.cc sql/ha_ndbcluster_binlog.cc sql/ha_ndbcluster_cond.cc sql/item_cmpfunc.h sql/lock.cc sql/sql_select.cc sql/sql_show.cc sql/sql_update.cc sql/sql_yacc.yy storage/innobase/buf/buf0flu.cc storage/innobase/fil/fil0fil.cc storage/innobase/include/srv0srv.h storage/innobase/lock/lock0lock.cc storage/tokudb/CMakeLists.txt storage/xtradb/buf/buf0flu.cc storage/xtradb/fil/fil0fil.cc storage/xtradb/include/srv0srv.h storage/xtradb/lock/lock0lock.cc support-files/mysql.spec.sh
* MDEV-7161: Build failure in buildbot on work-amd64-valgrindNirbhay Choubey2014-11-231-1/+1
| | | | | Fix for embedded build failure. Also added wsrep_info plugin library to server debian package.
* MDEV-7053: WSREP_STATUS & WSREP_MEMBERSHIP I_S tablesNirbhay Choubey2014-11-227-0/+389
wsrep_info INFORMATION_SCHEMA plugin to provide WSREP_STATUS and WSREP_MEMBERSHIP tables.