summaryrefslogtreecommitdiff
path: root/sql/share/errmsg-utf8.txt
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2021-09-04 23:11:54 +0200
committerSergei Golubchik <serg@mariadb.org>2021-10-12 13:28:10 +0200
commita363ccd6811458e0b8d0be113b08efc11b9b67cd (patch)
treea4e5a9c798f7eb0cd6cd2bddfd8dbf7ba8c2eb37 /sql/share/errmsg-utf8.txt
parente214e60201216b2e6330f86a84fec8ae14aa2887 (diff)
downloadmariadb-git-a363ccd6811458e0b8d0be113b08efc11b9b67cd.tar.gz
misc cleanups
* comment - use the standard style * no need to reimplement for with while * TODO comments for not implemented types * rename the error not to refer to the underlying library, it's the implementation detail * use res->length(0) to set length to 0, but preserve the already allocated buffer * rename main.sformat -> main.func_sformat * removed a duplicated part of the test
Diffstat (limited to 'sql/share/errmsg-utf8.txt')
-rw-r--r--sql/share/errmsg-utf8.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/share/errmsg-utf8.txt b/sql/share/errmsg-utf8.txt
index a05fbe04b77..98e9cb8033f 100644
--- a/sql/share/errmsg-utf8.txt
+++ b/sql/share/errmsg-utf8.txt
@@ -7992,5 +7992,5 @@ ER_REMOVED_ORPHAN_TRIGGER
eng "Dropped orphan trigger '%-.64s', originally created for table: '%-.192s'"
ER_STORAGE_ENGINE_DISABLED
eng "Storage engine %s is disabled"
-WARN_WRONG_FMTLIB_FORMAT
- eng "Wrong format exception: %-.64s"
+WARN_SFORMAT_ERROR
+ eng "SFORMAT error: %s"