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
5ccc2c0b
Commit
5ccc2c0b
authored
Nov 30, 2005
by
jimw@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
After-merge cleanups to alter_table test
parent
b3ba6649
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
mysql-test/r/alter_table.result
mysql-test/r/alter_table.result
+1
-0
mysql-test/t/alter_table.test
mysql-test/t/alter_table.test
+1
-1
No files found.
mysql-test/r/alter_table.result
View file @
5ccc2c0b
...
...
@@ -555,6 +555,7 @@ alter table test.t1 rename t1;
ERROR 3D000: No database selected
alter table test.t1 rename test.t1;
use test;
drop table t1;
create table t1 (mycol int(10) not null);
alter table t1 alter column mycol set default 0;
desc t1;
...
...
mysql-test/t/alter_table.test
View file @
5ccc2c0b
...
...
@@ -411,7 +411,7 @@ drop table t1;
create
table
t1
(
mycol
int
(
10
)
not
null
);
alter
table
t1
alter
column
mycol
set
default
0
;
desc
t1
;
drop
table
;
drop
table
t1
;
#
# Some additional tests for new, faster alter table. Note that most of the
...
...
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