mariadb/trx
vasil 85b6ef6d33 branches/zip:
Change the format of TRX_IDs in INFORMATION_SCHEMA tables from DEC to
HEX.

The current TRX_IDs are hard to remember and track down: 426355, 428466,
428566, etc.

In HEX:
* there are less "digits", the strings are shorter;
* since there are 16 instead of 10 "digits", the chance of having
  repeating ones are smaller.

The above look like 68173, 689B2, 68A16 in HEX.

Discussed with:	Ken
Approved by:	Heikki (via IM)
2007-12-20 14:24:57 +00:00
..
trx0i_s.c branches/zip: 2007-12-20 14:24:57 +00:00
trx0purge.c branches/zip: 2007-12-20 14:08:16 +00:00
trx0rec.c branches/zip: 2007-12-20 14:08:16 +00:00
trx0roll.c branches/zip: 2007-12-20 14:08:16 +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: 2007-12-20 14:08:16 +00:00
trx0trx.c branches/zip: 2007-12-20 14:08:16 +00:00
trx0undo.c branches/zip: Introduce two new dictionary operation modes for transactions. 2007-10-19 10:52:25 +00:00