mysql stmt_MySQLstatus variable Com_stmt_xxx

All of the Com_stmt_xxx variables areincreased even if a prepared statement argument is unknown or an error occurredduring execution. In other words, their values correspond to the number ofrequests issued, not to the number of requests successfully completed.

所有的Com_stmt_xxx变量都会增加,即使预编译语句的参数未知或者在执行中发生错误。换句话说,他们的值与请求发起的次数,不是与请求执行成功的次数对应。

The Com_stmt_xxx status variables are asfollows:

Com_stmt_prepare

Com_stmt_execute

Com_stmt_fetch

Com_stmt_send_long_data

Com_stmt_reset

Com_stmt_close

Those variables stand for preparedstatement commands. Their names refer to the COM_xxx command set used in thenetwork layer. In other words, their values increase whenever preparedstatement API calls such as mysql_stmt_prepare(), mysql_stmt_execute(), and soforth are executed. However, Com_stmt_prepare, Com_stmt_execute andCom_stmt_close also increase for PREPARE, EXECUTE, or DEALLOCATE PREPARE,respectively. Additionally, the values of the older statement counter variablesCom_prepare_sql, Com_execute_sql, and Com_dealloc_sql increase for the PREPARE,EXECUTE, and DEALLOCATE PREPARE statements. Com_stmt_fetch stands for the totalnumber of network round-trips issued when fetching from cursors.

那些变量表示预编译语句命令。他们的名字涉及到Com_stmt_xxx命令在网络层使用。换句话说,无论什么时候预编译语句API调用mysql_stmt_prepare(), mysql_stmt_execute()执行时,他们的值都会增加。然而Com_stmt_prepare, Com_stmt_execute, Com_stmt_close 针对PREPARE,EXECUTE, or DEALLOCATE PREPARE也会增加。并且,旧的语句计数参数Com_prepare_sql, Com_execute_sql, Com_dealloc_sql针对PREPARE,EXECUTE, and DEALLOCATE PREPARE语句也会增加。Com_stmt_fetch代表提取游标时来回总共的次数。

Com_stmt_reprepare indicates the number oftimes statements were automatically reprepared by the server after metadatachanges to tables or views referred to by the statement. A reprepare operationincrements Com_stmt_reprepare, and also Com_stmt_prepare.

Com_stmt_reprepare表示当元数据(视图或表)被相关的语句修改后,语句被自动重新准备的次数。一次重新准备操作增加Com_stmt_reprepare和Com_stmt_prepare.

Com_explain_other indicates the number ofEXPLAIN FOR CONNECTION statements executed. See Section 8.8.4, “ObtainingExecution Plan Information for a Named Connection”. It was introduced in MySQL5.7.2.

Com_change_repl_filter indicates the numberof CHANGE REPLICATION FILTER statements executed. It was introduced in MySQL5.7.3.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值