~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/information_schema_dictionary/schemata.cc

  • Committer: Stewart Smith
  • Date: 2010-12-07 07:13:27 UTC
  • mfrom: (1977 staging)
  • mto: (2021.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1986.
  • Revision ID: stewart@flamingspork.com-20101207071327-1jg63kw3pc4np74d
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
 
44
44
bool Schemata::Generator::populate()
45
45
{
46
 
  drizzled::message::SchemaPtr schema_ptr;
 
46
  drizzled::message::schema::shared_ptr schema_ptr;
47
47
 
48
48
  while ((schema_ptr= schema_generator))
49
49
  {