~jlukas79/+junk/mysql-server

« back to all changes in this revision

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

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
CREATE TEMPORARY TABLE t1(a INT) ENGINE=falcon TABLESPACE nosuchspace;
 
2
Warnings:
 
3
Warning 1478    TABLESPACE option is not supported for temporary tables. Switching to 'FALCON_TEMPORARY' tablespace.
 
4
DROP TABLE t1;