~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

  • Committer: Monty Taylor
  • Date: 2008-07-31 18:46:21 UTC
  • mto: (202.3.5 gettextize)
  • mto: This revision was merged to the branch mainline in revision 243.
  • Revision ID: monty@inaugust.com-20080731184621-dubf9wm8a1hpc1au
Fixed a few naming references.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5137
5137
  if (alter_info->error_if_not_empty && thd->row_count)
5138
5138
  {
5139
5139
    const char *f_val= 0;
5140
 
    enum enum_mysql_timestamp_type t_type= DRIZZLE_TIMESTAMP_DATE;
 
5140
    enum enum_drizzle_timestamp_type t_type= DRIZZLE_TIMESTAMP_DATE;
5141
5141
    switch (alter_info->datetime_field->sql_type)
5142
5142
    {
5143
5143
      case DRIZZLE_TYPE_NEWDATE: