~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/drizzledump_restore.test

  • Committer: Stewart Smith
  • Date: 2011-01-14 05:15:23 UTC
  • mto: (2086.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2087.
  • Revision ID: stewart@flamingspork.com-20110114051523-n57f99sr3qzs9ijw
rearrange explanation of absence of old weird types in numeric data types doc to be after explanation of what we do have. I think it reads better that way

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_TABLE_UNKNOWN
 
117
--ERROR 1146
118
118
SELECT * FROM test.t1;
119
 
--ERROR ER_TABLE_UNKNOWN
 
119
--ERROR 1146
120
120
SELECT * FROM drizzledump_test.t1;
121
121
 
122
122
--echo Restoring from dumpfile
133
133
 
134
134
--echo # Cleanup
135
135
--echo # remove drizzledumpfile
136
 
--error EE_OK,EE_ERROR_FIRST
 
136
--error 0,1
137
137
--remove_file $drizzledumpfile