~stewart/drizzle/embedded-innodb-rnd-read

« back to all changes in this revision

Viewing changes to drizzled/plugin/table_function.h

  • Committer: Stewart Smith
  • Date: 2010-04-06 07:37:28 UTC
  • mfrom: (1310.1.44)
  • Revision ID: stewart@flamingspork.com-20100406073728-ml0gfkm3n3yq3lj3
Merged embedded-innodb-write-row into embedded-innodb-rnd-read.

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;