~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sj_tmp_table.h

Merged in Eric's whitespace cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
  MI_COLUMNDEF *recinfo;
62
62
 
63
63
  /* Pointer to next table (next->start_idx > this->end_idx) */
64
 
  SJ_TMP_TABLE *next; 
 
64
  SJ_TMP_TABLE *next;
65
65
};
66
66
 
67
 
Table *create_duplicate_weedout_tmp_table(Session *session, 
 
67
Table *create_duplicate_weedout_tmp_table(Session *session,
68
68
                                          uint32_t uniq_tuple_length_arg,
69
69
                                          SJ_TMP_TABLE *sjtbl);
70
70