diff options
author | magnus@neptunus.(none) <> | 2004-05-11 13:59:22 +0200 |
---|---|---|
committer | magnus@neptunus.(none) <> | 2004-05-11 13:59:22 +0200 |
commit | 02c9f8cfe0ce13a8ec201a10612d12b19f0f9f5d (patch) | |
tree | d985be10a1b807fd07ba25dc0d14b6f8136bdedc /sql/share/polish | |
parent | f16aa69d0ec243d35a87e48d8b6ae94fa39a223b (diff) | |
download | mariadb-git-02c9f8cfe0ce13a8ec201a10612d12b19f0f9f5d.tar.gz |
WL# 1729 Handler: error text for NDB errors
- Close an open scan if index_read is called without closing the previous one.
- Removed some errors that occured during previous merge
Diffstat (limited to 'sql/share/polish')
-rw-r--r-- | sql/share/polish/errmsg.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/share/polish/errmsg.txt b/sql/share/polish/errmsg.txt index 36b7d67d134..79805a71917 100644 --- a/sql/share/polish/errmsg.txt +++ b/sql/share/polish/errmsg.txt @@ -303,3 +303,5 @@ character-set=latin2 "Incorrect table definition; There can only be one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause" "Invalid ON UPDATE clause for '%-.64s' field", "This command is not supported in the prepared statement protocol yet", +"Got NDB error %d '%-.100s'", +"Got temporary NDB error %d '%-.100s'", |