~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/drizzledump.test

  • Committer: lbieber
  • Date: 2010-09-22 13:48:54 UTC
  • mfrom: (1784.1.3 build)
  • Revision ID: lbieber@orisndriz08-20100922134854-y7mae2taqhn73vsx
Merge Paul M. - latest changes from PBXT 1.0.11-7
Merge Paul M. - fix bug 641038 - pbxt rollback not working (tables reported as non-transactional)
Merge Andrew - fix show stoppers for new drizzledump

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
 
89
89
CREATE TABLE t1 (`b` blob);
90
90
INSERT INTO `t1` VALUES (0x602010000280100005E71A);
91
 
--exec $DRIZZLE_DUMP --skip-extended-insert --hex-blob test --skip-comments t1
 
91
--exec $DRIZZLE_DUMP --skip-extended-insert test --skip-comments t1
92
92
DROP TABLE t1;
93
93
 
94
94
--echo #