~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_proto.cc

  • Committer: Brian Aker
  • Date: 2011-03-24 23:14:46 UTC
  • mfrom: (2246.4.12 foreach)
  • Revision ID: brian@tangent.org-20110324231446-7q1gydkglys73nft
Merge in XTF

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
namespace drizzled {
48
48
 
49
49
static
50
 
bool fill_table_proto(identifier::Table::const_reference identifier,
 
50
bool fill_table_proto(const identifier::Table& identifier,
51
51
                      message::Table &table_proto,
52
52
                      List<CreateField> &create_fields,
53
53
                      HA_CREATE_INFO *create_info,