~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.h

  • Committer: Monty Taylor
  • Date: 2008-11-18 22:12:56 UTC
  • mto: (589.1.3 devel)
  • mto: This revision was merged to the branch mainline in revision 589.
  • Revision ID: monty@inaugust.com-20081118221256-ap2kmj073pdw7uap
The mega-patch from hell. Renamed sql_class to session (since that's what it is) and removed it and field and table from common_includes. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1407
1407
extern Field *not_found_field;
1408
1408
extern Field *view_ref_found;
1409
1409
 
1410
 
enum find_item_error_report_type {REPORT_ALL_ERRORS, REPORT_EXCEPT_NOT_FOUND,
1411
 
                                  IGNORE_ERRORS, REPORT_EXCEPT_NON_UNIQUE,
1412
 
                                  IGNORE_EXCEPT_NON_UNIQUE};
1413
1410
Field *
1414
1411
find_field_in_tables(Session *session, Item_ident *item,
1415
1412
                     TableList *first_table, TableList *last_table,