~ubuntu-branches/ubuntu/trusty/drizzle/trusty

« back to all changes in this revision

Viewing changes to plugin/archive/tests/r/archive_discover.result

  • Committer: Bazaar Package Importer
  • Author(s): Monty Taylor
  • Date: 2010-03-18 12:12:31 UTC
  • Revision ID: james.westby@ubuntu.com-20100318121231-k6g1xe6cshbwa0f8
Tags: upstream-2010.03.1347
ImportĀ upstreamĀ versionĀ 2010.03.1347

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
CREATE TABLE t1 (a int) ENGINE=ARCHIVE;
 
2
INSERT into t1 (a) values (42);
 
3
SELECT * from t1;
 
4
a
 
5
42
 
6
FLUSH TABLES;
 
7
SELECT * FROM t1;
 
8
ERROR 42S02: Table 'test.t1' doesn't exist