~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/schema_reader.cc

Fixed -Wmissing-declarations

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
  Written from Google proto example
9
9
*/
10
10
 
11
 
void printSchema(const drizzled::message::Schema *schema)
 
11
static void printSchema(const drizzled::message::Schema *schema)
12
12
{
13
13
  cout << "CREATE SCHEMA `" << schema->name() << "` ";
14
14
  if (schema->has_collation())