mariadb/sql/share
unknown fbf563e86a allow UPDATE and DELETE stetements with tables derived from subquery if they are not updated (BUG#2117)
allow delete table by alias in multi-delete statement



include/mysqld_error.h:
  new error message about non-updateable table
mysql-test/r/derived.result:
  test of multi-update and multi-delete
mysql-test/t/derived.test:
  test of multi-update and multi-delete
sql/share/czech/errmsg.txt:
  new error message about non-updateable table
sql/share/danish/errmsg.txt:
  new error message about non-updateable table
sql/share/dutch/errmsg.txt:
  new error message about non-updateable table
sql/share/english/errmsg.txt:
  new error message about non-updateable table
sql/share/estonian/errmsg.txt:
  new error message about non-updateable table
sql/share/french/errmsg.txt:
  new error message about non-updateable table
sql/share/german/errmsg.txt:
  new error message about non-updateable table
sql/share/greek/errmsg.txt:
  new error message about non-updateable table
sql/share/hungarian/errmsg.txt:
  new error message about non-updateable table
sql/share/italian/errmsg.txt:
  new error message about non-updateable table
sql/share/japanese/errmsg.txt:
  new error message about non-updateable table
sql/share/korean/errmsg.txt:
  new error message about non-updateable table
sql/share/norwegian-ny/errmsg.txt:
  new error message about non-updateable table
sql/share/norwegian/errmsg.txt:
  new error message about non-updateable table
sql/share/polish/errmsg.txt:
  new error message about non-updateable table
sql/share/portuguese/errmsg.txt:
  new error message about non-updateable table
sql/share/romanian/errmsg.txt:
  new error message about non-updateable table
sql/share/russian/errmsg.txt:
  new error message about non-updateable table
sql/share/serbian/errmsg.txt:
  new error message about non-updateable table
sql/share/slovak/errmsg.txt:
  new error message about non-updateable table
sql/share/spanish/errmsg.txt:
  new error message about non-updateable table
sql/share/swedish/errmsg.txt:
  new error message about non-updateable table
sql/share/ukrainian/errmsg.txt:
  new error message about non-updateable table
sql/sql_parse.cc:
  allow delete table by alias
  separate error message for try to delete derived table
sql/sql_update.cc:
  test "is updated table derived?"
sql/sql_yacc.yy:
  error message in case of try to update derived table
2004-01-04 23:44:33 +02:00
..
charsets latin1.xml, Index.xml: 2003-12-29 19:58:18 +04:00
czech allow UPDATE and DELETE stetements with tables derived from subquery if they are not updated (BUG#2117) 2004-01-04 23:44:33 +02:00
danish allow UPDATE and DELETE stetements with tables derived from subquery if they are not updated (BUG#2117) 2004-01-04 23:44:33 +02:00
dutch allow UPDATE and DELETE stetements with tables derived from subquery if they are not updated (BUG#2117) 2004-01-04 23:44:33 +02:00
english allow UPDATE and DELETE stetements with tables derived from subquery if they are not updated (BUG#2117) 2004-01-04 23:44:33 +02:00
estonian allow UPDATE and DELETE stetements with tables derived from subquery if they are not updated (BUG#2117) 2004-01-04 23:44:33 +02:00
french allow UPDATE and DELETE stetements with tables derived from subquery if they are not updated (BUG#2117) 2004-01-04 23:44:33 +02:00
german allow UPDATE and DELETE stetements with tables derived from subquery if they are not updated (BUG#2117) 2004-01-04 23:44:33 +02:00
greek allow UPDATE and DELETE stetements with tables derived from subquery if they are not updated (BUG#2117) 2004-01-04 23:44:33 +02:00
hungarian allow UPDATE and DELETE stetements with tables derived from subquery if they are not updated (BUG#2117) 2004-01-04 23:44:33 +02:00
italian allow UPDATE and DELETE stetements with tables derived from subquery if they are not updated (BUG#2117) 2004-01-04 23:44:33 +02:00
japanese allow UPDATE and DELETE stetements with tables derived from subquery if they are not updated (BUG#2117) 2004-01-04 23:44:33 +02:00
korean allow UPDATE and DELETE stetements with tables derived from subquery if they are not updated (BUG#2117) 2004-01-04 23:44:33 +02:00
norwegian allow UPDATE and DELETE stetements with tables derived from subquery if they are not updated (BUG#2117) 2004-01-04 23:44:33 +02:00
norwegian-ny allow UPDATE and DELETE stetements with tables derived from subquery if they are not updated (BUG#2117) 2004-01-04 23:44:33 +02:00
polish allow UPDATE and DELETE stetements with tables derived from subquery if they are not updated (BUG#2117) 2004-01-04 23:44:33 +02:00
portuguese allow UPDATE and DELETE stetements with tables derived from subquery if they are not updated (BUG#2117) 2004-01-04 23:44:33 +02:00
romanian allow UPDATE and DELETE stetements with tables derived from subquery if they are not updated (BUG#2117) 2004-01-04 23:44:33 +02:00
russian allow UPDATE and DELETE stetements with tables derived from subquery if they are not updated (BUG#2117) 2004-01-04 23:44:33 +02:00
serbian allow UPDATE and DELETE stetements with tables derived from subquery if they are not updated (BUG#2117) 2004-01-04 23:44:33 +02:00
slovak allow UPDATE and DELETE stetements with tables derived from subquery if they are not updated (BUG#2117) 2004-01-04 23:44:33 +02:00
spanish allow UPDATE and DELETE stetements with tables derived from subquery if they are not updated (BUG#2117) 2004-01-04 23:44:33 +02:00
swedish allow UPDATE and DELETE stetements with tables derived from subquery if they are not updated (BUG#2117) 2004-01-04 23:44:33 +02:00
ukrainian allow UPDATE and DELETE stetements with tables derived from subquery if they are not updated (BUG#2117) 2004-01-04 23:44:33 +02:00
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
Makefile.am Charset number is now stored into error.sys by comp_err and loaded by mysqld. 2003-09-17 16:22:58 +05:00