~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/opt_range.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:
6998
6998
    while (buf_size && !my_multi_malloc(MYF(MY_WME),
6999
6999
                                        &mrr_buf_desc, sizeof(*mrr_buf_desc),
7000
7000
                                        &mrange_buff, buf_size,
7001
 
                                        NullS))
 
7001
                                        NULL))
7002
7002
    {
7003
7003
      /* Try to shrink the buffers until both are 0. */
7004
7004
      buf_size/= 2;