summaryrefslogtreecommitdiff
path: root/sql/share
diff options
context:
space:
mode:
authorRahul Anand <rahulanand16nov@gmail.com>2020-03-02 20:05:28 +0530
committerRobert Bindar <robert@mariadb.org>2020-03-03 13:12:43 +0200
commit73dfb402bfb58deaae06d4c5062b1de017e2d520 (patch)
tree7cafce9f36da223b1a20bcaed4cf92ef18bd7673 /sql/share
parent8f8cc5f4c2d6882f169b19d670b922844f66150d (diff)
downloadmariadb-git-73dfb402bfb58deaae06d4c5062b1de017e2d520.tar.gz
MDEV-20500: Bad error msg on disabling local infile
Diffstat (limited to 'sql/share')
-rw-r--r--sql/share/errmsg-utf8.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/sql/share/errmsg-utf8.txt b/sql/share/errmsg-utf8.txt
index 78b6cfa63c8..a57d4a178cb 100644
--- a/sql/share/errmsg-utf8.txt
+++ b/sql/share/errmsg-utf8.txt
@@ -7944,4 +7944,7 @@ ER_WARN_HISTORY_ROW_START_TIME
ER_PART_STARTS_BEYOND_INTERVAL
eng "%`s: STARTS is later than query time, first history partition may exceed INTERVAL value"
ER_GALERA_REPLICATION_NOT_SUPPORTED
- eng "DDL-statement is forbidden as table storage engine does not support Galera replication" \ No newline at end of file
+ eng "DDL-statement is forbidden as table storage engine does not support Galera replication"
+ER_LOAD_INFILE_CAPABILITY_DISABLED
+ eng "The used command is not allowed because the MariaDB server or client has disabled the local infile capability"
+ rum "Comanda folosită nu este permisă deoarece clientul sau serverul MariaDB a dezactivat această capabilitate" \ No newline at end of file