~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/update.result

  • Committer: Brian Aker
  • Date: 2009-02-11 17:03:03 UTC
  • mfrom: (873.1.6 temporal-new)
  • Revision ID: brian@tangent.org-20090211170303-vd2ebowng4iozwtm
Merge Jay

Show diffs side-by-side

added added

removed removed

Lines of Context:
349
349
CREATE TABLE t1 (
350
350
request_id int NOT NULL auto_increment,
351
351
user_id varchar(12) default NULL,
352
 
time_stamp datetime NOT NULL default '0000-00-00 00:00:00',
 
352
time_stamp datetime,
353
353
ip_address varchar(15) default NULL,
354
354
PRIMARY KEY (request_id),
355
355
KEY user_id_2 (user_id,time_stamp)