~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.h

  • Committer: Brian Aker
  • Date: 2009-06-04 22:13:34 UTC
  • mfrom: (1046.1.10 merge)
  • Revision ID: brian@gaz-20090604221334-gugmt2z7otnjqt5u
Merge Brian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
TABLE_CATEGORY get_table_category(const LEX_STRING *db,
54
54
                                  const LEX_STRING *name);
55
55
 
56
 
 
57
 
extern uint32_t refresh_version;
58
 
 
59
56
typedef struct st_table_field_w_type
60
57
{
61
58
  LEX_STRING name;