~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_class.h

  • Committer: Brian Aker
  • Date: 2008-07-15 06:45:16 UTC
  • Revision ID: brian@tangent.org-20080715064516-fnbq7kowh7w57bxj
Merge Monty's code.

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;