~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/create.test

  • Committer: Brian Aker
  • Date: 2009-03-05 08:26:07 UTC
  • mfrom: (910.2.11 mordred-noatomics)
  • Revision ID: brian@tangent.org-20090305082607-30deookk6sdycdeb
Merge from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1319
1319
--echo
1320
1320
 
1321
1321
--echo
1322
 
CREATE TABLE t2(c1 TIMESTAMP, c2 TIMESTAMP DEFAULT 0);
 
1322
CREATE TABLE t2(c1 TIMESTAMP, c2 TIMESTAMP NULL);
 
1323
drop table t2;
 
1324
 
 
1325
CREATE TABLE t2(c1 TIMESTAMP, c2 TIMESTAMP DEFAULT '1982-01-29');
1323
1326
drop table t2;
1324
1327
 
1325
1328
--echo