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
63905f14
Commit
63905f14
authored
Feb 18, 2015
by
Jan Lindström
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add forgotten test case change (add more).
parent
a1a32f8f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
mysql-test/suite/innodb/r/innodb-alter-table-disk-full.result
...l-test/suite/innodb/r/innodb-alter-table-disk-full.result
+4
-0
mysql-test/suite/innodb/t/innodb-alter-table-disk-full.test
mysql-test/suite/innodb/t/innodb-alter-table-disk-full.test
+5
-0
No files found.
mysql-test/suite/innodb/r/innodb-alter-table-disk-full.result
View file @
63905f14
...
...
@@ -53,6 +53,10 @@ ERROR HY000: The table 't1' is full
alter table t1 add testcol3 int;
ERROR HY000: The table 't1' is full
call innodb_insert_proc(20000);
set autocommit=0;
call innodb_insert_proc(20000);
commit;
set autocommit=1;
set DEBUG_DBUG='';
drop procedure innodb_insert_proc;
drop table t1;
...
...
mysql-test/suite/innodb/t/innodb-alter-table-disk-full.test
View file @
63905f14
...
...
@@ -58,6 +58,11 @@ alter table t1 add testcol2 int;
alter
table
t1
add
testcol3
int
;
--
error
0
,
1114
call
innodb_insert_proc
(
20000
);
set
autocommit
=
0
;
--
error
0
,
1114
call
innodb_insert_proc
(
20000
);
commit
;
set
autocommit
=
1
;
set
DEBUG_DBUG
=
''
;
...
...
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