mariadb/trx
vasil a4cc4700be branches/zip:
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
2007-09-24 12:25:06 +00:00
..
trx0i_s.c branches/zip: 2007-09-24 12:25:06 +00:00
trx0purge.c branches/zip: Use ut_dulint_zero and ut_dulint_is_zero whenever possible. 2007-05-18 11:01:58 +00:00
trx0rec.c branches/zip: Simplify crash recovery in fast index creation. 2007-09-05 10:18:03 +00:00
trx0roll.c branches/zip: Simplify crash recovery in fast index creation. 2007-09-05 10:18:03 +00:00
trx0rseg.c branches/zip: Make mutex_own() work with UNIV_DEBUG, without UNIV_SYNC_DEBUG. 2007-01-18 18:29:12 +00:00
trx0sys.c branches/zip: Merge 1664:1783 from trunk. 2007-08-30 09:21:25 +00:00
trx0trx.c branches/zip: Undo changes commited in r1832. 2007-09-11 00:41:02 +00:00
trx0undo.c branches/zip: Add const qualifiers to some XID* parameters. 2007-08-30 06:43:27 +00:00