~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/set_var.h

  • Committer: Monty Taylor
  • Date: 2008-10-06 01:30:47 UTC
  • Revision ID: monty@inaugust.com-20081006013047-6m2ejc0c4peye2k9
Removed my_free(). It turns out that it had been def'd to ignore the flags passed to it in the second arg anyway. Gotta love that.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1250
1250
  }
1251
1251
  ~NAMED_LIST()
1252
1252
  {
1253
 
    my_free((uchar*) name, MYF(0));
 
1253
    free((uchar*) name);
1254
1254
  }
1255
1255
  friend bool process_key_caches(process_key_cache_t func);
1256
1256
  friend void delete_elements(I_List<NAMED_LIST> *list,