diff options
author | unknown <monty@hundin.mysql.fi> | 2002-06-03 10:50:19 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2002-06-03 10:50:19 +0300 |
commit | 775d09780fb32c101c4e5da2807817c1d1231ce9 (patch) | |
tree | 6fd623072f37eeebf5bd9db08c352fb3fd586049 /sql/share/slovak/errmsg.txt | |
parent | a181a34978b23f53e1bf8ad168445de8e05a31e9 (diff) | |
download | mariadb-git-775d09780fb32c101c4e5da2807817c1d1231ce9.tar.gz |
new error messages (foreign key)
Diffstat (limited to 'sql/share/slovak/errmsg.txt')
-rw-r--r-- | sql/share/slovak/errmsg.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sql/share/slovak/errmsg.txt b/sql/share/slovak/errmsg.txt index 06503cdf69e..aa2701022cc 100644 --- a/sql/share/slovak/errmsg.txt +++ b/sql/share/slovak/errmsg.txt @@ -155,7 +155,7 @@ "%-.16s command denied to user: '%-.32s@%-.64s' for column '%-.64s' in table '%-.64s'", "Illegal GRANT/REVOKE command. Please consult the manual which privleges can be used.", "The host or user argument to GRANT is too long", -"Table '%-64s.%s' doesn't exist", +"Table '%-.64s.%s' doesn't exist", "There is no such grant defined for user '%-.32s' on host '%-.64s' on table '%-.64s'", "The used command is not allowed with this MySQL version", "Something is wrong in your syntax", @@ -235,4 +235,6 @@ "Can't execute the query because you have a conflicting read lock", "Mixing of transactional and non-transactional tables is disabled", "Option '%s' used twice in statement", -"User '%-64s' has exceeded the '%s' resource (current value: %ld)", +"User '%-.64s' has exceeded the '%s' resource (current value: %ld)", +"Wrong foreign key definition for '%-.64s': %s", +"Key reference and table reference doesn't match", |