~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Stewart Smith
  • Date: 2008-11-21 16:06:07 UTC
  • mto: This revision was merged to the branch mainline in revision 593.
  • Revision ID: stewart@flamingspork.com-20081121160607-n6gdlt013spuo54r
remove mysql_frm_type
and fix engines to return correct value from delete_table when table doesn't exist.
(it should be ENOENT).

Also fix up some tests that manipulated frm files by hand. These tests are no longer valid and will need to be rewritten in the not too distant future.

Show diffs side-by-side

added added

removed removed

Lines of Context:
161
161
        delete \
162
162
        distinct \
163
163
        drizzleslap \
 
164
        drop_table \
 
165
        drop_table_if_exists \
 
166
        drop_table_temp \
164
167
        empty_table \
165
168
        endspace \
166
169
        flush2 \
218
221
        limit \
219
222
        lock_tables_lost_commit \
220
223
        main.myisam-blob \
221
 
        main.myisam-system \
222
224
        mysqldump-compat \
223
225
        mysqldump-max \
224
226
        order_by \