~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2010-04-20 18:36:10 UTC
  • mfrom: (1461.2.3 more-valgrind)
  • Revision ID: brian@gaz-20100420183610-qnhkalsqa892h8as
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
220
220
int session_slave_thread(const Session *session);
221
221
 
222
222
/**
223
 
  Check if a user thread is running a non-transactional update
224
 
  @param session  user thread
225
 
  @retval 0 the user thread is not running a non-transactional update
226
 
  @retval 1 the user thread is running a non-transactional update
227
 
*/
228
 
int session_non_transactional_update(const Session *session);
229
 
 
230
 
/**
231
223
  Mark transaction to rollback and mark error as fatal to a sub-statement.
232
224
  @param  session   Thread handle
233
225
  @param  all   TRUE <=> rollback main transaction.