~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/drizzledump_restore.test

  • Committer: Brian Aker
  • Date: 2011-02-04 10:18:35 UTC
  • mfrom: (2143.1.4 drizzle-build)
  • Revision ID: brian@tangent.org-20110204101835-j23pv0febg9p0a2p
Merge of all local trees.

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
DROP DATABASE drizzledump_test;
115
115
 
116
116
--echo Ensure we don't have those tables (verify we restored something)
117
 
--ERROR ER_NO_SUCH_TABLE
 
117
--ERROR ER_TABLE_UNKNOWN
118
118
SELECT * FROM test.t1;
119
 
--ERROR ER_NO_SUCH_TABLE
 
119
--ERROR ER_TABLE_UNKNOWN
120
120
SELECT * FROM drizzledump_test.t1;
121
121
 
122
122
--echo Restoring from dumpfile