~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_derived.cc

  • Committer: Brian Aker
  • Date: 2008-07-13 22:21:51 UTC
  • Revision ID: brian@tangent.org-20080713222151-fv2tcpbsc829j2oc
Ulonglong to uint64_t

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
  {