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
49d03b51
Commit
49d03b51
authored
Sep 29, 2006
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
After merge fix.
parent
beb10307
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
mysql-test/r/merge.result
mysql-test/r/merge.result
+1
-1
mysql-test/t/merge.test
mysql-test/t/merge.test
+1
-0
No files found.
mysql-test/r/merge.result
View file @
49d03b51
...
@@ -277,7 +277,7 @@ t3 CREATE TABLE `t3` (
...
@@ -277,7 +277,7 @@ t3 CREATE TABLE `t3` (
drop table t3,t2,t1;
drop table t3,t2,t1;
create table t1 (a int not null, key(a)) engine=merge;
create table t1 (a int not null, key(a)) engine=merge;
select * from t1;
select * from t1;
a
ERROR HY000: Got error 124 from storage engine
drop table t1;
drop table t1;
create table t1 (a int not null, b int not null, key(a,b));
create table t1 (a int not null, b int not null, key(a,b));
create table t2 (a int not null, b int not null, key(a,b));
create table t2 (a int not null, b int not null, key(a,b));
...
...
mysql-test/t/merge.test
View file @
49d03b51
...
@@ -124,6 +124,7 @@ drop table t3,t2,t1;
...
@@ -124,6 +124,7 @@ drop table t3,t2,t1;
# Test table without unions
# Test table without unions
#
#
create
table
t1
(
a
int
not
null
,
key
(
a
))
engine
=
merge
;
create
table
t1
(
a
int
not
null
,
key
(
a
))
engine
=
merge
;
--
error
1030
select
*
from
t1
;
select
*
from
t1
;
drop
table
t1
;
drop
table
t1
;
...
...
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