Bug #74090 install_jsonudfs issues a warning due to truncation of version_compile_os
Submitted: 26 Sep 2014 6:10 Modified: 15 Oct 2014 10:40
Reporter: Shane Bester (Platinum Quality Contributor) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: JSON User-defined function ( UDF ) Severity:S4 (Feature request)
Version:0.3.2 OS:Any
Assigned to: CPU Architecture:Any

[26 Sep 2014 6:10] Shane Bester
Description:
Minor issue, but warnings are warnings...

mysql> CALL install_jsonudfs;
Query OK, 0 rows affected, 1 warning (0.01 sec)

mysql> show warnings;
+---------+------+-----------------------------------------+
| Level   | Code | Message                                 |
+---------+------+-----------------------------------------+
| Warning | 1265 | Data truncated for column 'os' at row 1 |
+---------+------+-----------------------------------------+
1 row in set (0.00 sec)

mysql> SELECT LOWER(LEFT(VARIABLE_VALUE, 30)) AS os FROM information_schema.global_variables where VARIABLE_NAME='version_compile_os';
+-------+
| os    |
+-------+
| win64 |
+-------+
1 row in set (0.00 sec)

How to repeat:
install json udfs

Suggested fix:
.
[15 Oct 2014 10:36] Sveta Smirnova
Thank you for the report.

Verified as described.
[15 Oct 2014 10:40] Sveta Smirnova
Posted by developer:
 
Fixed in version 0.3.3