~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_derived.cc

  • Committer: Brian Aker
  • Date: 2010-02-09 21:18:30 UTC
  • mfrom: (1273.2.42)
  • Revision ID: brian@gaz-20100209211830-7vf91n0yasi0r28y
Merge Stewart.

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
    */
124
124
    if ((res= derived_result->create_result_table(session, &unit->types, false,
125
125
                                                  create_options,
126
 
                                                  orig_table_list->alias,
127
 
                                                  false)))
 
126
                                                  orig_table_list->alias)))
128
127
      goto exit;
129
128
 
130
129
    table= derived_result->table;