~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/type_holder.h

  • Committer: Brian Aker
  • Date: 2011-03-27 07:03:49 UTC
  • mfrom: (2252.2.3 drizzle-ga)
  • Revision ID: brian@tangent.org-20110327070349-ihqsw1cl19lu8j65
MergeĀ inĀ staging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
#pragma once
21
21
 
22
 
namespace drizzled
23
 
{
24
 
 
25
 
typedef struct st_typelib TYPELIB;
26
 
class String;
27
 
namespace type {
28
 
class Decimal;
29
 
}
30
 
class Session;
31
 
class Item;
 
22
namespace drizzled {
32
23
 
33
24
/*
34
25
  Item_type_holder used to store type. name, length of Item for UNIONS &