~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/create.result

  • Committer: Jay Pipes
  • Date: 2009-02-28 20:43:31 UTC
  • mto: (910.2.6 mordred-noatomics)
  • mto: This revision was merged to the branch mainline in revision 912.
  • Revision ID: jpipes@serialcoder-20090228204331-6x804cdbfzyy9w8i
Merged in remove-timezone work

Show diffs side-by-side

added added

removed removed

Lines of Context:
1590
1590
CREATE TABLE t1(c1 TIMESTAMP, c2 TIMESTAMP);
1591
1591
 
1592
1592
 
1593
 
CREATE TABLE t2(c1 TIMESTAMP, c2 TIMESTAMP DEFAULT 0);
1594
 
Warnings:
1595
 
Warning 1292    Incorrect datetime value: '0' for column 'c2' at row 1
 
1593
CREATE TABLE t2(c1 TIMESTAMP, c2 TIMESTAMP NULL);
1596
1594
drop table t2;
1597
1595
 
1598
1596
CREATE TABLE t2(c1 TIMESTAMP, c2 TIMESTAMP);