~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/archive-big.result

  • Committer: Stewart Smith
  • Date: 2009-01-12 05:35:00 UTC
  • mto: (784.1.3 for-brian)
  • mto: This revision was merged to the branch mainline in revision 785.
  • Revision ID: stewart@flamingspork.com-20090112053500-sn5gb37kguwqgutp
fix archive-big test for drizzle

add CRC32 checking of content of table

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
INSERT INTO t1 SELECT * FROM t1;
17
17
INSERT INTO t1 SELECT * FROM t1;
18
18
INSERT INTO t1 SELECT * FROM t1;
 
19
SELECT DISTINCT crc32(a) FROM t1;
 
20
crc32(a)
 
21
4221399621
19
22
DROP TABLE t1;