共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > mysql-plugin-is-locks |
mysql-plugin-is-locks
|
0 | 0 | 0 |
贡献者 | 讨论 | 代码提交 |
MySQL Plugin mysql-plugin-is-locks OverviewThis is MySQL Information Schema plugin that provide information about table locks. By checking an information_schema table named "TABLE_LOCKS", You can get the list of table lock thread info, and know what lock is going on to each tables. See Output Fields page for the output details.
News2009/7/19 : version 1.0.1 released fixup bugs on casting pointer autotools file renewal 2009/6/14 : version 1.0.0 released DocumentsPrerequisites Build and Install Testing Output Fields Source Code AuthorsYoichi Kawasaki