diff options
author | sasha@mysql.sashanet.com <> | 2001-06-21 15:59:51 -0600 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-06-21 15:59:51 -0600 |
commit | 1e76c806eb348c6fc6b56824c22f312821017f1e (patch) | |
tree | f90722a876cbb527957b82b81c5f4ebc17aa7864 /sql/share/italian | |
parent | 11e567229ac41541908f976b130ff792bd6754d6 (diff) | |
download | mariadb-git-1e76c806eb348c6fc6b56824c22f312821017f1e.tar.gz |
fixed drop/create database bug when holding global read lock
preserve originating server id in Intvar events to avoid inifinite loops
Diffstat (limited to 'sql/share/italian')
-rw-r--r-- | sql/share/italian/errmsg.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/share/italian/errmsg.txt b/sql/share/italian/errmsg.txt index d1b17bc8f2e..ab31fa279c4 100644 --- a/sql/share/italian/errmsg.txt +++ b/sql/share/italian/errmsg.txt @@ -209,3 +209,5 @@ "Lock wait timeout exceeded", "The total number of locks exceeds the lock table size", "Update locks cannot be acquired during a READ UNCOMMITTED transaction", +"DROP DATABASE not allowed while thread is holding global read lock", +"CREATE DATABASE not allowed while thread is holding global read lock", |