~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Removed non-fcntl code and made it a fatal configure error if it's not there.

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),