~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.h

  • Committer: Brian Aker
  • Date: 2008-11-18 23:19:19 UTC
  • mfrom: (584.1.16 devel)
  • Revision ID: brian@tangent.org-20081118231919-w9sr347dtiwhccml
Merge of Monty's work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
typedef struct st_table_share TABLE_SHARE;
53
53
struct st_foreign_key_info;
54
54
typedef struct st_foreign_key_info FOREIGN_KEY_INFO;
 
55
struct order_st;
55
56
 
56
57
class Item;
57
58
struct st_table_log_memory_entry;
1406
1407
extern Field *not_found_field;
1407
1408
extern Field *view_ref_found;
1408
1409
 
1409
 
enum find_item_error_report_type {REPORT_ALL_ERRORS, REPORT_EXCEPT_NOT_FOUND,
1410
 
                                  IGNORE_ERRORS, REPORT_EXCEPT_NON_UNIQUE,
1411
 
                                  IGNORE_EXCEPT_NON_UNIQUE};
1412
1410
Field *
1413
1411
find_field_in_tables(Session *session, Item_ident *item,
1414
1412
                     TableList *first_table, TableList *last_table,