~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/transaction_services.h

  • 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:
154
154
   * @param[in] new_schema New schema definition
155
155
   */
156
156
  void alterSchema(Session::reference session,
157
 
                   const message::schema::shared_ptr &old_schema,
 
157
                   const message::Schema &old_schema,
158
158
                   const message::Schema &new_schema);
159
159
 
160
160
  /**