~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sj_tmp_table.h

  • Committer: Brian Aker
  • Date: 2009-07-09 21:14:05 UTC
  • mto: (1090.1.1 staging)
  • mto: This revision was merged to the branch mainline in revision 1091.
  • Revision ID: brian@gaz-20090709211405-jgl2txbaijtq62a7
Remove of JOIN_TAB to JoinTable

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
  class TAB
44
44
  {
45
45
  public:
46
 
    struct st_join_table *join_tab;
 
46
    JoinTable *join_tab;
47
47
    uint32_t rowid_offset;
48
48
    uint16_t null_byte;
49
49
    unsigned char null_bit;