~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysql-test/include/rowid_order.inc

  • Committer: Monty Taylor
  • Date: 2008-07-05 18:10:38 UTC
  • mto: This revision was merged to the branch mainline in revision 63.
  • Revision ID: monty@inaugust.com-20080705181038-0ih0nnamu5qrut0y
Fixed prototypes. Cleaned define a little bit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
 
43
43
# Unsigned numbers as rowids
44
44
create table t1 (
45
 
  pk1 int not NULL,
 
45
  pk1 int unsigned not NULL,
46
46
  key1 int(11),
47
47
  key2 int(11),
48
48
  PRIMARY KEY  (pk1),