• vasil's avatar
    branches/zip: · a4cc4700
    vasil authored
    Copy any data (currently table name and table index) that may be
    destroyed after releasing the kernel mutex into internal cache's
    storage.
    
    This is done in efficient manner using ha_storage type and a given
    string is copied only once into the cache's storage. Later additions of
    the same string use the already stored string, thus allocating memory
    only once per unique string.
    
    Approved by:	Marko
    a4cc4700
trx0i_s.c 27.5 KB