pt-variable-advisor doesn't recognize 5.5.3+ concurrent_insert values

Bug #898138 reported by Ryan Lowe
18
This bug affects 3 people
Affects Status Importance Assigned to Milestone
Percona Toolkit moved to https://jira.percona.com/projects/PT
Fix Released
Medium
Daniel Nichter
1.0
Won't Fix
Undecided
Unassigned
2.0
Fix Released
Medium
Daniel Nichter
2.1
Fix Released
Medium
Daniel Nichter

Bug Description

mysql> SELECT @@version;
+------------+
| @@version |
+------------+
| 5.5.10-log |
+------------+
1 row in set (0.00 sec)

mysql> show global variables like 'concurrent_insert';
+-------------------+-------+
| Variable_name | Value |
+-------------------+-------+
| concurrent_insert | AUTO |
+-------------------+-------+
1 row in set (0.00 sec)
...
$ ./pt-variable-advisor --version
pt-variable-advisor 1.0.1
$ ./pt-variable-advisor localhost
Code for rule concurrent_insert caused an error: Argument "AUTO" isn't numeric in numeric gt (>) at ./pt-variable-advisor line 2766.
...

According to the docs (http://dev.mysql.com/doc/refman/5.5/en/server-system-variables.html#sysvar_concurrent_insert), this is a valid value.

Related branches

tags: added: mysql-5.5 pt-variable-advisor
tags: added: crash
Changed in percona-toolkit:
status: New → Triaged
Revision history for this message
Daniel Nichter (daniel-nichter) wrote :

This was reported for 1.0.1 but that series is no longer supported, so WontFix that, and fixed in 2.0 and 2.1.

Revision history for this message
Shahriyar Rzayev (rzayev-sehriyar) wrote :

Percona now uses JIRA for bug reports so this bug report is migrated to: https://jira.percona.com/browse/PT-440

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.