~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/show_dictionary/show_temporary_tables.h

  • Committer: Brian Aker
  • Date: 2010-06-08 03:11:02 UTC
  • Revision ID: brian@gaz-20100608031102-q2bxaoxcrqgblirb
REmove current_session for heap, show temp

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
  class Generator : public drizzled::plugin::TableFunction::Generator
30
30
  {
31
 
    drizzled::Session *session;
 
31
    drizzled::Session &session;
32
32
    drizzled::Table *table;
33
33
 
34
34
    void fill();