• vasil's avatar
    branches/zip: · 9bbb520f
    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
    9bbb520f
trx0i_s.c 27.5 KB