~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Removed/replaced DBUG symbols and TRUE/FALSE

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
 
        uint64_t        last_value;     /* last value of AUTO-INC interval */
 
678
        ulonglong       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 */