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:
@ -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",
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user