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
3c3a1fbd
Commit
3c3a1fbd
authored
Oct 04, 2011
by
Igor Babaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Made the result test of a test case platform independent.
parent
a55f0cab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
mysql-test/r/join_cache.result
mysql-test/r/join_cache.result
+2
-2
mysql-test/t/join_cache.test
mysql-test/t/join_cache.test
+1
-1
No files found.
mysql-test/r/join_cache.result
View file @
3c3a1fbd
...
...
@@ -4254,7 +4254,7 @@ PRIMARY KEY (pk), INDEX idx1(i), INDEX idx2 (v,i)
INSERT INTO t1 VALUES
(10,8,'v'), (11,8,'f'), (12,5,'v'), (13,8,'s'), (14,8,'a'),
(15,6,'p'), (16,7,'z'), (17,2,'a'), (18,5,'h'), (19,7,'h'),
(25,3,'m'), (26,5,'
z
'), (27,9,'n'), (28,1,'d'), (29,107,'a');
(25,3,'m'), (26,5,'
a
'), (27,9,'n'), (28,1,'d'), (29,107,'a');
INSERT INTO t1 VALUES
(110,8,'x'), (111,8,'y'), (112,5,'v'), (113,8,'z'), (114,8,'i'),
(115,6,'j'), (116,7,'t'), (117,2,'b'), (118,5,'j'), (119,7,'w'),
...
...
@@ -4296,9 +4296,9 @@ GROUP BY t2.v ORDER BY t1.pk,t2.v;
v
h
z
p
n
v
p
SET SESSION join_cache_level=6;
EXPLAIN
SELECT t2.v FROM t1, t2, t3
...
...
mysql-test/t/join_cache.test
View file @
3c3a1fbd
...
...
@@ -2457,7 +2457,7 @@ CREATE TABLE t1 (
INSERT
INTO
t1
VALUES
(
10
,
8
,
'v'
),
(
11
,
8
,
'f'
),
(
12
,
5
,
'v'
),
(
13
,
8
,
's'
),
(
14
,
8
,
'a'
),
(
15
,
6
,
'p'
),
(
16
,
7
,
'z'
),
(
17
,
2
,
'a'
),
(
18
,
5
,
'h'
),
(
19
,
7
,
'h'
),
(
25
,
3
,
'm'
),
(
26
,
5
,
'
z
'
),
(
27
,
9
,
'n'
),
(
28
,
1
,
'd'
),
(
29
,
107
,
'a'
);
(
25
,
3
,
'm'
),
(
26
,
5
,
'
a
'
),
(
27
,
9
,
'n'
),
(
28
,
1
,
'd'
),
(
29
,
107
,
'a'
);
INSERT
INTO
t1
VALUES
(
110
,
8
,
'x'
),
(
111
,
8
,
'y'
),
(
112
,
5
,
'v'
),
(
113
,
8
,
'z'
),
(
114
,
8
,
'i'
),
(
115
,
6
,
'j'
),
(
116
,
7
,
't'
),
(
117
,
2
,
'b'
),
(
118
,
5
,
'j'
),
(
119
,
7
,
'w'
),
...
...
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