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
25704af0
Commit
25704af0
authored
Dec 04, 2010
by
Igor Babaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjusted results in suite/innodb_plugin/r/innodb_mysql.result.
Made range_vs_index_merge.test platform independent
parent
e13406b2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
mysql-test/suite/innodb_plugin/r/innodb_mysql.result
mysql-test/suite/innodb_plugin/r/innodb_mysql.result
+0
-2
mysql-test/t/range_vs_index_merge.test
mysql-test/t/range_vs_index_merge.test
+1
-0
No files found.
mysql-test/suite/innodb_plugin/r/innodb_mysql.result
View file @
25704af0
...
...
@@ -679,8 +679,6 @@ INSERT INTO t1(b,c) SELECT b,c FROM t2;
UPDATE t2 SET c='2007-01-03';
INSERT INTO t1(b,c) SELECT b,c FROM t2;
set @@sort_buffer_size=8192;
Warnings:
Warning 1292 Truncated incorrect sort_buffer_size value: '8192'
SELECT COUNT(*) FROM t1;
COUNT(*)
3072
...
...
mysql-test/t/range_vs_index_merge.test
View file @
25704af0
...
...
@@ -202,6 +202,7 @@ EXPLAIN
SELECT
*
FROM
City
WHERE
(
ID
<
30
)
OR
(
ID
BETWEEN
100
AND
150
);
EXPLAIN
SELECT
*
FROM
City
WHERE
(
ID
<
200
)
OR
(
ID
BETWEEN
300
AND
600
);
--
replace_result
2921
2950
EXPLAIN
SELECT
*
FROM
City
WHERE
(
ID
<
600
)
OR
(
ID
BETWEEN
900
AND
1800
);
EXPLAIN
...
...
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