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
ec0f18c2
Commit
ec0f18c2
authored
Aug 31, 2005
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix group_min_max.test - myisam may return slightly row count estimate on amd64
parent
c00dd12c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
mysql-test/r/group_min_max.result
mysql-test/r/group_min_max.result
+1
-1
mysql-test/t/group_min_max.test
mysql-test/t/group_min_max.test
+1
-0
No files found.
mysql-test/r/group_min_max.result
View file @
ec0f18c2
...
...
@@ -1984,7 +1984,7 @@ Table Op Msg_type Msg_text
test.t1 analyze status Table is already up to date
explain select distinct a1 from bug12672 where pk_col not in (1,2,3,4);
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE bug12672 range PRIMARY PRIMARY 4 NULL
93
Using where; Using temporary
1 SIMPLE bug12672 range PRIMARY PRIMARY 4 NULL
#
Using where; Using temporary
select distinct a1 from bug12672 where pk_col not in (1,2,3,4);
a1
a
...
...
mysql-test/t/group_min_max.test
View file @
ec0f18c2
...
...
@@ -666,6 +666,7 @@ create index idx12672_1 on bug12672 (a1,a2,b,c);
create
index
idx12672_2
on
bug12672
(
a1
,
a2
,
b
);
analyze
table
t1
;
--
replace_column
9
#
explain
select
distinct
a1
from
bug12672
where
pk_col
not
in
(
1
,
2
,
3
,
4
);
select
distinct
a1
from
bug12672
where
pk_col
not
in
(
1
,
2
,
3
,
4
);
...
...
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