~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

  • Committer: Brian Aker
  • Date: 2008-12-15 22:23:14 UTC
  • Revision ID: brian@tangent.org-20081215222314-iurkyw6w9cnx3bm7
Mass cleanup for casting.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5204
5204
    }
5205
5205
    else
5206
5206
    {
5207
 
      from->sort.io_cache=(IO_CACHE*) malloc(sizeof(IO_CACHE));
 
5207
      from->sort.io_cache= new IO_CACHE;
5208
5208
      memset(from->sort.io_cache, 0, sizeof(IO_CACHE));
5209
5209
 
5210
5210
      memset(&tables, 0, sizeof(tables));