~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/mi_info.cc

  • Committer: Brian Aker
  • Date: 2011-01-04 23:23:25 UTC
  • mto: This revision was merged to the branch mainline in revision 2055.
  • Revision ID: brian@tangent.org-20110104232325-qw5a0zs431zbtlwu
Rename of the Loooongggggg   error type over to simply drizzled::error_t

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
  mi_report_error(errcode, file_name);
121
121
}
122
122
 
123
 
void mi_report_error(drizzled_error_code errcode, const char *file_name)
 
123
void mi_report_error(drizzled::error_t errcode, const char *file_name)
124
124
{
125
125
  size_t        lgt;
126
126