~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item.h

  • Committer: Brian Aker
  • Date: 2008-10-08 02:28:58 UTC
  • mfrom: (489.1.13 codestyle)
  • Revision ID: brian@tangent.org-20081008022858-ea8esagkxmn0dupc
Merge of Monty's work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18
18
 */
19
19
 
 
20
#ifndef drizzled_item_h
 
21
#define drizzled_item_h
 
22
 
20
23
class Protocol;
21
24
struct TableList;
22
25
void item_init(void);                   /* Init item functions */
2520
2523
                                    bool use_result_field);
2521
2524
extern void resolve_const_item(THD *thd, Item **ref, Item *cmp_item);
2522
2525
extern bool field_is_equal_to_item(Field *field,Item *item);
 
2526
 
 
2527
#endif