~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/show_schema_proto/show_schema_proto.cc

  • Committer: Mark Atwood
  • Date: 2011-07-13 22:28:29 UTC
  • mfrom: (2318.7.25 refactor1)
  • Revision ID: me@mark.atwood.name-20110713222829-sswp061b5ts7tc1k
mergeĀ lp:~olafvdspek/drizzle/refactor1

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
 
78
78
  null_value= false;
79
79
 
80
 
  const char* db= db_sptr->c_ptr_safe();
 
80
  const char* db= db_sptr->c_str();
81
81
 
82
82
  string proto_as_text("");
83
83
  message::schema::shared_ptr proto;