~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.cc

  • Committer: Brian Aker
  • Date: 2011-02-14 17:05:06 UTC
  • mto: (2170.1.1 alter-table)
  • mto: This revision was merged to the branch mainline in revision 2172.
  • Revision ID: brian@tangent.org-20110214170506-a5tm2g8hssjirfm6
Finalize interface for schema.

Show diffs side-by-side

added added

removed removed

Lines of Context:
646
646
  if (not in_db.empty())
647
647
  {
648
648
    identifier::Schema identifier(in_db);
649
 
    if (schema::change(this, identifier))
 
649
    if (schema::change(*this, identifier))
650
650
    {
651
651
      /* change_db() has pushed the error message. */
652
652
      return false;