~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/transaction_services.cc

  • 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:
1956
1956
 
1957
1957
}
1958
1958
 
1959
 
void TransactionServices::dropSchema(Session *in_session, SchemaIdentifier::const_reference identifier)
 
1959
void TransactionServices::dropSchema(Session *in_session, identifier::Schema::const_reference identifier)
1960
1960
{
1961
1961
  ReplicationServices &replication_services= ReplicationServices::singleton();
1962
1962
  if (! replication_services.isActive())
2019
2019
}
2020
2020
 
2021
2021
void TransactionServices::dropTable(Session *in_session,
2022
 
                                    const TableIdentifier &table,
 
2022
                                    const identifier::Table &table,
2023
2023
                                    bool if_exists)
2024
2024
{
2025
2025
  ReplicationServices &replication_services= ReplicationServices::singleton();