~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin.h

Fixed -Wmissing-declarations

Show diffs side-by-side

added added

removed removed

Lines of Context:
469
469
*/
470
470
unsigned long session_get_thread_id(const Session *session);
471
471
 
 
472
const charset_info_st *session_charset(Session *session);
 
473
char **session_query(Session *session);
 
474
int session_non_transactional_update(const Session *session);
 
475
void session_mark_transaction_to_rollback(Session *session, bool all);
 
476
 
472
477
 
473
478
/**
474
479
  Allocate memory in the connection's local memory pool