~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/show_schema_proto/show_schema_proto.cc

Add in new show work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
  string proto_as_text("");
82
82
  message::Schema proto;
83
83
 
84
 
  int err= get_database_metadata(db, &proto);
 
84
  int err= get_database_metadata(db, proto);
85
85
 
86
86
  if (err != 0)
87
87
  {