diff options
author | unknown <bell@sanja.is.com.ua> | 2004-07-16 01:15:55 +0300 |
---|---|---|
committer | unknown <bell@sanja.is.com.ua> | 2004-07-16 01:15:55 +0300 |
commit | 8790b1e65c3e1b2ae2ad9aedfe064c20d48bd096 (patch) | |
tree | 7a8e815ca26d9138de3bc77a619aa8103e037911 /sql/share | |
parent | b0df20349d5e6ed2fc1527c3bd1db66a7d4ff311 (diff) | |
download | mariadb-git-8790b1e65c3e1b2ae2ad9aedfe064c20d48bd096.tar.gz |
VIEW
two TABLE_LIST copy eliminated
include/mysqld_error.h:
errors of view
libmysqld/Makefile.am:
new view file
mysql-test/r/connect.result:
SHOW TABLE show type of table
mysql-test/r/ctype_recoding.result:
SHOW TABLE show type of table
mysql-test/r/drop.result:
SHOW TABLE show type of table
mysql-test/r/grant.result:
new two privileges (CRETEA|SHOW VIEW)
mysql-test/r/lowercase_table.result:
SHOW TABLE show type of table
mysql-test/r/ps_1general.result:
SHOW TABLE show type of table
mysql-test/r/rename.result:
SHOW TABLE show type of table
mysql-test/r/rpl000009.result:
SHOW TABLE show type of table
mysql-test/r/rpl_error_ignored_table.result:
SHOW TABLE show type of table
mysql-test/r/select.result:
SHOW TABLE show type of table
mysql-test/r/system_mysql_db.result:
SHOW TABLE show type of table
new two privileges (CRETEA|SHOW VIEW)
mysql-test/t/system_mysql_db_fix.test:
removing all system tables
scripts/mysql_fix_privilege_tables.sql:
new two privileges (CRETEA|SHOW VIEW)
sql/Makefile.am:
new VIEW related file
sql/ha_myisammrg.cc:
two TABLE_LIST copy eliminated
sql/item.cc:
VIEW
sql/item.h:
VIEW
sql/item_subselect.cc:
VIEW
sql/item_subselect.h:
VIEW
sql/lex.h:
VIEW
sql/lock.cc:
VIEW
sql/mysql_priv.h:
VIEW
sql/mysqld.cc:
VIEW
new parameter - sql_updatable_view_key
sql/opt_sum.cc:
two TABLE_LIST copy eliminated
sql/set_var.cc:
new parameter - sql_updatable_view_key
sql/share/czech/errmsg.txt:
errors messages of views
sql/share/danish/errmsg.txt:
errors messages of views
sql/share/dutch/errmsg.txt:
errors messages of views
sql/share/english/errmsg.txt:
errors messages of views
sql/share/estonian/errmsg.txt:
errors messages of views
sql/share/french/errmsg.txt:
errors messages of views
sql/share/german/errmsg.txt:
errors messages of views
sql/share/greek/errmsg.txt:
errors messages of views
sql/share/hungarian/errmsg.txt:
errors messages of views
sql/share/italian/errmsg.txt:
errors messages of views
sql/share/japanese/errmsg.txt:
errors messages of views
sql/share/korean/errmsg.txt:
errors messages of views
sql/share/norwegian-ny/errmsg.txt:
errors messages of views
sql/share/norwegian/errmsg.txt:
errors messages of views
sql/share/polish/errmsg.txt:
errors messages of views
sql/share/portuguese/errmsg.txt:
errors messages of views
sql/share/romanian/errmsg.txt:
errors messages of views
sql/share/russian/errmsg.txt:
errors messages of views
sql/share/serbian/errmsg.txt:
errors messages of views
sql/share/slovak/errmsg.txt:
errors messages of views
sql/share/spanish/errmsg.txt:
errors messages of views
sql/share/swedish/errmsg.txt:
errors messages of views
sql/share/ukrainian/errmsg.txt:
errors messages of views
sql/slave.cc:
two TABLE_LIST copy eliminated
sql/sp.cc:
VIEW
sql/sql_acl.cc:
VIEW
sql/sql_acl.h:
VIEW
sql/sql_base.cc:
VIEW
sql/sql_cache.cc:
two TABLE_LIST copy eliminated
sql/sql_class.h:
VIEW
sql/sql_db.cc:
two TABLE_LIST copy eliminated
sql/sql_delete.cc:
VIEW
sql/sql_derived.cc:
VIEW
sql/sql_handler.cc:
two TABLE_LIST copy eliminated
sql/sql_help.cc:
two TABLE_LIST copy eliminated
sql/sql_insert.cc:
VIEW
sql/sql_lex.cc:
VIEW
sql/sql_lex.h:
VIEW
sql/sql_load.cc:
VIEW
sql/sql_olap.cc:
VIEW
sql/sql_parse.cc:
two TABLE_LIST copy eliminated
VIEW
sql/sql_prepare.cc:
VIEW
sql/sql_rename.cc:
two TABLE_LIST copy eliminated
sql/sql_select.cc:
VIEW
sql/sql_show.cc:
VIEW
sql/sql_table.cc:
VIEW
sql/sql_union.cc:
VIEW
sql/sql_update.cc:
VIEW
sql/sql_yacc.yy:
VIEW
sql/table.cc:
VIEW
sql/table.h:
VIEW
sql/tztime.cc:
two TABLE_LIST copy eliminated
sql/unireg.h:
VIEW
tests/client_test.c:
VIEW
Diffstat (limited to 'sql/share')
-rw-r--r-- | sql/share/czech/errmsg.txt | 11 | ||||
-rw-r--r-- | sql/share/danish/errmsg.txt | 11 | ||||
-rw-r--r-- | sql/share/dutch/errmsg.txt | 11 | ||||
-rw-r--r-- | sql/share/english/errmsg.txt | 11 | ||||
-rw-r--r-- | sql/share/estonian/errmsg.txt | 11 | ||||
-rw-r--r-- | sql/share/french/errmsg.txt | 11 | ||||
-rw-r--r-- | sql/share/german/errmsg.txt | 11 | ||||
-rw-r--r-- | sql/share/greek/errmsg.txt | 11 | ||||
-rw-r--r-- | sql/share/hungarian/errmsg.txt | 11 | ||||
-rw-r--r-- | sql/share/italian/errmsg.txt | 11 | ||||
-rw-r--r-- | sql/share/japanese/errmsg.txt | 11 | ||||
-rw-r--r-- | sql/share/korean/errmsg.txt | 11 | ||||
-rw-r--r-- | sql/share/norwegian-ny/errmsg.txt | 11 | ||||
-rw-r--r-- | sql/share/norwegian/errmsg.txt | 11 | ||||
-rw-r--r-- | sql/share/polish/errmsg.txt | 11 | ||||
-rw-r--r-- | sql/share/portuguese/errmsg.txt | 11 | ||||
-rw-r--r-- | sql/share/romanian/errmsg.txt | 11 | ||||
-rw-r--r-- | sql/share/russian/errmsg.txt | 11 | ||||
-rw-r--r-- | sql/share/serbian/errmsg.txt | 11 | ||||
-rw-r--r-- | sql/share/slovak/errmsg.txt | 11 | ||||
-rw-r--r-- | sql/share/spanish/errmsg.txt | 11 | ||||
-rw-r--r-- | sql/share/swedish/errmsg.txt | 11 | ||||
-rw-r--r-- | sql/share/ukrainian/errmsg.txt | 11 |
23 files changed, 253 insertions, 0 deletions
diff --git a/sql/share/czech/errmsg.txt b/sql/share/czech/errmsg.txt index 8ca63ce2105..81bc1e733c6 100644 --- a/sql/share/czech/errmsg.txt +++ b/sql/share/czech/errmsg.txt @@ -355,3 +355,14 @@ character-set=latin2 "Unexpected end of file while parsing comment '%-.64s'" "Error while parsing parameter '%-.64s' (line: '%-.64s')" "Unexpected end of file while skipping unknown parameter '%-.64s'" +"EXPLAIN/SHOW can not be issued; lacking privileges for underlying table" +"File '%-.64s' has unknown type '%-.64s' in its header" +"'%-.64s.%-.64s' is not %s" +"Column '%-.64s' is not updatable" +"View's SELECT contains a subquery in the FROM clause" +"View's SELECT contains a PROCEDURE clause" +"View's SELECT contains a variable or parameter" +"View's SELECT contains a temporary table '%-.64s'" +"View's SELECT and view's field list have different column counts" +"View merge algorithm can't be used here for now (assumed undefined algorithm)" +"View being update does not have complete key of underlying table in it" diff --git a/sql/share/danish/errmsg.txt b/sql/share/danish/errmsg.txt index 4c61f0449ab..f16d0700be1 100644 --- a/sql/share/danish/errmsg.txt +++ b/sql/share/danish/errmsg.txt @@ -349,3 +349,14 @@ character-set=latin1 "Unexpected end of file while parsing comment '%-.64s'" "Error while parsing parameter '%-.64s' (line: '%-.64s')" "Unexpected end of file while skipping unknown parameter '%-.64s'" +"EXPLAIN/SHOW can not be issued; lacking privileges for underlying table" +"File '%-.64s' has unknown type '%-.64s' in its header" +"'%-.64s.%-.64s' is not %s" +"Column '%-.64s' is not updatable" +"View's SELECT contains a subquery in the FROM clause" +"View's SELECT contains a PROCEDURE clause" +"View's SELECT contains a variable or parameter" +"View's SELECT contains a temporary table '%-.64s'" +"View's SELECT and view's field list have different column counts" +"View merge algorithm can't be used here for now (assumed undefined algorithm)" +"View being update does not have complete key of underlying table in it" diff --git a/sql/share/dutch/errmsg.txt b/sql/share/dutch/errmsg.txt index 673678543b1..e4a7d2ffe02 100644 --- a/sql/share/dutch/errmsg.txt +++ b/sql/share/dutch/errmsg.txt @@ -357,3 +357,14 @@ character-set=latin1 "Unexpected end of file while parsing comment '%-.64s'" "Error while parsing parameter '%-.64s' (line: '%-.64s')" "Unexpected end of file while skipping unknown parameter '%-.64s'" +"EXPLAIN/SHOW can not be issued; lacking privileges for underlying table" +"File '%-.64s' has unknown type '%-.64s' in its header" +"'%-.64s.%-.64s' is not %s" +"Column '%-.64s' is not updatable" +"View's SELECT contains a subquery in the FROM clause" +"View's SELECT contains a PROCEDURE clause" +"View's SELECT contains a variable or parameter" +"View's SELECT contains a temporary table '%-.64s'" +"View's SELECT and view's field list have different column counts" +"View merge algorithm can't be used here for now (assumed undefined algorithm)" +"View being update does not have complete key of underlying table in it" diff --git a/sql/share/english/errmsg.txt b/sql/share/english/errmsg.txt index 4e0d7392947..c13eee75392 100644 --- a/sql/share/english/errmsg.txt +++ b/sql/share/english/errmsg.txt @@ -346,3 +346,14 @@ character-set=latin1 "Unexpected end of file while parsing comment '%-.64s'" "Error while parsing parameter '%-.64s' (line: '%-.64s')" "Unexpected end of file while skipping unknown parameter '%-.64s'" +"EXPLAIN/SHOW can not be issued; lacking privileges for underlying table" +"File '%-.64s' has unknown type '%-.64s' in its header" +"'%-.64s.%-.64s' is not %s" +"Column '%-.64s' is not updatable" +"View's SELECT contains a subquery in the FROM clause" +"View's SELECT contains a PROCEDURE clause" +"View's SELECT contains a variable or parameter" +"View's SELECT contains a temporary table '%-.64s'" +"View's SELECT and view's field list have different column counts" +"View merge algorithm can't be used here for now (assumed undefined algorithm)" +"View being update does not have complete key of underlying table in it" diff --git a/sql/share/estonian/errmsg.txt b/sql/share/estonian/errmsg.txt index 6438934cdda..4ff08a9c8c7 100644 --- a/sql/share/estonian/errmsg.txt +++ b/sql/share/estonian/errmsg.txt @@ -351,3 +351,14 @@ character-set=latin7 "Unexpected end of file while parsing comment '%-.64s'" "Error while parsing parameter '%-.64s' (line: '%-.64s')" "Unexpected end of file while skipping unknown parameter '%-.64s'" +"EXPLAIN/SHOW can not be issued; lacking privileges for underlying table" +"File '%-.64s' has unknown type '%-.64s' in its header" +"'%-.64s.%-.64s' is not %s" +"Column '%-.64s' is not updatable" +"View's SELECT contains a subquery in the FROM clause" +"View's SELECT contains a PROCEDURE clause" +"View's SELECT contains a variable or parameter" +"View's SELECT contains a temporary table '%-.64s'" +"View's SELECT and view's field list have different column counts" +"View merge algorithm can't be used here for now (assumed undefined algorithm)" +"View being update does not have complete key of underlying table in it" diff --git a/sql/share/french/errmsg.txt b/sql/share/french/errmsg.txt index c4957433a8c..a1d0448ebf1 100644 --- a/sql/share/french/errmsg.txt +++ b/sql/share/french/errmsg.txt @@ -346,3 +346,14 @@ character-set=latin1 "Unexpected end of file while parsing comment '%-.64s'" "Error while parsing parameter '%-.64s' (line: '%-.64s')" "Unexpected end of file while skipping unknown parameter '%-.64s'" +"EXPLAIN/SHOW can not be issued; lacking privileges for underlying table" +"File '%-.64s' has unknown type '%-.64s' in its header" +"'%-.64s.%-.64s' is not %s" +"Column '%-.64s' is not updatable" +"View's SELECT contains a subquery in the FROM clause" +"View's SELECT contains a PROCEDURE clause" +"View's SELECT contains a variable or parameter" +"View's SELECT contains a temporary table '%-.64s'" +"View's SELECT and view's field list have different column counts" +"View merge algorithm can't be used here for now (assumed undefined algorithm)" +"View being update does not have complete key of underlying table in it" diff --git a/sql/share/german/errmsg.txt b/sql/share/german/errmsg.txt index 0d6eb180abd..ac7cf16b7b4 100644 --- a/sql/share/german/errmsg.txt +++ b/sql/share/german/errmsg.txt @@ -358,3 +358,14 @@ character-set=latin1 "Unexpected end of file while parsing comment '%-.64s'" "Error while parsing parameter '%-.64s' (line: '%-.64s')" "Unexpected end of file while skipping unknown parameter '%-.64s'" +"EXPLAIN/SHOW can not be issued; lacking privileges for underlying table" +"File '%-.64s' has unknown type '%-.64s' in its header" +"'%-.64s.%-.64s' is not %s" +"Column '%-.64s' is not updatable" +"View's SELECT contains a subquery in the FROM clause" +"View's SELECT contains a PROCEDURE clause" +"View's SELECT contains a variable or parameter" +"View's SELECT contains a temporary table '%-.64s'" +"View's SELECT and view's field list have different column counts" +"View merge algorithm can't be used here for now (assumed undefined algorithm)" +"View being update does not have complete key of underlying table in it" diff --git a/sql/share/greek/errmsg.txt b/sql/share/greek/errmsg.txt index 6a1c6b99c25..f505766bbe9 100644 --- a/sql/share/greek/errmsg.txt +++ b/sql/share/greek/errmsg.txt @@ -346,3 +346,14 @@ character-set=greek "Unexpected end of file while parsing comment '%-.64s'" "Error while parsing parameter '%-.64s' (line: '%-.64s')" "Unexpected end of file while skipping unknown parameter '%-.64s'" +"EXPLAIN/SHOW can not be issued; lacking privileges for underlying table" +"File '%-.64s' has unknown type '%-.64s' in its header" +"'%-.64s.%-.64s' is not %s" +"Column '%-.64s' is not updatable" +"View's SELECT contains a subquery in the FROM clause" +"View's SELECT contains a PROCEDURE clause" +"View's SELECT contains a variable or parameter" +"View's SELECT contains a temporary table '%-.64s'" +"View's SELECT and view's field list have different column counts" +"View merge algorithm can't be used here for now (assumed undefined algorithm)" +"View being update does not have complete key of underlying table in it" diff --git a/sql/share/hungarian/errmsg.txt b/sql/share/hungarian/errmsg.txt index f9391613018..4f328d07825 100644 --- a/sql/share/hungarian/errmsg.txt +++ b/sql/share/hungarian/errmsg.txt @@ -348,3 +348,14 @@ character-set=latin2 "Unexpected end of file while parsing comment '%-.64s'" "Error while parsing parameter '%-.64s' (line: '%-.64s')" "Unexpected end of file while skipping unknown parameter '%-.64s'" +"EXPLAIN/SHOW can not be issued; lacking privileges for underlying table" +"File '%-.64s' has unknown type '%-.64s' in its header" +"'%-.64s.%-.64s' is not %s" +"Column '%-.64s' is not updatable" +"View's SELECT contains a subquery in the FROM clause" +"View's SELECT contains a PROCEDURE clause" +"View's SELECT contains a variable or parameter" +"View's SELECT contains a temporary table '%-.64s'" +"View's SELECT and view's field list have different column counts" +"View merge algorithm can't be used here for now (assumed undefined algorithm)" +"View being update does not have complete key of underlying table in it" diff --git a/sql/share/italian/errmsg.txt b/sql/share/italian/errmsg.txt index 525fd7eced9..af5ebc4c3e6 100644 --- a/sql/share/italian/errmsg.txt +++ b/sql/share/italian/errmsg.txt @@ -346,3 +346,14 @@ character-set=latin1 "Unexpected end of file while parsing comment '%-.64s'" "Error while parsing parameter '%-.64s' (line: '%-.64s')" "Unexpected end of file while skipping unknown parameter '%-.64s'" +"EXPLAIN/SHOW can not be issued; lacking privileges for underlying table" +"File '%-.64s' has unknown type '%-.64s' in its header" +"'%-.64s.%-.64s' is not %s" +"Column '%-.64s' is not updatable" +"View's SELECT contains a subquery in the FROM clause" +"View's SELECT contains a PROCEDURE clause" +"View's SELECT contains a variable or parameter" +"View's SELECT contains a temporary table '%-.64s'" +"View's SELECT and view's field list have different column counts" +"View merge algorithm can't be used here for now (assumed undefined algorithm)" +"View being update does not have complete key of underlying table in it" diff --git a/sql/share/japanese/errmsg.txt b/sql/share/japanese/errmsg.txt index fdff7cff4e3..2a230bdf17d 100644 --- a/sql/share/japanese/errmsg.txt +++ b/sql/share/japanese/errmsg.txt @@ -348,3 +348,14 @@ character-set=ujis "Unexpected end of file while parsing comment '%-.64s'" "Error while parsing parameter '%-.64s' (line: '%-.64s')" "Unexpected end of file while skipping unknown parameter '%-.64s'" +"EXPLAIN/SHOW can not be issued; lacking privileges for underlying table" +"File '%-.64s' has unknown type '%-.64s' in its header" +"'%-.64s.%-.64s' is not %s" +"Column '%-.64s' is not updatable" +"View's SELECT contains a subquery in the FROM clause" +"View's SELECT contains a PROCEDURE clause" +"View's SELECT contains a variable or parameter" +"View's SELECT contains a temporary table '%-.64s'" +"View's SELECT and view's field list have different column counts" +"View merge algorithm can't be used here for now (assumed undefined algorithm)" +"View being update does not have complete key of underlying table in it" diff --git a/sql/share/korean/errmsg.txt b/sql/share/korean/errmsg.txt index ee038dd9ec6..ed1751bbc18 100644 --- a/sql/share/korean/errmsg.txt +++ b/sql/share/korean/errmsg.txt @@ -346,3 +346,14 @@ character-set=euckr "Unexpected end of file while parsing comment '%-.64s'" "Error while parsing parameter '%-.64s' (line: '%-.64s')" "Unexpected end of file while skipping unknown parameter '%-.64s'" +"EXPLAIN/SHOW can not be issued; lacking privileges for underlying table" +"File '%-.64s' has unknown type '%-.64s' in its header" +"'%-.64s.%-.64s' is not %s" +"Column '%-.64s' is not updatable" +"View's SELECT contains a subquery in the FROM clause" +"View's SELECT contains a PROCEDURE clause" +"View's SELECT contains a variable or parameter" +"View's SELECT contains a temporary table '%-.64s'" +"View's SELECT and view's field list have different column counts" +"View merge algorithm can't be used here for now (assumed undefined algorithm)" +"View being update does not have complete key of underlying table in it" diff --git a/sql/share/norwegian-ny/errmsg.txt b/sql/share/norwegian-ny/errmsg.txt index 10cb75fdb7b..70951dfc1f4 100644 --- a/sql/share/norwegian-ny/errmsg.txt +++ b/sql/share/norwegian-ny/errmsg.txt @@ -348,3 +348,14 @@ character-set=latin1 "Unexpected end of file while parsing comment '%-.64s'" "Error while parsing parameter '%-.64s' (line: '%-.64s')" "Unexpected end of file while skipping unknown parameter '%-.64s'" +"EXPLAIN/SHOW can not be issued; lacking privileges for underlying table" +"File '%-.64s' has unknown type '%-.64s' in its header" +"'%-.64s.%-.64s' is not %s" +"Column '%-.64s' is not updatable" +"View's SELECT contains a subquery in the FROM clause" +"View's SELECT contains a PROCEDURE clause" +"View's SELECT contains a variable or parameter" +"View's SELECT contains a temporary table '%-.64s'" +"View's SELECT and view's field list have different column counts" +"View merge algorithm can't be used here for now (assumed undefined algorithm)" +"View being update does not have complete key of underlying table in it" diff --git a/sql/share/norwegian/errmsg.txt b/sql/share/norwegian/errmsg.txt index d17c12c13e3..d6b0fa9303b 100644 --- a/sql/share/norwegian/errmsg.txt +++ b/sql/share/norwegian/errmsg.txt @@ -348,3 +348,14 @@ character-set=latin1 "Unexpected end of file while parsing comment '%-.64s'" "Error while parsing parameter '%-.64s' (line: '%-.64s')" "Unexpected end of file while skipping unknown parameter '%-.64s'" +"EXPLAIN/SHOW can not be issued; lacking privileges for underlying table" +"File '%-.64s' has unknown type '%-.64s' in its header" +"'%-.64s.%-.64s' is not %s" +"Column '%-.64s' is not updatable" +"View's SELECT contains a subquery in the FROM clause" +"View's SELECT contains a PROCEDURE clause" +"View's SELECT contains a variable or parameter" +"View's SELECT contains a temporary table '%-.64s'" +"View's SELECT and view's field list have different column counts" +"View merge algorithm can't be used here for now (assumed undefined algorithm)" +"View being update does not have complete key of underlying table in it" diff --git a/sql/share/polish/errmsg.txt b/sql/share/polish/errmsg.txt index 38d707d9174..6914661f188 100644 --- a/sql/share/polish/errmsg.txt +++ b/sql/share/polish/errmsg.txt @@ -350,3 +350,14 @@ character-set=latin2 "Unexpected end of file while parsing comment '%-.64s'" "Error while parsing parameter '%-.64s' (line: '%-.64s')" "Unexpected end of file while skipping unknown parameter '%-.64s'" +"EXPLAIN/SHOW can not be issued; lacking privileges for underlying table" +"File '%-.64s' has unknown type '%-.64s' in its header" +"'%-.64s.%-.64s' is not %s" +"Column '%-.64s' is not updatable" +"View's SELECT contains a subquery in the FROM clause" +"View's SELECT contains a PROCEDURE clause" +"View's SELECT contains a variable or parameter" +"View's SELECT contains a temporary table '%-.64s'" +"View's SELECT and view's field list have different column counts" +"View merge algorithm can't be used here for now (assumed undefined algorithm)" +"View being update does not have complete key of underlying table in it" diff --git a/sql/share/portuguese/errmsg.txt b/sql/share/portuguese/errmsg.txt index 391c10c8bbc..3aa6071ff5b 100644 --- a/sql/share/portuguese/errmsg.txt +++ b/sql/share/portuguese/errmsg.txt @@ -347,3 +347,14 @@ character-set=latin1 "Unexpected end of file while parsing comment '%-.64s'" "Error while parsing parameter '%-.64s' (line: '%-.64s')" "Unexpected end of file while skipping unknown parameter '%-.64s'" +"EXPLAIN/SHOW can not be issued; lacking privileges for underlying table" +"File '%-.64s' has unknown type '%-.64s' in its header" +"'%-.64s.%-.64s' is not %s" +"Column '%-.64s' is not updatable" +"View's SELECT contains a subquery in the FROM clause" +"View's SELECT contains a PROCEDURE clause" +"View's SELECT contains a variable or parameter" +"View's SELECT contains a temporary table '%-.64s'" +"View's SELECT and view's field list have different column counts" +"View merge algorithm can't be used here for now (assumed undefined algorithm)" +"View being update does not have complete key of underlying table in it" diff --git a/sql/share/romanian/errmsg.txt b/sql/share/romanian/errmsg.txt index 8cc218f3831..87691de7ce9 100644 --- a/sql/share/romanian/errmsg.txt +++ b/sql/share/romanian/errmsg.txt @@ -350,3 +350,14 @@ character-set=latin2 "Unexpected end of file while parsing comment '%-.64s'" "Error while parsing parameter '%-.64s' (line: '%-.64s')" "Unexpected end of file while skipping unknown parameter '%-.64s'" +"EXPLAIN/SHOW can not be issued; lacking privileges for underlying table" +"File '%-.64s' has unknown type '%-.64s' in its header" +"'%-.64s.%-.64s' is not %s" +"Column '%-.64s' is not updatable" +"View's SELECT contains a subquery in the FROM clause" +"View's SELECT contains a PROCEDURE clause" +"View's SELECT contains a variable or parameter" +"View's SELECT contains a temporary table '%-.64s'" +"View's SELECT and view's field list have different column counts" +"View merge algorithm can't be used here for now (assumed undefined algorithm)" +"View being update does not have complete key of underlying table in it" diff --git a/sql/share/russian/errmsg.txt b/sql/share/russian/errmsg.txt index b317265f9ac..55116a24b4a 100644 --- a/sql/share/russian/errmsg.txt +++ b/sql/share/russian/errmsg.txt @@ -348,3 +348,14 @@ character-set=koi8r "Неожиданный конец файла в коментарии '%-.64s'" "Ошибка при распознавании параметра '%-.64s' (строка: '%-.64s')" "Неожиданный конец файла при пропуске неизвестного параметра '%-.64s'" +"EXPLAIN/SHOW не может быть выполненно; недостаточно прав на такблицы запроса" +"Файл '%-.64s' содержит неизвестный тип '%-.64s' в заголовке" +"'%-.64s.%-.64s' - не %s" +"Столбец '%-.64s' не обновляемый" +"View SELECT содержит подзапрос в конструкции FROM" +"View SELECT содержит конструкцию PROCEDURE" +"View SELECT содержит переменную или параметр" +"View SELECT содержит ссылку на временную таблицу '%-.64s'" +"View SELECT и список полей view имеют разное количество столбцов" +"Алгоритм слияния view не может быть использован сейчас (алгоритм будет неопеределенным)" +"Обновляемый view не содержит ключа использованной в нем таблиц(ы)" diff --git a/sql/share/serbian/errmsg.txt b/sql/share/serbian/errmsg.txt index 6a5b24666c3..a08e65149ef 100644 --- a/sql/share/serbian/errmsg.txt +++ b/sql/share/serbian/errmsg.txt @@ -352,3 +352,14 @@ character-set=cp1250 "Unexpected end of file while parsing comment '%-.64s'" "Error while parsing parameter '%-.64s' (line: '%-.64s')" "Unexpected end of file while skipping unknown parameter '%-.64s'" +"EXPLAIN/SHOW can not be issued; lacking privileges for underlying table" +"File '%-.64s' has unknown type '%-.64s' in its header" +"'%-.64s.%-.64s' is not %s" +"Column '%-.64s' is not updatable" +"View's SELECT contains a subquery in the FROM clause" +"View's SELECT contains a PROCEDURE clause" +"View's SELECT contains a variable or parameter" +"View's SELECT contains a temporary table '%-.64s'" +"View's SELECT and view's field list have different column counts" +"View merge algorithm can't be used here for now (assumed undefined algorithm)" +"View being update does not have complete key of underlying table in it" diff --git a/sql/share/slovak/errmsg.txt b/sql/share/slovak/errmsg.txt index ba851763bf6..222461bab51 100644 --- a/sql/share/slovak/errmsg.txt +++ b/sql/share/slovak/errmsg.txt @@ -354,3 +354,14 @@ character-set=latin2 "Unexpected end of file while parsing comment '%-.64s'" "Error while parsing parameter '%-.64s' (line: '%-.64s')" "Unexpected end of file while skipping unknown parameter '%-.64s'" +"EXPLAIN/SHOW can not be issued; lacking privileges for underlying table" +"File '%-.64s' has unknown type '%-.64s' in its header" +"'%-.64s.%-.64s' is not %s" +"Column '%-.64s' is not updatable" +"View's SELECT contains a subquery in the FROM clause" +"View's SELECT contains a PROCEDURE clause" +"View's SELECT contains a variable or parameter" +"View's SELECT contains a temporary table '%-.64s'" +"View's SELECT and view's field list have different column counts" +"View merge algorithm can't be used here for now (assumed undefined algorithm)" +"View being update does not have complete key of underlying table in it" diff --git a/sql/share/spanish/errmsg.txt b/sql/share/spanish/errmsg.txt index fe19bdbb7ac..791dcacfcc2 100644 --- a/sql/share/spanish/errmsg.txt +++ b/sql/share/spanish/errmsg.txt @@ -348,3 +348,14 @@ character-set=latin1 "Unexpected end of file while parsing comment '%-.64s'" "Error while parsing parameter '%-.64s' (line: '%-.64s')" "Unexpected end of file while skipping unknown parameter '%-.64s'" +"EXPLAIN/SHOW can not be issued; lacking privileges for underlying table" +"File '%-.64s' has unknown type '%-.64s' in its header" +"'%-.64s.%-.64s' is not %s" +"Column '%-.64s' is not updatable" +"View's SELECT contains a subquery in the FROM clause" +"View's SELECT contains a PROCEDURE clause" +"View's SELECT contains a variable or parameter" +"View's SELECT contains a temporary table '%-.64s'" +"View's SELECT and view's field list have different column counts" +"View merge algorithm can't be used here for now (assumed undefined algorithm)" +"View being update does not have complete key of underlying table in it" diff --git a/sql/share/swedish/errmsg.txt b/sql/share/swedish/errmsg.txt index 3a616479dba..0c562525ffa 100644 --- a/sql/share/swedish/errmsg.txt +++ b/sql/share/swedish/errmsg.txt @@ -346,3 +346,14 @@ character-set=latin1 "Unexpected end of file while parsing comment '%-.64s'" "Error while parsing parameter '%-.64s' (line: '%-.64s')" "Unexpected end of file while skipping unknown parameter '%-.64s'" +"EXPLAIN/SHOW can not be issued; lacking privileges for underlying table" +"File '%-.64s' has unknown type '%-.64s' in its header" +"'%-.64s.%-.64s' is not %s" +"Column '%-.64s' is not updatable" +"View's SELECT contains a subquery in the FROM clause" +"View's SELECT contains a PROCEDURE clause" +"View's SELECT contains a variable or parameter" +"View's SELECT contains a temporary table '%-.64s'" +"View's SELECT and view's field list have different column counts" +"View merge algorithm can't be used here for now (assumed undefined algorithm)" +"View being update does not have complete key of underlying table in it" diff --git a/sql/share/ukrainian/errmsg.txt b/sql/share/ukrainian/errmsg.txt index 1aeba953e8f..cb483e3ed99 100644 --- a/sql/share/ukrainian/errmsg.txt +++ b/sql/share/ukrainian/errmsg.txt @@ -351,3 +351,14 @@ character-set=koi8u "Неспод╕ванний к╕нець файлу у коментар╕ '%-.64s'" "Помилка в росп╕знаванн╕ параметру '%-.64s' (рядок: '%-.64s')" "Неспод╕ванний к╕нець файлу у спроб╕ проминути нев╕домий параметр '%-.64s'" +"EXPLAIN/SHOW не може бути в╕конано; нема╓ прав на тиблиц╕ запиту" +"Файл '%-.64s' ма╓ нев╕домий тип '%-.64s' у заголовку" +"'%-.64s.%-.64s' не ╓ %s" +"Стовбець '%-.64s' не може бути зминений" +"View SELECT ма╓ п╕дзапит у конструкц╕╖ FROM" +"View SELECT ма╓ конструкц╕ю PROCEDURE" +"View SELECT ма╓ зминну або параметер" +"View SELECT використову╓ тимчасову таблицю '%-.64s'" +"View SELECT ╕ перел╕к стовбц╕в view мають р╕зну к╕льк╕сть сковбц╕в" +"Алгоритм зливання view не може бути використаний зараз (алгоритм буде невизначений)" +"View, що оновлюеться, не м╕стить повного ключа таблиц╕(ь), що викор╕стана в ньюому" |