~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_error.cc

  • Committer: Patrick Galbraith
  • Date: 2008-07-27 19:30:42 UTC
  • mto: (212.1.4 codestyle)
  • mto: This revision was merged to the branch mainline in revision 217.
  • Revision ID: patg@ishvara-20080727193042-iie3dyo65v0grevw
Renamed all MYSQL_TYPE... to FIELD_TYPE...

It took less time than I thought.

All tests pass.

Show diffs side-by-side

added added

removed removed

Lines of Context:
196
196
  List<Item> field_list;
197
197
 
198
198
  field_list.push_back(new Item_empty_string("Level", 7));
199
 
  field_list.push_back(new Item_return_int("Code",4, MYSQL_TYPE_LONG));
 
199
  field_list.push_back(new Item_return_int("Code",4, FIELD_TYPE_LONG));
200
200
  field_list.push_back(new Item_empty_string("Message",MYSQL_ERRMSG_SIZE));
201
201
 
202
202
  if (thd->protocol->send_fields(&field_list,