~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/transaction_services.h

  • Committer: Brian Aker
  • Date: 2011-01-17 23:44:48 UTC
  • mfrom: (2088.1.5 drizzle-build)
  • Revision ID: brian@tangent.org-20110117234448-0tt6rd6fxa3csdaf
Rollup of all changes for identifier/error

Show diffs side-by-side

added added

removed removed

Lines of Context:
302
302
   * @param[in] in_session Pointer to the Session which issued the statement
303
303
   * @param[in] schema_name message::Schema message describing new schema
304
304
   */
305
 
  void dropSchema(Session *in_session, SchemaIdentifier::const_reference identifier);
 
305
  void dropSchema(Session *in_session, identifier::Schema::const_reference identifier);
306
306
 
307
307
  /**
308
308
   * Creates an AlterSchema Statement GPB message and adds it
336
336
   * @param[in] if_exists Did the user specify an IF EXISTS clause?
337
337
   */
338
338
  void dropTable(Session *in_session,
339
 
                 const TableIdentifier &table,
 
339
                 const identifier::Table &table,
340
340
                 bool if_exists);
341
341
  /**
342
342
   * Creates a TruncateTable Statement GPB message and adds it