~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/create.result

  • Committer: Monty Taylor
  • Date: 2009-03-05 02:06:48 UTC
  • mfrom: (907.1.8 trunk-with-temporal)
  • mto: This revision was merged to the branch mainline in revision 912.
  • Revision ID: mordred@inaugust.com-20090305020648-7jk1gie4lqsi22g8
Merged from Jay.

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);