Nirbhay Choubey
bc4686f0f4
Minor test improvement
2017-01-31 12:28:09 -05:00
Vicențiu Ciorbaru
5ac71d4464
Merge remote-tracking branch '10.0-galera' into 10.1
2017-01-16 04:53:57 +02:00
Nirbhay Choubey
e156ea1b95
Fix failing tests.
2016-12-09 12:15:41 -05:00
Nirbhay Choubey
90f222ea7d
MDEV-10235: Deadlock in CREATE TABLE .. AS SELECT .. if result set is empty in Galera
...
In CTAS, handlers get registered under statement transaction
(st_transactions::stmt), while ha_fake_trx_id(), used by CTAS,
looked under standard transaction (st_transactions::all) for
registered handlers, and thus it failed to grab a fake transaction
ID. As a result, with no valid transaction ID, wsrep commit failed
with an error.
ha_fake_trx_id() now looks for handlers registered under 'stmt'
in case 'all' is empty. Also modified the logic to print warning
only once if none of the registered handlers have fake_trx_id.
2016-06-27 18:21:00 -04:00
Nirbhay Choubey
f629f53548
Fix memory leak in XtraDB.
2016-06-27 14:44:07 -04:00
Nirbhay Choubey
94a61838fe
Fix galera,wsrep tests.
2016-06-26 21:15:36 -04:00
Nirbhay Choubey
9a5c75a073
MDEV-9853: WSREP says it cannot get fake InnoDB transaction ID followed by segmentation fault
...
Ha_trx_info should not be reset in ha_fake_trx_id() as it is
later used during commit.
2016-05-05 09:19:39 -04:00
Nirbhay Choubey
b88c67d5f2
Update galera suite global_suppressions.
2015-11-24 14:24:23 -05:00
Sergei Golubchik
7f19330c59
Merge branch 'github/10.0-galera' into 10.1
2015-11-19 17:48:36 +01:00
Nirbhay Choubey
e947a52697
Update global_suppressions.
2015-11-04 21:58:07 -05:00
Nirbhay Choubey
bca5894d51
Adjust warning suppression over a recent change in galera library.
2015-09-27 19:20:43 -04:00
Sergei Golubchik
a5b0a32ac3
Merge branch '10.0-galera' into 10.1
2015-09-03 16:32:00 +02:00
Nirbhay Choubey
c6a0cbdac6
Merge branch '5.5-galera' into 10.0-galera
2015-08-14 14:59:43 -04:00
Nirbhay Choubey
fe757e006c
Fix for some failing tests.
2015-08-14 13:45:52 -04:00
Nirbhay Choubey
dced5146bd
Merge branch '10.0-galera' into 10.1
2015-07-14 16:05:29 -04:00
Nirbhay Choubey
14b816a5c8
Disabling some more sporadically failing galera tests.
2015-05-14 21:48:54 -04:00
Nirbhay Choubey
c6c9a69cce
Fix for some more test failures.
2015-05-12 16:56:06 -04:00
Nirbhay Choubey
99f496ae65
Fix for some failing tests
2015-05-08 17:43:58 -04:00
Nirbhay Choubey
3331d4e07e
Merge galera tests from github.com/codership/mysql-wsrep
2015-05-08 17:43:57 -04:00
Nirbhay Choubey
ce0427a622
Update galera.global_suppressions with galera warnings.
2015-03-19 20:41:57 -04: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
Sergei Golubchik
8e7649867f
Merge 10.0-galera into 10.1
2015-02-06 16:14:23 +01:00
Nirbhay Choubey
47d8001c67
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-27 16:54:24 -05:00
Nirbhay Choubey
9b7e3801f4
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-27 16:22:29 -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
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