~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_proto.cc

  • Committer: Brian Aker
  • Date: 2011-03-09 01:05:09 UTC
  • mto: (2227.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2228.
  • Revision ID: brian@tangent.org-20110309010509-u346gbjl99utbe3r
Merge in fill_table_proto() fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
 
46
46
namespace drizzled {
47
47
 
 
48
static
48
49
bool fill_table_proto(identifier::Table::const_reference identifier,
49
50
                      message::Table &table_proto,
50
51
                      List<CreateField> &create_fields,