~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/storage_engine.cc

Add in new show work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
952
952
  }
953
953
  else
954
954
  {
955
 
    ret= get_database_metadata(schema_name.c_str(), &proto);
 
955
    ret= get_database_metadata(schema_name.c_str(), proto);
956
956
  }
957
957
 
958
958
  return ret == 0 ? true : false;