Issue 99 in innotop: Use of uninitialized value $mysqlversion in pattern match (m//) at /usr/local/bin/innotop line 473

99 views
Skip to first unread message

inn...@googlecode.com

unread,
Sep 30, 2014, 12:34:28 AM9/30/14
to innotop...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 99 by jtin...@etsy.com: Use of uninitialized value $mysqlversion
in pattern match (m//) at /usr/local/bin/innotop line 473
https://code.google.com/p/innotop/issues/detail?id=99

What steps will reproduce the problem?
1. Percona Server 5.5, use mode T
2. Observe "Use of uninitialized value $mysqlversion in pattern match (m//)
at /usr/local/bin/innotop line 473, <FIN> line 1"
3.

What is the expected output? What do you see instead?
I would expect Transaction view.

What version of the product are you using? On what operating system?
1.9.1 EL6

Please provide any additional information below.
Patch attached to call get_status_info which populates $mysqlversion

Attachments:
patch_uninit.txt 382 bytes

--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

inn...@googlecode.com

unread,
Feb 9, 2015, 11:48:40 AM2/9/15
to innotop...@googlegroups.com

Comment #1 on issue 99 by rl...@squareup.com: Use of uninitialized value
$mysqlversion in pattern match (m//) at /usr/local/bin/innotop line 473
https://code.google.com/p/innotop/issues/detail?id=99

It looks like this issue has already been addressed but accidentally
applied twice?

{code}
5720 my @cxns = get_connections();
5721 get_status_info(@cxns);
5722
5723 get_status_info(@cxns);
5724
5725 # If the header is to be shown, buffer pool data is required.
{code}
Reply all
Reply to author
Forward
0 new messages