Nirbhay Choubey
07ff90e99b
Reduce gcache size to cut down disk usage
2015-03-09 22:55:54 -04:00
Nirbhay Choubey
4c191de323
MDEV-7560: wsrep* tests depend on the version of galera library
...
Added an include file to check galera library version.
2015-02-27 22:16:37 -05:00
Nirbhay Choubey
aa2904a7f4
MDEV-7560: wsrep* tests depend on the version of galera library
...
Added an include file to check galera library version.
2015-02-27 22:13:37 -05:00
Nirbhay Choubey
16c446235e
Changes in wsrep_guess_ip()
...
* Changed loopback detection to be done via ifa->ifa_flags
* Removed unused function wsrep_guess_address()
2015-02-27 19:16:27 -05:00
Nirbhay Choubey
8ee5668033
Changes in wsrep_guess_ip()
...
* Changed loopback detection to be done via ifa->ifa_flags
* Removed unused function wsrep_guess_address()
2015-02-27 17:43:10 -05:00
Nirbhay Choubey
4fb2f66907
Changes in wsrep_guess_ip()
...
* Changed loopback detection to be done via ifa->ifa_flags
* Removed unused function wsrep_guess_address()
2015-02-24 21:55:22 -05:00
Nirbhay Choubey
fcc6e12d69
MDEV-7544: Update global_suppressions to include warning related to "gvwstate.dat"
2015-02-18 19:02:00 -05:00
Nirbhay Choubey
a518cc4470
MDEV-7544: Update global_suppressions to include warning related to "gvwstate.dat"
2015-02-18 18:59:01 -05:00
Jan Lindström
36c1982a19
MDEV-7604: wsrep plugin lists its plugin_maturity as Unknown
...
Changed wsrep plugin from mysql_plugin to maria_plugin to
set up plugin_maturity to Stable.
2015-02-18 15:23:37 +02:00
Sergei Golubchik
8e7649867f
Merge 10.0-galera into 10.1
2015-02-06 16:14:23 +01:00
Nirbhay Choubey
950d69610a
MDEV-7322: Option to allow setting the binlog_format with Galera
...
At session scope, allow binlog_format to be changed to
values other than ROW with a warning.
2015-01-27 16:25:18 -05:00
Nirbhay Choubey
5b6f637caa
MDEV-7322: Option to allow setting the binlog_format with Galera
...
At session scope, allow binlog_format to be changed to
values other than ROW with a warning.
2015-01-27 14:17:40 -05:00
Nirbhay Choubey
ea229eb6bb
Minor test modifications.
2015-01-26 22:48:02 -05:00
Nirbhay Choubey
248c662cd7
Minor test modifications.
2015-01-26 22:43:46 -05:00
Nirbhay Choubey
53b9f755af
MDEV-7374 : Losing connection to MySQL while running ALTER TABLE
...
Backport from 10.1.
2015-01-24 18:46:48 -05:00
Nirbhay Choubey
fffc9f585d
MDEV-7374 : Losing connection to MySQL while running ALTER TABLE
...
Backport from 10.1.
2015-01-24 18:39:21 -05:00
Nirbhay Choubey
0105bf349a
MDEV-7476: Allow SELECT to succeed even when node is not ready
...
Added a SESSION-only system variable "wsrep_dirty_reads" to allow SELECT
queries to pass even when the node is not prepared to accept queries
(wsrep_ready=OFF). Added a test case.
2015-01-22 18:00:37 -05:00
Nirbhay Choubey
887628acee
Test changes (backported from 10.1).
2015-01-16 13:53:23 -05:00
Nirbhay Choubey
bb93d46241
Test changes (backported from 10.1).
2015-01-16 13:52:30 -05:00
Nirbhay Choubey
aee3ac4877
MDEV-7222: Cluster Node Crash at CREATE DEFINER statement
...
Check whether the definer host string is not null before
appending it to the specified buffer.
2015-01-02 10:02:04 -05:00
Nirbhay Choubey
61f73d40ca
MDEV-7397: SIGSEGV on inserting into a key-less table
...
When wsrep is enabled, an md5 hash of the entire row is calculated
for tables with no PK. It, however segfaulted as the md5 context
object was not properly constructed.
Fixed by ensuring that the YaSSL's context object gets constructed
explicitly at the specified pre-allocated location (placement)
before its used.
Added a test case.
2014-12-31 19:52:35 -05:00
Nirbhay Choubey
25aaa652c4
MDEV-6832: ER_LOCK_WAIT_TIMEOUT on SHOW STATUS
...
Synchronous read view should not be needed for
SHOW commands.
2014-12-31 19:46:48 -05:00
Nirbhay Choubey
952b575272
MDEV-6832: ER_LOCK_WAIT_TIMEOUT on SHOW STATUS
...
Synchronous read view should not be needed for
SHOW commands.
2014-12-31 19:28:20 -05:00
Nirbhay Choubey
3bb02f3e6d
bzr merge -rtag:mariadb-10.0.15 maria/10.0
2014-12-05 12:33:02 -05:00
Nirbhay Choubey
369c02674c
MDEV-7053: WSREP_STATUS & WSREP_MEMBERSHIP I_S tables
...
wsrep_info INFORMATION_SCHEMA plugin to provide WSREP_STATUS
and WSREP_MEMBERSHIP tables.
2014-11-22 14:33:51 -05:00
Nirbhay Choubey
6f65d2d114
MDEV-6924 : Server crashed on CREATE TABLE ... SELECT
...
Do not allow server to start if binlog_format is set
to a format other than ROW. Also restrict the change
of GLOBAL/SESSION binlog_format value at runtime.
2014-11-17 11:56:03 -05:00
Nirbhay Choubey
c68e73b53f
MDEV-6924 : Server crashed on CREATE TABLE ... SELECT
...
Do not allow server to start if binlog_format is set
to a format other than ROW. Also restrict the change
of GLOBAL/SESSION binlog_format value at runtime.
2014-11-17 09:55:53 -05:00
Sergei Golubchik
03ec3511a8
cleanup: galera misc cleanups
...
also disable galera-specific output in mysql_tzinfo_to_sql,
it'll be enabled later.
2014-10-10 22:27:36 +02:00
Nirbhay Choubey
c768af75b7
Minor modifications
...
- Simplified test cases in wsrep.variables
- Fixed a condition in wsrep_check_opts.cc
- Fixed an "unbound variable" in wsrep_sst_rsync
2014-10-04 13:53:33 -04:00
Sergei Golubchik
93b50e64a0
cleanup: remove galera/wsrep magic from mtr
2014-10-01 23:38:27 +02:00
Jan Lindström
d0a5f33ccd
Remove incorrect test file.
2014-09-11 07:10:37 +03:00
Nirbhay Choubey
76d15afb33
Minor improvements in mtr and wsrep test files.
2014-09-09 19:19:12 -04:00
Nirbhay Choubey
be055b3835
Minor improvements in mtr and wsrep test files.
2014-09-09 19:05:25 -04:00
Jan Lindström
e44751b65f
Merge revision 3882 from lp:maria/maria-10.0-galera
...
MDEV-6656: Test wsrep.variables hangs
Analysis: wsrep_applier_thread shutdown signaling does not always work
correctly causing a timing problem where main thread is waiting in a
condition variable a signal that all worker threads to end.
2014-08-29 10:11:08 +03:00
Jan Lindström
f99f573dc7
MDEV-6656: Test wsrep.variables hangs
...
Analysis: wsrep_applier_thread shutdown signaling does not always work
correctly causing a timing problem where main thread is waiting in a
condition variable a signal that all worker threads to end.
2014-08-29 09:42:13 +03:00
Jan Lindström
df4dd593f2
MDEV-6247: Merge 10.0-galera to 10.1.
...
Merged lp:maria/maria-10.0-galera up to revision 3879.
Added a new functions to handler API to forcefully abort_transaction,
producing fake_trx_id, get_checkpoint and set_checkpoint for XA. These
were added for future possiblity to add more storage engines that
could use galera replication.
2014-08-26 15:43:46 +03:00
Nirbhay Choubey
b77fc5a343
Merge of patch for MDEV#6399.
2014-07-12 18:21:29 -04:00
Nirbhay Choubey
3ce3647055
MDEV#6399 - Make galera test suite run with --parallel
...
Galera tests used default base/SST ports which led to
failures due to port conflicts when run in parallel.
Fixed by setting them to ones generated by mtr framework.
2014-07-12 18:20:45 -04:00
Nirbhay Choubey
dc377fcbc0
Merge of patch for MDEV-6411 from maria-5.5-galera.
2014-07-09 11:07:23 -04:00
Nirbhay Choubey
40bfd20180
MDEV#6411 - Setting set @@global_wsrep_sst_auth=NULL
...
causes crash
Fixed by properly handling the NULL values.
2014-07-09 11:04:28 -04:00
Jan Lindström
3d1ac12177
Add test case for
...
https://bugs.launchpad.net/percona-xtradb-cluster/+bug/1314854
2014-07-04 11:59:09 +03:00
Nirbhay Choubey
93cc06b20c
Fixed a warning in mtr script.
...
Updated wsrep.variables test.
2014-06-10 18:31:07 -04:00
Nirbhay Choubey
ab4947463e
Merging changes from maria-5.5-galera and
...
some test fixes.
bzr merge -r3479..3493 maria-5.5-galera
2014-05-22 18:31:04 -04:00
Nirbhay Choubey
8a6f4e198a
Updated wsrep.variables result.
2014-05-21 12:09:31 -04:00
Nirbhay Choubey
00b6fff2e7
MDEV#6206: wsrep_slave_threads subtracts from max_connections
...
Decoupled wsrep thread count from connection count. By doing so,
the number of wsrep threads (applier/rollbacker) would no longer
affect the threads_connected status variable and thus maximum
allowable user connections limit would be @@max_connections.
Also introduced a new status variable 'wsrep_thread_count' to hold
the number of wsrep applier/rollbacker threads.
Added a test case.
2014-05-08 14:45:00 -04:00
Nirbhay Choubey
3061aa4ead
MDEV-6196 MTR: Do not hardcode path for libgalera_smm.so
...
Introduced an environment variable WSREP_PROVIDER to point
to the galera library.
Updated the tests.
2014-05-01 19:19:48 -04:00
Nirbhay Choubey
b11be05255
MDEV#6079: xtrabackup SST failing with maria-10.0-galera
...
Added logic to skip changing of case for wsrep status
variable names.
2014-04-16 13:04:03 -04:00
Nirbhay Choubey
9d911608f1
Fixes for some test failures.
2014-04-09 12:25:47 -04:00
Nirbhay Choubey
a500865c13
Merged revision 3471, 3472 & 3473 from maria-5.5-galera.
2014-03-27 16:22:57 -04:00
Nirbhay Choubey
43c6c2ac77
Merged r3468 from maria-5.5-galera.
2014-03-27 08:22:29 -04:00