mariadb/innobase/trx
unknown e8d5bb1895 trx0trx.c:
A cosmetic change: set trx id to zero at creation so that SHOW INNODB STATUS does not print a random value for the id of a transaction object for which the transaction has never been started yet (for example, running SHOW INNODB STATUS as the first command from a mysql prompt printed a random id for the trx object associated with the session itself running the SHOW INNODB STATUS command)


innobase/trx/trx0trx.c:
  A cosmetic change: set trx id to zero at creation so that SHOW INNODB STATUS does not print a random value for the id of a transaction object for which the transaction has never been started yet (for example, running SHOW INNODB STATUS as the first command from a mysql prompt printed a random id for the trx object associated with the session itself running the SHOW INNODB STATUS command)
2003-07-08 14:16:27 +03:00
..
ts Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
Makefile.am - Fixed bug in "make DESTDIR=<dir> install" - the InnoDB static 2003-04-10 20:03:52 +02:00
makefilewin Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
trx0purge.c srv0srv.c: 2003-07-06 16:17:02 +03:00
trx0rec.c Many files: 2003-06-15 01:04:28 +03:00
trx0roll.c Many files: 2003-06-15 01:04:28 +03:00
trx0rseg.c Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
trx0sys.c Many files: 2003-06-15 01:04:28 +03:00
trx0trx.c trx0trx.c: 2003-07-08 14:16:27 +03:00
trx0undo.c Merge with 3.23.53 2002-09-11 14:49:38 +03:00