~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysql-test/r/archive-big.result

  • Committer: Brian Aker
  • Date: 2008-07-08 16:17:31 UTC
  • Revision ID: brian@tangent.org-20080708161731-io36j7igglok79py
DATE cleanup.

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
22
19
DROP TABLE t1;