mariadb/handler
vasil e7c63e2c15 branches/zip:
Add the query in information_schema.innodb_trx.trx_query. Add it even
though it is available in information_schema.processlist.info to make
inconsistencies between those two tables obvious.

It is rather confusting to see a transaction shown in innodb_trx and
innodb_locks that holds a lock on one table and the corresponding query
in processlist executing INSERT on another table. We do not want users
to contact us asking to explain that. It is caused by the fact that the
data for innodb_* tables and processlist is fetched at different time.

Approved by:	Marko
2007-11-07 20:38:07 +00:00
..
ha_innodb.cc branches/zip: Return a meaningful error message when refusing to create 2007-11-07 11:03:13 +00:00
ha_innodb.h branches/zip: Fix some link errors. 2007-09-28 10:44:20 +00:00
handler0alter.cc branches/zip: Allow the symbols in the dynamic InnoDB plugin to be 2007-11-01 15:00:44 +00:00
i_s.cc branches/zip: 2007-11-07 20:38:07 +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