Your message dated Sun, 05 May 2013 10:59:04 +0200
with message-id <[email protected]>
and subject line mytop: MySQL 5.4 uses "Queries" instead of "Questions"
has caused the Debian Bug report #541038,
regarding mytop: MySQL 5.4 uses "Queries" instead of "Questions"
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
541038: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541038
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mytop
Version: 1.6-4
Severity: important
MySQL 5.4 (beta) uses a different status variable fo rthe number of statements
executed, and thus all values show 0. The older variable was "Questions", the
new one is "Queries". See
http://dev.mysql.com/doc/refman/5.4/en/server-status-variables.html#statvar_Queries
-- System Information:
Debian Release: 5.0.2
APT prefers stable
APT policy: (900, 'stable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.23.1-bytemark-uml
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages mytop depends on:
ii libdbd-mysql-perl 4.007-1 A Perl5 database interface to the
ii libdbi-perl 1.605-1 Perl5 database interface by Tim Bu
ii libterm-readkey-perl 2.30-4 A perl module for simple terminal
ii perl 5.10.0-19 Larry Wall's Practical Extraction
mytop recommends no packages.
Versions of packages mytop suggests:
ii perl [libtime-hires-perl] 5.10.0-19 Larry Wall's Practical Extraction
-- no debconf information
--- End Message ---
--- Begin Message ---
Package: mytop
Version: 0.1.6-6
Tags: wontfix
hi,
within the current Debian-Releases there is no MySQL-Server in Version 5.4
available, see also:
http://packages.debian.org/search?keywords=mysql-server&searchon=names&suite=all§ion=all
The documentation for MySQL 5.5
(http://dev.mysql.com/doc/refman/5.5/en/server-status-variables.html)
states:
*) Queries
The number of statements executed by the server. This variable includes
statements executed within stored programs, unlike the Questions variable. It
does not count COM_PING or COM_STATISTICS commands.
*) Questions
The number of statements executed by the server. This includes only statements
sent to the server by clients and not statements executed within stored
programs, unlike the Queries variable. This variable does not count COM_PING,
COM_STATISTICS, COM_STMT_PREPARE, COM_STMT_CLOSE, or COM_STMT_RESET commands.
So, "Question" ist the right Value.
Cheers,
Werner
[1] http://dev.mysql.com/doc/refman/5.5/en/server-status-variables.html
--- End Message ---