~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_derived.cc

MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
                           TABLE_LIST *orig_table_list)
99
99
{
100
100
  SELECT_LEX_UNIT *unit= orig_table_list->derived;
101
 
  ulonglong create_options;
 
101
  uint64_t create_options;
102
102
  bool res= false;
103
103
  if (unit)
104
104
  {