~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: brian
  • Date: 2008-06-25 05:29:13 UTC
  • Revision ID: brian@localhost.localdomain-20080625052913-6upwo0jsrl4lnapl
clean slate

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;