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
15298815
Commit
15298815
authored
Dec 15, 2022
by
Sergei Petrunia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stabilize rocksdb.rocksdb test.
parent
cbd99688
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
storage/rocksdb/mysql-test/rocksdb/r/rocksdb.result
storage/rocksdb/mysql-test/rocksdb/r/rocksdb.result
+3
-3
storage/rocksdb/mysql-test/rocksdb/t/rocksdb.test
storage/rocksdb/mysql-test/rocksdb/t/rocksdb.test
+2
-2
No files found.
storage/rocksdb/mysql-test/rocksdb/r/rocksdb.result
View file @
15298815
...
...
@@ -278,12 +278,12 @@ j
1
4
EXPLAIN
SELECT * FROM t1
0, t11
WHERE i=j;
SELECT * FROM t1
1 straight_join t10
WHERE i=j;
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE t11 index PRIMARY PRIMARY 4 NULL # Using index
1 SIMPLE t10 eq_ref PRIMARY PRIMARY 4 test.t11.j # Using index
SELECT * FROM t1
0, t11
WHERE i=j;
i j
SELECT * FROM t1
1 straight_join t10
WHERE i=j;
j i
1 1
DROP TABLE t10,t11;
#
...
...
storage/rocksdb/mysql-test/rocksdb/t/rocksdb.test
View file @
15298815
...
...
@@ -266,8 +266,8 @@ select * from t10;
select
*
from
t11
;
--
replace_column
9
#
EXPLAIN
SELECT
*
FROM
t1
0
,
t11
WHERE
i
=
j
;
SELECT
*
FROM
t1
0
,
t11
WHERE
i
=
j
;
SELECT
*
FROM
t1
1
straight_join
t10
WHERE
i
=
j
;
SELECT
*
FROM
t1
1
straight_join
t10
WHERE
i
=
j
;
DROP
TABLE
t10
,
t11
;
...
...
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