mirror of
https://github.com/MariaDB/server.git
synced 2025-08-23 03:54:27 +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.