diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-08-06 10:26:25 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-08-06 10:26:25 +0200 |
commit | 76293813faa0d059cfa7d6175a5613fff22fa3ba (patch) | |
tree | a3b6d616f6a106227140ac8a062962bb6cfff30c /mysql-test/t/key_cache.test | |
parent | be253829d78b3ed5ceb18cb1d6f6fdd17211610a (diff) | |
download | mariadb-git-76293813faa0d059cfa7d6175a5613fff22fa3ba.tar.gz |
fix main.key_cache failures on x86
Diffstat (limited to 'mysql-test/t/key_cache.test')
-rw-r--r-- | mysql-test/t/key_cache.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/t/key_cache.test b/mysql-test/t/key_cache.test index aca7a3ea487..86e56a8301b 100644 --- a/mysql-test/t/key_cache.test +++ b/mysql-test/t/key_cache.test @@ -301,7 +301,7 @@ select * from t2; update t1 set p=3 where p=1; update t2 set i=2 where i=1; ---replace_result 1801 KEY_BLOCKS_UNUSED 1663 KEY_BLOCKS_UNUSED 1782 KEY_BLOCKS_UNUSED +--replace_result 1804 KEY_BLOCKS_UNUSED 1801 KEY_BLOCKS_UNUSED 1663 KEY_BLOCKS_UNUSED 1782 KEY_BLOCKS_UNUSED show status like 'key_%'; --replace_column 7 # select * from information_schema.key_caches where segment_number is null; @@ -334,7 +334,7 @@ update t1 set p=3 where p=1; update t2 set i=2 where i=1; ---replace_result 1794 KEY_BLOCKS_UNUSED 1656 KEY_BLOCKS_UNUSED 1775 KEY_BLOCKS_UNUSED +--replace_result 1800 KEY_BLOCKS_UNUSED 1794 KEY_BLOCKS_UNUSED 1656 KEY_BLOCKS_UNUSED 1775 KEY_BLOCKS_UNUSED show status like 'key_%'; --replace_column 7 # select * from information_schema.key_caches where segment_number is null; @@ -359,7 +359,7 @@ select * from t2; update t1 set p=3 where p=1; update t2 set i=2 where i=1; ---replace_result 1801 KEY_BLOCKS_UNUSED 1663 KEY_BLOCKS_UNUSED 1782 KEY_BLOCKS_UNUSED +--replace_result 1804 KEY_BLOCKS_UNUSED 1801 KEY_BLOCKS_UNUSED 1663 KEY_BLOCKS_UNUSED 1782 KEY_BLOCKS_UNUSED show status like 'key_%'; --replace_column 7 # select * from information_schema.key_caches where segment_number is null; |