~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/show_check.test

  • Committer: Jay Pipes
  • Date: 2009-02-21 16:00:06 UTC
  • mto: (907.1.1 trunk-with-temporal)
  • mto: This revision was merged to the branch mainline in revision 908.
  • Revision ID: jpipes@serialcoder-20090221160006-vnk3wt4qbcz62eru
Removes the TIME column type and related time functions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
type_varchar varchar(10),
146
146
type_timestamp timestamp not null,
147
147
type_date date,
148
 
type_time time not null default '00:00:00',
149
148
type_datetime datetime,
150
149
type_enum enum ('red', 'green', 'blue'),
151
150
type_set enum ('red', 'green', 'blue'),