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
Showing
handler/i_s.cc
0 → 100644
This diff is collapsed.
handler/i_s.h
0 → 100644
include/trx0i_s.h
0 → 100644
trx/trx0i_s.c
0 → 100644
This diff is collapsed.
Please register or sign in to comment