~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include/diff_tables.inc

  • Committer: Brian Aker
  • Date: 2010-12-10 03:50:07 UTC
  • mto: (1992.4.2 system-tables)
  • mto: This revision was merged to the branch mainline in revision 2001.
  • Revision ID: brian@tangent.org-20101210035007-w8ld6aze3ub0cu2s
Additional cerr output bits for a few classes (Item, Field,...)

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
--echo Comparing tables $diff_table_1 and $diff_table_2
56
56
disable_query_log;
57
57
 
58
 
--error EE_OK,EE_ERROR_FIRST
 
58
--error 0,1
59
59
--remove_file $DRIZZLETEST_VARDIR/tmp/diff_table_1
60
 
--error EE_OK,EE_ERROR_FIRST
 
60
--error 0,1
61
61
--remove_file $DRIZZLETEST_VARDIR/tmp/diff_table_2
62
62
 
63
63
let $_diff_table=$diff_table_2;