~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item_subselect.h

  • Committer: Brian Aker
  • Date: 2008-10-06 05:57:49 UTC
  • Revision ID: brian@tangent.org-20081006055749-svg700gciuqi0zu1
Remove all of uchar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
  */
134
134
  virtual void reset_value_registration() {}
135
135
  enum_parsing_place place() { return parsing_place; }
136
 
  bool walk(Item_processor processor, bool walk_subquery, uchar *arg);
 
136
  bool walk(Item_processor processor, bool walk_subquery, unsigned char *arg);
137
137
 
138
138
  /**
139
139
    Get the SELECT_LEX structure associated with this Item.
357
357
  bool fix_fields(THD *thd, Item **ref);
358
358
  bool setup_engine();
359
359
  bool init_left_expr_cache();
360
 
  bool is_expensive_processor(uchar *arg);
 
360
  bool is_expensive_processor(unsigned char *arg);
361
361
 
362
362
  friend class Item_ref_null_helper;
363
363
  friend class Item_is_not_null_test;