~ubuntu-branches/ubuntu/natty/drizzle/natty

« back to all changes in this revision

Viewing changes to tests/suite/ddl_transactions/r/drop_schema.result

  • Committer: Bazaar Package Importer
  • Author(s): Monty Taylor
  • Date: 2011-02-02 13:42:46 UTC
  • mfrom: (1.2.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20110202134246-rj4qc6zafvdd7sq2
Tags: 2011.02.09-0ubuntu1
* New upstream release.
* Updated the -Werror patch.
* Updated copyright file.
* Removed get-orig-source target which didn't work right.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
CREATE SCHEMA foo;
 
2
BEGIN;
 
3
DROP SCHEMA foo;
 
4
ERROR HY000: Transactional DDL not supported
 
5
commit;
 
6
DROP SCHEMA foo;