mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +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.