~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/cursor.h

  • Committer: Lee Bieber
  • Date: 2011-02-05 02:34:27 UTC
  • mfrom: (2141.2.2 trunk-bug-702878)
  • mto: This revision was merged to the branch mainline in revision 2146.
  • Revision ID: kalebral@gmail.com-20110205023427-id3k20p26ltspy4r
Merge Andrew - 702575: Need to document bug #622472
Merge Andrew - 702878: "Show table status" needs an overhaul  

Show diffs side-by-side

added added

removed removed

Lines of Context:
215
215
  }
216
216
 
217
217
  /**
 
218
    Used by SHOW TABLE STATUS to get the current auto_inc from the engine
 
219
  */
 
220
  uint64_t getAutoIncrement()
 
221
  {
 
222
    return stats.auto_increment_value;
 
223
  }
 
224
 
 
225
  /**
218
226
    insert id for the current row (*autogenerated*; if not
219
227
    autogenerated, it's 0).
220
228
    At first successful insertion, this variable is stored into