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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
86508ad9
Commit
86508ad9
authored
Dec 06, 2004
by
monty@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix test results
parent
20c18c77
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
mysql-test/r/index_merge_ror_cpk.result
mysql-test/r/index_merge_ror_cpk.result
+1
-1
mysql-test/r/innodb.result
mysql-test/r/innodb.result
+1
-1
mysql-test/t/index_merge_ror_cpk.test
mysql-test/t/index_merge_ror_cpk.test
+2
-0
No files found.
mysql-test/r/index_merge_ror_cpk.result
View file @
86508ad9
...
@@ -74,7 +74,7 @@ id select_type table type possible_keys key key_len ref rows Extra
...
@@ -74,7 +74,7 @@ id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE t1 index_merge PRIMARY,key1,pktail2ok pktail2ok,key1 8,4 NULL 199 Using sort_union(pktail2ok,key1); Using where
1 SIMPLE t1 index_merge PRIMARY,key1,pktail2ok pktail2ok,key1 8,4 NULL 199 Using sort_union(pktail2ok,key1); Using where
explain select * from t1 where pktail3bad=1 and key1=10;
explain select * from t1 where pktail3bad=1 and key1=10;
id select_type table type possible_keys key key_len ref rows Extra
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE t1 ref key1,pktail3bad pktail3bad 4 const
98
Using where
1 SIMPLE t1 ref key1,pktail3bad pktail3bad 4 const
ROWS
Using where
explain select * from t1 where pktail4bad=1 and key1=10;
explain select * from t1 where pktail4bad=1 and key1=10;
id select_type table type possible_keys key key_len ref rows Extra
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE t1 ref key1,pktail4bad pktail4bad 4 const 99 Using where
1 SIMPLE t1 ref key1,pktail4bad pktail4bad 4 const 99 Using where
...
...
mysql-test/r/innodb.result
View file @
86508ad9
...
@@ -1696,7 +1696,7 @@ Variable_name Value
...
@@ -1696,7 +1696,7 @@ Variable_name Value
Innodb_rows_inserted 31706
Innodb_rows_inserted 31706
show status like "Innodb_rows_read";
show status like "Innodb_rows_read";
Variable_name Value
Variable_name Value
Innodb_rows_read 801
61
Innodb_rows_read 801
78
show status like "Innodb_rows_updated";
show status like "Innodb_rows_updated";
Variable_name Value
Variable_name Value
Innodb_rows_updated 29530
Innodb_rows_updated 29530
mysql-test/t/index_merge_ror_cpk.test
View file @
86508ad9
...
@@ -72,6 +72,8 @@ explain select * from t1 where pktail2ok=1 and key1=10;
...
@@ -72,6 +72,8 @@ explain select * from t1 where pktail2ok=1 and key1=10;
select
' The following is actually a deficiency, it uses sort_union currently:'
as
'note:'
;
select
' The following is actually a deficiency, it uses sort_union currently:'
as
'note:'
;
explain
select
*
from
t1
where
(
pktail2ok
=
1
and
pk1
<
50000
)
or
key1
=
10
;
explain
select
*
from
t1
where
(
pktail2ok
=
1
and
pk1
<
50000
)
or
key1
=
10
;
# The expected rows differs a bit from platform to platform
--
replace_result
98
ROWS
99
ROWS
explain
select
*
from
t1
where
pktail3bad
=
1
and
key1
=
10
;
explain
select
*
from
t1
where
pktail3bad
=
1
and
key1
=
10
;
explain
select
*
from
t1
where
pktail4bad
=
1
and
key1
=
10
;
explain
select
*
from
t1
where
pktail4bad
=
1
and
key1
=
10
;
explain
select
*
from
t1
where
pktail5bad
=
1
and
key1
=
10
;
explain
select
*
from
t1
where
pktail5bad
=
1
and
key1
=
10
;
...
...
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