~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sj_tmp_table.cc

  • Committer: Stewart Smith
  • Date: 2009-03-18 00:29:24 UTC
  • mto: (942.1.10 mordred)
  • mto: This revision was merged to the branch mainline in revision 945.
  • Revision ID: stewart@flamingspork.com-20090318002924-gixoh4t5mhbw8qyz
make set_if_bigger typesafe for C and C++. Fix up everywhere.

Show diffs side-by-side

added added

removed removed

Lines of Context:
272
272
                                      session->variables.max_heap_table_size) :
273
273
                                 session->variables.tmp_table_size) /
274
274
                                share->reclength);
275
 
  set_if_bigger(share->max_rows,1);    // For dummy start options
 
275
  set_if_bigger(share->max_rows,(ha_rows)1);    // For dummy start options
276
276
 
277
277
 
278
278
  //// keyinfo= param->keyinfo;