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
f1715b2b
Commit
f1715b2b
authored
Aug 13, 2008
by
Timothy Smith
Browse files
Options
Browse Files
Download
Plain Diff
Merge in new test case
parents
f18bc40c
5d036ff3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
mysql-test/r/innodb_bug35220.result
mysql-test/r/innodb_bug35220.result
+1
-0
mysql-test/t/innodb_bug35220.test
mysql-test/t/innodb_bug35220.test
+16
-0
No files found.
mysql-test/r/innodb_bug35220.result
0 → 100644
View file @
f1715b2b
SET storage_engine=InnoDB;
mysql-test/t/innodb_bug35220.test
0 → 100644
View file @
f1715b2b
#
# Bug#35220 ALTER TABLE too picky on reserved word "foreign"
# http://bugs.mysql.com/35220
#
--
source
include
/
have_innodb
.
inc
SET
storage_engine
=
InnoDB
;
# we care only that the following SQL commands do not produce errors
--
disable_query_log
--
disable_result_log
CREATE
TABLE
bug35220
(
foreign_col
INT
,
dummy_cant_delete_all_columns
INT
);
ALTER
TABLE
bug35220
DROP
foreign_col
;
DROP
TABLE
bug35220
;
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