~thomir-deactivatedaccount/drizzle/drizzle-fix-bug653747

« back to all changes in this revision

Viewing changes to plugin/information_schema_dictionary/schemata.cc

  • Committer: Brian Aker
  • Date: 2010-10-10 02:07:52 UTC
  • mfrom: (1827.2.3 staging)
  • Revision ID: brian@tangent.org-20101010020752-ktv73isay5dxtvp3
Merge in switch on table_share_instance inheritance.

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
  const drizzled::message::Schema *schema_ptr;
47
47
 
48
48
  while ((schema_ptr= schema_generator))
49
49
  {