Home
last modified time | relevance | path

Searched defs:row_prebuilt_struct (Results 1 – 1 of 1) sorted by relevance

/dports/databases/mysql55-client/mysql-5.5.62/storage/innobase/include/
H A Drow0mysql.h588 struct row_prebuilt_struct { struct
589 ulint magic_n; /*!< this magic number is set to
596 trx_t* trx; /*!< current transaction handle */
605 unsigned clust_index_was_generated:1;
651 mem_heap_t* heap; /*!< memory heap from which
662 ulint hint_need_to_fetch_extra_cols;
684 byte row_id[DATA_ROW_ID_LEN];
722 ulint new_rec_locks; /*!< normally 0; if
743 byte* fetch_cache[MYSQL_FETCH_CACHE_SIZE];
766 ulonglong autoinc_last_value;
[all …]