• Marko Mäkelä's avatar
    MDEV-15562: Add dict_index_t::first_user_field() · cd081734
    Marko Mäkelä authored
    dict_index_t::first_user_field(): Return the first data field in
    a clustered index, that is, the field after the PRIMARY KEY and
    the two system columns DB_TRX_ID, DB_ROLL_PTR.
    
    dtuple_convert_big_rec(): Remove some local variables.
    cd081734
row0log.cc 113 KB