~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/cursor.h

  • Committer: Brian Aker
  • Date: 2010-10-22 00:26:57 UTC
  • mfrom: (1864.4.6 refactor)
  • Revision ID: brian@tangent.org-20101022002657-f5d3isth30d0urop
Merge of refactor2 tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
266
266
 
267
267
  void adjust_next_insert_id_after_explicit_value(uint64_t nr);
268
268
  int update_auto_increment();
269
 
  virtual void change_table_ptr(Table *table_arg, TableShare *share);
270
269
 
271
270
  /* Estimates calculation */
272
271
  virtual double scan_time(void)