diff options
author | Jan Lindström <jan.lindstrom@mariadb.com> | 2017-08-16 07:49:19 +0300 |
---|---|---|
committer | Jan Lindström <jan.lindstrom@mariadb.com> | 2017-08-16 07:49:19 +0300 |
commit | 81fd8ff6761109546f14cc8f8a5dfb27b0da8a2d (patch) | |
tree | d352be0a8b6bcf069f9da4a2e6726364d42a5a18 /mysql-test/suite/sys_vars | |
parent | 5017c261d4b6332ffff70919080a99fd5e459ed1 (diff) | |
download | mariadb-git-81fd8ff6761109546f14cc8f8a5dfb27b0da8a2d.tar.gz |
Fix test failures.
Diffstat (limited to 'mysql-test/suite/sys_vars')
-rw-r--r-- | mysql-test/suite/sys_vars/r/wsrep_sync_wait_basic.result | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mysql-test/suite/sys_vars/r/wsrep_sync_wait_basic.result b/mysql-test/suite/sys_vars/r/wsrep_sync_wait_basic.result index 1e7b9364570..0df3dff8990 100644 --- a/mysql-test/suite/sys_vars/r/wsrep_sync_wait_basic.result +++ b/mysql-test/suite/sys_vars/r/wsrep_sync_wait_basic.result @@ -34,11 +34,9 @@ SELECT @@session.wsrep_sync_wait; @@session.wsrep_sync_wait 7 SET @@session.wsrep_sync_wait=8; -Warnings: -Warning 1292 Truncated incorrect wsrep_sync_wait value: '8' SELECT @@session.wsrep_sync_wait; @@session.wsrep_sync_wait -7 +8 # invalid values SET @@global.wsrep_sync_wait=NULL; |