~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.cc

  • Committer: Felipe
  • Date: 2008-08-04 23:58:04 UTC
  • mto: (261.2.6 codestyle)
  • mto: This revision was merged to the branch mainline in revision 263.
  • Revision ID: felipe@pena-20080804235804-x55q2xqxcar6u66f
- Renamed MYSQL_ERROR to DRIZZLE_ERROR.

Show diffs side-by-side

added added

removed removed

Lines of Context:
984
984
                      "Please do \"ALTER TABLE '%s' FORCE\" to fix it!",
985
985
                      share->fieldnames.type_names[i], share->table_name.str,
986
986
                      share->table_name.str);
987
 
      push_warning_printf(thd, MYSQL_ERROR::WARN_LEVEL_ERROR,
 
987
      push_warning_printf(thd, DRIZZLE_ERROR::WARN_LEVEL_ERROR,
988
988
                          ER_CRASHED_ON_USAGE,
989
989
                          "Found incompatible DECIMAL field '%s' in %s; "
990
990
                          "Please do \"ALTER TABLE '%s' FORCE\" to fix it!",
1162
1162
                            "Please do \"ALTER TABLE '%s' FORCE \" to fix it!",
1163
1163
                            share->table_name.str,
1164
1164
                            share->table_name.str);
1165
 
            push_warning_printf(thd, MYSQL_ERROR::WARN_LEVEL_ERROR,
 
1165
            push_warning_printf(thd, DRIZZLE_ERROR::WARN_LEVEL_ERROR,
1166
1166
                                ER_CRASHED_ON_USAGE,
1167
1167
                                "Found wrong key definition in %s; "
1168
1168
                                "Please do \"ALTER TABLE '%s' FORCE\" to fix "