mirror of
https://github.com/MariaDB/server.git
synced 2025-05-13 01:01:44 +03:00
Problem: Warnings for truncated data were generated on hosts with long host names because @@hostname was inserted into a CHAR(40) column. Fix: Change CHAR(40) to TEXT.