~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to mysql-test/suite/falcon/r/falcon_bug_33397.result

manual merge 6.0-main --> 6.0-bka-review

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
*** Bug 33397 ***
 
2
SET @@storage_engine = 'Falcon';
 
3
DROP TABLE IF EXISTS t1;
 
4
CREATE TABLE t1(a INT);
 
5
ALTER TABLE t1 TABLESPACE nosuchtablespace;
 
6
ERROR HY000: Tablespace 'nosuchtablespace' doesn't exist
 
7
DROP TABLE t1;