mariadb/handler
vasil ff9ef52294 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
..
ha_innodb.cc branches/zip: innobase_mysql_end_print_arbitrary_thd(): Note that 2007-12-17 14:06:59 +00:00
ha_innodb.h branches/zip: Merge 2116:2146 from trunk. 2007-11-30 12:30:21 +00:00
handler0alter.cc branches/zip: Fast index creation: Lock the data dictionary only after 2007-12-19 14:26:01 +00:00
i_s.cc branches/zip: 2007-12-20 14:24:57 +00:00
i_s.h branches/zip: Move the implementation of the INFORMATION_SCHEMA tables 2007-10-03 14:00:54 +00:00
mysql_addons.cc branches/zip: 2007-11-07 14:14:33 +00:00