Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
76293813
Commit
76293813
authored
Aug 06, 2014
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix main.key_cache failures on x86
parent
be253829
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
mysql-test/t/key_cache.test
mysql-test/t/key_cache.test
+3
-3
No files found.
mysql-test/t/key_cache.test
View file @
76293813
...
...
@@ -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
180
4
KEY_BLOCKS_UNUSED
180
1
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
1
800
KEY_BLOCKS_UNUSED
1
794
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
180
4
KEY_BLOCKS_UNUSED
180
1
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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment