~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/mysqldump-max.test

  • Committer: Paul McCullagh
  • Date: 2010-04-26 11:13:26 UTC
  • mto: (1511.1.2 new-staging)
  • mto: This revision was merged to the branch mainline in revision 1512.
  • Revision ID: paul.mccullagh@primebase.org-20100426111326-wz8uhj3uu7qo07oa
Fixed bug #567402 pbxt doesn't build on debian ppc 32bit

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
#select * from t5; 
56
56
select * from t6; 
57
57
 
58
 
--exec $DRIZZLE_DUMP --skip-comments --insert-ignore --databases test
59
 
--exec $DRIZZLE_DUMP --skip-comments --databases test
 
58
--exec $DRIZZLE_DUMP --skip-comments --delayed-insert --insert-ignore --databases test
 
59
--exec $DRIZZLE_DUMP --skip-comments --delayed-insert --databases test
60
60
 
61
61
drop table t1; 
62
62
drop table t2;