diff options
author | gshchepa/uchum@gleb.loc <> | 2007-08-14 13:44:15 +0500 |
---|---|---|
committer | gshchepa/uchum@gleb.loc <> | 2007-08-14 13:44:15 +0500 |
commit | c40fe57fb544a57d3a2897f61deb7e04cb500e3b (patch) | |
tree | 53eaf037f0205e6fad795d1db3d180a456adb0c0 /sql/share | |
parent | 6c95ced6c1d62862c7d94aed1452df60c1f707e4 (diff) | |
parent | c04f57ccef11845eaf01c0ddfd54063a52336d84 (diff) | |
download | mariadb-git-c40fe57fb544a57d3a2897f61deb7e04cb500e3b.tar.gz |
Merge gleb.loc:/home/uchum/work/bk/5.0
into gleb.loc:/home/uchum/work/bk/5.0-opt
Diffstat (limited to 'sql/share')
-rw-r--r-- | sql/share/errmsg.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/share/errmsg.txt b/sql/share/errmsg.txt index a52ffa8216c..6d4ca33ccc7 100644 --- a/sql/share/errmsg.txt +++ b/sql/share/errmsg.txt @@ -5635,3 +5635,5 @@ ER_NON_INSERTABLE_TABLE eng "The target table %-.100s of the %s is not insertable-into" ER_ADMIN_WRONG_MRG_TABLE eng "Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist" +ER_TOO_HIGH_LEVEL_OF_NESTING_FOR_SELECT + eng "Too high level of nesting for select" |