~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.cc

Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
998
998
    if (!(alias_str= (char*) session->getMemRoot()->duplicate(alias_str,table->table.length+1)))
999
999
      return NULL;
1000
1000
  }
1001
 
  TableList *ptr = (TableList *) session->calloc(sizeof(TableList)));
 
1001
  TableList *ptr = (TableList *) session->calloc(sizeof(TableList));
1002
1002
 
1003
1003
  if (table->db.str)
1004
1004
  {