[MDEV-8493] Modify the status line to say "Field truncated" instead of "Warnings" Created: 2015-07-17  Updated: 2021-05-11

Status: Open
Project: MariaDB Server
Component/s: None
Fix Version/s: None

Type: Task Priority: Trivial
Reporter: Alexander Barkov Assignee: Unassigned
Resolution: Unresolved Votes: 0
Labels: None


 Description   

Currenly DML statements report status in this format:

Query OK, 1 row affected, 2 warnings (0.03 sec)
Rows matched: 1  Changed: 1  Warnings: 1

We'll change it to:

Query OK, 1 row affected, 2 warnings (0.03 sec)
Rows matched: 1  Changed: 1  Fields truncated: 1

to make it clearer that:

  • the total number of warnings is reported in the first line
  • the number of fields truncated in reported in the second line

Generated at Thu Feb 08 07:27:34 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.