~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_derived.cc

it turns out that bit_fields_as_long in tmp_table_param is in fact unused. remove it.

Show diffs side-by-side

added added

removed removed

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