~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/func.h

  • Committer: Monty Taylor
  • Date: 2010-12-24 02:13:05 UTC
  • mto: This revision was merged to the branch mainline in revision 2038.
  • Revision ID: mordred@inaugust.com-20101224021305-e3slv1cyjczqorij
Changed the bzrignore file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
enum Cast_target
44
44
{
45
45
  ITEM_CAST_BINARY,
46
 
  ITEM_CAST_SIGNED,
47
 
  ITEM_CAST_UNSIGNED,
48
46
  ITEM_CAST_DATE,
49
47
  ITEM_CAST_TIME,
50
48
  ITEM_CAST_DATETIME,
51
49
  ITEM_CAST_CHAR,
52
 
  ITEM_CAST_BOOLEAN,
53
50
  ITEM_CAST_DECIMAL
54
51
};
55
52