~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/innodb_autoinc_lock_mode_zero.test

  • Committer: Brian Aker
  • Date: 2008-10-19 19:35:14 UTC
  • mto: (492.3.21 drizzle-clean-code)
  • mto: This revision was merged to the branch mainline in revision 530.
  • Revision ID: brian@tangent.org-20081019193514-euel430f0o54wyh5
More test updates (one ulong fix)

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
#
14
14
 
15
15
CREATE TABLE t1 (
16
 
  id int(11) NOT NULL auto_increment,
 
16
  id int NOT NULL auto_increment,
17
17
  ggid varchar(32) binary DEFAULT '' NOT NULL,
18
18
  email varchar(64) DEFAULT '' NOT NULL,
19
19
  passwd varchar(32) binary DEFAULT '' NOT NULL,