~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_class.h

Merged in Jay's tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1366
1366
  inline void force_one_auto_inc_interval(uint64_t next_id)
1367
1367
  {
1368
1368
    auto_inc_intervals_forced.empty(); // in case of multiple SET INSERT_ID
1369
 
    auto_inc_intervals_forced.append(next_id, ULONGLONG_MAX, 0);
 
1369
    auto_inc_intervals_forced.append(next_id, UINT64_MAX, 0);
1370
1370
  }
1371
1371
 
1372
1372
  uint64_t  limit_found_rows;