~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin.h

Merged in some icc warning fixes that also had something to do with the plugin header.

Show diffs side-by-side

added added

removed removed

Lines of Context:
405
405
const char *get_session_proc_info(Session *session);
406
406
int64_t session_test_options(const Session *session, int64_t test_options);
407
407
int session_sql_command(const Session *session);
408
 
void **session_ha_data(const Session *session, const drizzled::plugin::StorageEngine *engine);
409
408
int session_tx_isolation(const Session *session);
410
409
 
411
410
 
509
508
}
510
509
#endif
511
510
 
512
 
 
513
511
#endif /* DRIZZLED_PLUGIN_H */
514
512