~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/handler/ha_innodb.h

  • Committer: Monty Taylor
  • Date: 2010-05-15 18:23:34 UTC
  • mto: (1530.6.1)
  • mto: This revision was merged to the branch mainline in revision 1556.
  • Revision ID: mordred@inaugust.com-20100515182334-bgbmwij0mioklajx
Renamed classes that were in drizzled::plugin but which were not meant
for consumption by plugin authors to drizzled::module - since they
really have to do with plugin module loading. This way when we
look in drizzled/plugin, we see nothing but plugin interfaces. Win.

Show diffs side-by-side

added added

removed removed

Lines of Context:
221
221
*/
222
222
int session_slave_thread(const Session *session);
223
223
 
224
 
/**
225
 
  Mark transaction to rollback and mark error as fatal to a sub-statement.
226
 
  @param  session   Thread handle
227
 
  @param  all   TRUE <=> rollback main transaction.
228
 
*/
229
 
void session_mark_transaction_to_rollback(Session *session, bool all);
230
224
}
231
225
 
232
226
typedef struct trx_struct trx_t;