mariadb/handler
vasil 69a2345cbb Implement INFORMATION_SCHEMA tables innodb_trx, innodb_locks,
innodb_lock_waits. See
https://svn.innodb.com/innobase/InformationSchema/TransactionsAndLocks
for design notes.

Things that need to be resolved before this goes live:
* MySQL must add thd_get_thread_id() function to their code
  http://bugs.mysql.com/30930
* Allocate memory from mem_heap instead of using mem_alloc()
* Copy table name and index name into the cache because they may be
  freed later which will result in referencing freed memory

Approved by:	Marko
2007-09-20 11:23:44 +00:00
..
ha_innodb.cc Implement INFORMATION_SCHEMA tables innodb_trx, innodb_locks, 2007-09-20 11:23:44 +00:00
ha_innodb.h branches/zip: Merge 1830:1862 from trunk. 2007-09-20 08:36:22 +00:00
handler0alter.cc branches/zip: ha_innobase::add_index(): Translate DB_TOO_BIG_RECORD 2007-09-17 10:43:51 +00:00
i_s.cc Implement INFORMATION_SCHEMA tables innodb_trx, innodb_locks, 2007-09-20 11:23:44 +00:00
i_s.h Implement INFORMATION_SCHEMA tables innodb_trx, innodb_locks, 2007-09-20 11:23:44 +00:00