~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/discrete_interval.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    0 <= k <= (auto_inc_interval_values-1) }
32
32
  Where "increment" is maintained separately by the user of this class (and is
33
33
  currently only session->variables.auto_increment_increment).
34
 
  It mustn't derive from Sql_alloc, because SET INSERT_ID needs to
 
34
  It mustn't derive from drizzled::memory::SqlAlloc, because SET INSERT_ID needs to
35
35
  allocate memory which must stay allocated for use by the next statement.
36
36
*/
37
37
class Discrete_interval {