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
d24f76e1
Commit
d24f76e1
authored
Aug 14, 2017
by
Sergei Petrunia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-13522: rocksdb.rocksdb_parts failed in buildbot
Make test result stable
parent
fa7016ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
storage/rocksdb/mysql-test/rocksdb/r/rocksdb_parts.result
storage/rocksdb/mysql-test/rocksdb/r/rocksdb_parts.result
+1
-1
storage/rocksdb/mysql-test/rocksdb/t/rocksdb_parts.test
storage/rocksdb/mysql-test/rocksdb/t/rocksdb_parts.test
+1
-0
No files found.
storage/rocksdb/mysql-test/rocksdb/r/rocksdb_parts.result
View file @
d24f76e1
...
...
@@ -49,7 +49,7 @@ set @tmp_rfirr= @@rocksdb_force_index_records_in_range;
set rocksdb_force_index_records_in_range= 12;
explain select * from t1 force index(col1) where col1=10;
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE t1 ref col1 col1 5 const
24
1 SIMPLE t1 ref col1 col1 5 const
#
select * from t1 force index(col1) where col1=10;
pk col1 col2
1 10 10
...
...
storage/rocksdb/mysql-test/rocksdb/t/rocksdb_parts.test
View file @
d24f76e1
...
...
@@ -59,6 +59,7 @@ insert into t1 values (12,20,20);
set
@
tmp_rfirr
=
@@
rocksdb_force_index_records_in_range
;
set
rocksdb_force_index_records_in_range
=
12
;
--
replace_column
9
#
explain
select
*
from
t1
force
index
(
col1
)
where
col1
=
10
;
select
*
from
t1
force
index
(
col1
)
where
col1
=
10
;
select
*
from
t1
use
index
() where col1=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