~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/create_field.h

  • Committer: vjsamuel1990 at gmail
  • Date: 2011-02-04 18:26:39 UTC
  • mto: This revision was merged to the branch mainline in revision 2147.
  • Revision ID: vjsamuel1990@gmail.com-20110204182639-e8tbwkbdzdw86it6
Merge encapsulate join_read_const_table() into JoinTable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
namespace drizzled
26
26
{
27
 
 
28
27
class Item;
29
28
typedef struct st_typelib TYPELIB;
30
29