~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.cc

  • Committer: Brian Aker
  • Date: 2009-05-27 19:47:42 UTC
  • mto: This revision was merged to the branch mainline in revision 1040.
  • Revision ID: brian@gaz-20090527194742-0o5bfdrih9x2gs4y
Modified alias to being const.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3180
3180
create_tmp_table(Session *session,Tmp_Table_Param *param,List<Item> &fields,
3181
3181
                 order_st *group, bool distinct, bool save_sum_fields,
3182
3182
                 uint64_t select_options, ha_rows rows_limit,
3183
 
                 char *table_alias)
 
3183
                 const char *table_alias)
3184
3184
{
3185
3185
  MEM_ROOT *mem_root_save, own_root;
3186
3186
  Table *table;