本文主要是介绍information_schema系统表——ENGINES,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
存储引擎信息表
The ENGINES
table provides information about storage engines.
INFORMATION_SCHEMA Name | SHOW Name | Remarks |
---|---|---|
ENGINE | Engine | MySQL extension |
SUPPORT | Support | MySQL extension |
COMMENT | Comment | MySQL extension |
TRANSACTIONS | Transactions | MySQL extension |
XA | XA | MySQL extension |
SAVEPOINTS | Savepoints | MySQL extension |
Notes:
-
The
ENGINES
table is a nonstandard table. Its contents correspond to the columns of theSHOW ENGINES
statement. For descriptions of its columns, seeSection 13.7.5.16, “SHOW ENGINES Syntax”.
这篇关于information_schema系统表——ENGINES的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!