~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sj_tmp_table.cc

  • Committer: Monty Taylor
  • Date: 2008-10-04 18:42:30 UTC
  • Revision ID: monty@inaugust.com-20081004184230-j2j1uottu2d0yl0m
Removed NullS. bu-bye.

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
                        &group_buff, (!using_unique_constraint ?
112
112
                                      uniq_tuple_length_arg : 0),
113
113
                        &bitmaps, bitmap_buffer_size(1)*2,
114
 
                        NullS))
 
114
                        NULL))
115
115
  {
116
116
    if (temp_pool_slot != MY_BIT_NONE)
117
117
      bitmap_lock_clear_bit(&temp_pool, temp_pool_slot);