major / MySQLTuner-perl

MySQLTuner is a script written in Perl that will assist you with your MySQL configuration and make recommendations for increased performance and stability.
GNU General Public License v3.0
8.79k stars 1.27k forks source link

Argument "" isn't numeric in numeric lt #753

Closed ToterEngel closed 5 months ago

ToterEngel commented 5 months ago

Since version 2.5.2:

[OK] InnoDB buffer pool / data size: 4.0G / 206.1M Argument "" isn't numeric in numeric lt (<) at ./mysqltuner.pl line 6375 (#1) (W numeric) The indicated string was fed as an argument to an operator that expected a numeric value instead. If you're fortunate the message will identify which operator was so unfortunate.

Note that for the Inf and NaN (infinity and not-a-number) the
definition of "numeric" is somewhat unusual: the strings themselves
(like "Inf") are considered numeric, and anything following them is
considered non-numeric.
jmrenouard commented 5 months ago

Hi @ToterEngel Duplicated with #759