1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Changed "const row not found" to "Const row not found"

Also changed Unique row not found to use uppercase first.
This was done to make these messages consistent with the rest
This commit is contained in:
Monty
2017-12-01 12:34:37 +02:00
parent c24d1d665c
commit 6660708523
34 changed files with 194 additions and 194 deletions

View File

@ -1813,9 +1813,9 @@ const char * extra_tag_text[]=
"Using join buffer", // special handling
"const row not found",
"unique row not found",
"Impossible ON condition"
"Const row not found",
"Unique row not found",
"Impossible ON condition",
};