I've been getting these errors for a long, long time. Has HeidiSQL's export facility been updated to eliminate them?
/ Warning: (1287) '@@sql_notes' is deprecated and will be removed in a future release. Please use '@@note_verbosity' instead /
I've been getting these errors for a long, long time. Has HeidiSQL's export facility been updated to eliminate them?
/ Warning: (1287) '@@sql_notes' is deprecated and will be removed in a future release. Please use '@@note_verbosity' instead /
Related to issue #756
MariaDB 11.4 GA from Nov 2024 started to emmit that deprecation warning. MySQL 8.0 still accepts @@sql_notes and uses it in generated dumps and examples; there is no deprecation warning or removal notice in current 8.0 documentation.
I think it's too early to remove that line, especially for staying compatible between MySQL, MariaDB, and older server versions of both.
Please login to leave a reply, or register at first.