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
d1e71faf
Commit
d1e71faf
authored
Oct 07, 2005
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Populate t1 in order to get more predictable explain results.
parent
d40a0f42
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
mysql-test/r/subselect2.result
mysql-test/r/subselect2.result
+1
-0
mysql-test/t/subselect2.test
mysql-test/t/subselect2.test
+2
-0
No files found.
mysql-test/r/subselect2.result
View file @
d1e71faf
...
...
@@ -14,6 +14,7 @@ DOCID VARCHAR(32)BINARY NOT NULL
, PRIMARY KEY ( DOCID )
) ENGINE=InnoDB
;
INSERT INTO t1 (DOCID) VALUES ("1"), ("2");
CREATE TABLE t2
(
DOCID VARCHAR(32)BINARY NOT NULL
...
...
mysql-test/t/subselect2.test
View file @
d1e71faf
...
...
@@ -25,6 +25,8 @@ DOCID VARCHAR(32)BINARY NOT NULL
)
ENGINE
=
InnoDB
;
INSERT
INTO
t1
(
DOCID
)
VALUES
(
"1"
),
(
"2"
);
CREATE
TABLE
t2
(
DOCID
VARCHAR
(
32
)
BINARY
NOT
NULL
...
...
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