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
4924f276
Commit
4924f276
authored
Mar 04, 2004
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drop tables in windows-compatible order
parent
e0618ae4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/r/merge.result
mysql-test/r/merge.result
+1
-1
mysql-test/t/merge.test
mysql-test/t/merge.test
+1
-1
No files found.
mysql-test/r/merge.result
View file @
4924f276
...
...
@@ -560,7 +560,7 @@ select * from t6;
a
1
2
drop table if exists t
1, t2, t3, t4, t5, t6
;
drop table if exists t
6, t5, t4, t3, t2, t1
;
DROP TABLE IF EXISTS t1, t2;
CREATE TABLE t1 (
fileset_id tinyint(3) unsigned NOT NULL default '0',
...
...
mysql-test/t/merge.test
View file @
4924f276
...
...
@@ -202,7 +202,7 @@ insert into t4 values (1);
insert
into
t5
values
(
2
);
create
temporary
table
t6
(
a
int
not
null
)
TYPE
=
MERGE
UNION
=
(
t4
,
t5
);
select
*
from
t6
;
drop
table
if
exists
t
1
,
t2
,
t3
,
t4
,
t5
,
t6
;
drop
table
if
exists
t
6
,
t5
,
t4
,
t3
,
t2
,
t1
;
#
# testing merge::records_in_range and optimizer
...
...
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