Hi,
I run Advisor on my MySQL 5.5 and got two bogus warnings:
1. The MySQL server version less then 5.1. It's not, but the rule does something else that description says: substr(value,0,3) != "5.1"
2. Version less then 5.1.30 (the first GA release of 5.1). I have 5.5.14, and it is triggered by the rule "substr(value,4,2) < 30" - "14 < 30"
On Fri, Aug 5, 2011 at 5:59 PM, Piotr Przybylski piotr.prz@gmail.com wrote:
Hi,
I run Advisor on my MySQL 5.5 and got two bogus warnings:
- The MySQL server version less then 5.1.
It's not, but the rule does something else that description says: substr(value,0,3) != "5.1"
- Version less then 5.1.30 (the first GA release of 5.1).
I have 5.5.14, and it is triggered by the rule "substr(value,4,2) < 30" - "14 < 30"
Ah yes, that is nonsense of course. I'll fix it, thanks. But cool huh? You can immediately see why the rule is mistaken ;-)
-- Regards, Piotr Przybylski
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers. Connect with experts. Get tools for creating Super Apps. See the latest technologies. Sessions, hands-on labs, demos & much more. Register early & save! http://p.sf.net/sfu/rim-blackberry-1 _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
2011/8/5 Tyron Madlener tyronx@gmail.com:
On Fri, Aug 5, 2011 at 5:59 PM, Piotr Przybylski piotr.prz@gmail.com wrote:
Hi,
I run Advisor on my MySQL 5.5 and got two bogus warnings:
- The MySQL server version less then 5.1.
It's not, but the rule does something else that description says: substr(value,0,3) != "5.1"
- Version less then 5.1.30 (the first GA release of 5.1).
I have 5.5.14, and it is triggered by the rule "substr(value,4,2) < 30" - "14 < 30"
Ah yes, that is nonsense of course. I'll fix it, thanks. But cool huh? You can immediately see why the rule is mistaken ;-)
Yes, having the rule handy is good. Mistakes aside, I like to know why some strange advisor thinks that my server is set up wrong :)