Yes, 150 means we added some 30 performance statistics to the
MySQL native driver for PHP (mysqlnd) since monday. The
new statistics are explained in three words: counting
COM_*
commands. COM_*
commands refers
to the command packets of the MySQL client server protocol. For example,
COM_QUERY
is used to execute nonprepared SQL
statements.
Please check the earlier blog postings on how to use and access the statistics: PHP: 59 tuning screws for mysqlnd, PHP: 120 tuning screws for mysqlnd. The information given in those articles will find its way into the PHP and MySQL manual. The MySQL documentation team is working on an …
[Read more]