~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/include/row0mysql.h

  • Committer: Brian Aker
  • Date: 2008-07-13 22:21:51 UTC
  • Revision ID: brian@tangent.org-20080713222151-fv2tcpbsc829j2oc
Ulonglong to uint64_t

Show diffs side-by-side

added added

removed removed

Lines of Context:
675
675
                                        to this heap */
676
676
        mem_heap_t*     old_vers_heap;  /* memory heap where a previous
677
677
                                        version is built in consistent read */
678
 
        ulonglong       last_value;     /* last value of AUTO-INC interval */
 
678
        uint64_t        last_value;     /* last value of AUTO-INC interval */
679
679
 
680
680
        index_cond_func_t idx_cond_func;/* Index Condition Pushdown function,
681
681
                                        or NULL if there is none set */