~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin.h

  • Committer: Brian Aker
  • Date: 2009-11-24 02:06:37 UTC
  • mfrom: (1223.1.7 push)
  • Revision ID: brian@gaz-20091124020637-9gb65vj98x1arydm
MergeĀ forĀ staging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
411
411
int session_sql_command(const Session *session);
412
412
void **session_ha_data(const Session *session, const drizzled::plugin::StorageEngine *engine);
413
413
int session_tx_isolation(const Session *session);
414
 
/* Increments the row counter, see Session::row_count */
415
 
void session_inc_row_count(Session *session);
416
414
 
417
415
LEX_STRING *session_make_lex_string(Session *session, LEX_STRING *lex_str,
418
416
                                    const char *str, unsigned int size,