~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/create.test

  • Committer: Monty Taylor
  • Date: 2009-03-05 02:10:27 UTC
  • mfrom: (908.3.8 for-brian)
  • mto: This revision was merged to the branch mainline in revision 912.
  • Revision ID: mordred@inaugust.com-20090305021027-1nw5yl1uzulytl42
Merging stewart.

Show diffs side-by-side

added added

removed removed

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