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
978ca212
Commit
978ca212
authored
Nov 29, 2005
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql.com:/M50/mysql-5.0 into mysql.com:/M51/merge-5.1
mysql-test/t/alter_table.test: Auto merged
parents
8c3ccd76
3ca35996
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
mysql-test/t/alter_table.test
mysql-test/t/alter_table.test
+2
-0
No files found.
mysql-test/t/alter_table.test
View file @
978ca212
...
@@ -340,7 +340,9 @@ drop table t1;
...
@@ -340,7 +340,9 @@ drop table t1;
#
#
# BUG 12207 alter table ... discard table space on MyISAM table causes ERROR 2013 (HY000)
# BUG 12207 alter table ... discard table space on MyISAM table causes ERROR 2013 (HY000)
#
#
# Some platforms (Mac OS X, Windows) will send the error message using small letters.
CREATE
TABLE
T12207
(
a
int
)
ENGINE
=
MYISAM
;
CREATE
TABLE
T12207
(
a
int
)
ENGINE
=
MYISAM
;
--
replace_result
t12207
T12207
--
error
1031
--
error
1031
ALTER
TABLE
T12207
DISCARD
TABLESPACE
;
ALTER
TABLE
T12207
DISCARD
TABLESPACE
;
DROP
TABLE
T12207
;
DROP
TABLE
T12207
;
...
...
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