~jaypipes/drizzle/replication-ddl

« back to all changes in this revision

Viewing changes to drizzled/plugin/table_function.h

  • Committer: Jay Pipes
  • Date: 2010-04-05 20:46:51 UTC
  • mfrom: (1405.4.28 bad-staging)
  • Revision ID: jpipes@serialcoder-20100405204651-i3cduqz35ai9n54b
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
  {
106
106
    Field **columns;
107
107
    Field **columns_iterator;
 
108
    Session *session;
 
109
 
 
110
  protected:
 
111
 
 
112
    drizzled::Session &getSession()
 
113
    {
 
114
      return *session;
 
115
    }
108
116
 
109
117
  public:
110
118
    const CHARSET_INFO *scs;