1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-10 23:02:54 +03:00
Files
mariadb/mysql-test/r
unknown c9d856c8b7 new error for unsupported command in PS
fixed IN subselect with basic constant left expression
SQLCOM_CREATE_TABLE, SQLCOM_UPDATE_MULTI, SQLCOM_REPLACE_SELECT, SQLCOM_INSERT_SELECT, QLCOM_DELETE_MULTI fixed to be compatible with PS (BUG#3398, BUG#3406)
fixed multiupdate privelege check (BUG#3408)
fixed multiupdate tables check (BUG#3411)
unchecked commands now is rejected by PS protocol to avoid serever crash
fixed cleunup procedure to be compatible sith DO/SET (BUG#3393)


include/mysqld_error.h:
  new error for unsupported command in PS
mysql-test/r/multi_update.result:
  test sutes (BUG#3408, BUG#3411)
mysql-test/t/multi_update.test:
  test sutes (BUG#3408, BUG#3411)
sql/item_cmpfunc.cc:
  fixed IN subselect with basic constant left expression
sql/mysql_priv.h:
  some function frop sql_parse.h become public
sql/set_var.cc:
  check for SET command via PS
sql/set_var.h:
  check for SET command via PS
sql/share/czech/errmsg.txt:
  new error for unsupported command in PS
sql/share/danish/errmsg.txt:
  new error for unsupported command in PS
sql/share/dutch/errmsg.txt:
  new error for unsupported command in PS
sql/share/english/errmsg.txt:
  new error for unsupported command in PS
sql/share/estonian/errmsg.txt:
  new error for unsupported command in PS
sql/share/french/errmsg.txt:
  new error for unsupported command in PS
sql/share/german/errmsg.txt:
  new error for unsupported command in PS
sql/share/greek/errmsg.txt:
  new error for unsupported command in PS
sql/share/hungarian/errmsg.txt:
  new error for unsupported command in PS
sql/share/italian/errmsg.txt:
  new error for unsupported command in PS
sql/share/japanese/errmsg.txt:
  new error for unsupported command in PS
sql/share/korean/errmsg.txt:
  new error for unsupported command in PS
sql/share/norwegian-ny/errmsg.txt:
  new error for unsupported command in PS
sql/share/norwegian/errmsg.txt:
  new error for unsupported command in PS
sql/share/polish/errmsg.txt:
  new error for unsupported command in PS
sql/share/portuguese/errmsg.txt:
  new error for unsupported command in PS
sql/share/romanian/errmsg.txt:
  new error for unsupported command in PS
sql/share/russian/errmsg.txt:
  new error for unsupported command in PS
sql/share/serbian/errmsg.txt:
  new error for unsupported command in PS
sql/share/slovak/errmsg.txt:
  new error for unsupported command in PS
sql/share/spanish/errmsg.txt:
  new error for unsupported command in PS
sql/share/swedish/errmsg.txt:
  new error for unsupported command in PS
sql/share/ukrainian/errmsg.txt:
  new error for unsupported command in PS
sql/sql_lex.cc:
  first table unlincking procedures for CREATE command
sql/sql_lex.h:
  first table unlincking procedures for CREATE command
sql/sql_parse.cc:
  used function to exclude first table from list
  SQLCOM_CREATE_TABLE, SQLCOM_UPDATE_MULTI, SQLCOM_REPLACE_SELECT, SQLCOM_INSERT_SELECT, QLCOM_DELETE_MULTI fixed to be compatible with PS (BUG#3398, BUG#3406)
  fixed multiupdate privelege check (BUG#3408)
  fixed multiupdate tables check (BUG#3411)
sql/sql_prepare.cc:
  fixed a lot of commands to be compatible with PS
  unchecked commands now is rejected to avoid serever crash
sql/sql_select.cc:
  allow empty result for PS preparing
sql/sql_union.cc:
  fixed cleunup procedure to be compatible sith DO/SET (BUG#3393)
sql/sql_update.cc:
  fixed update to use correct tables lists (BUG#3408)
sql/table.h:
  flag to support multi update tables check (BUG#3408)
tests/client_test.c:
  removed unsupported tables
  fixed show table test
  added new tests
2004-04-08 00:16:17 +03:00
..
2003-12-10 04:31:42 +00:00
2003-03-17 15:05:04 +02:00
2003-12-10 04:31:42 +00:00
2003-12-10 04:31:42 +00:00
2004-03-30 02:32:41 +03:00
2003-12-10 04:31:42 +00:00
2004-02-16 10:03:25 +02:00
2004-03-29 17:27:30 +05:00
2001-09-27 23:05:54 -06:00
2003-12-10 04:31:42 +00:00
2002-03-13 17:20:17 +00:00
2003-12-10 04:31:42 +00:00
2003-11-21 01:53:01 +02:00
2004-03-29 17:27:30 +05:00
2004-02-16 10:03:25 +02:00
2004-02-16 10:03:25 +02:00
2003-12-10 04:31:42 +00:00
2001-09-27 23:05:54 -06:00
2003-06-04 19:21:51 +03:00
2001-09-27 23:05:54 -06:00
2003-12-10 04:31:42 +00:00
2003-12-10 04:31:42 +00:00
2003-12-10 04:31:42 +00:00
2001-09-27 23:05:54 -06:00
2004-03-16 22:41:30 +02:00
2002-05-21 20:35:58 +03:00
2003-12-10 04:31:42 +00:00
2003-10-31 11:52:46 +02:00
2004-02-16 10:03:25 +02:00
2004-02-16 10:03:25 +02:00
2004-03-17 10:36:12 +02:00
2003-10-31 11:52:01 +02:00
2004-03-16 16:35:53 +01:00
2003-12-17 17:35:34 +02:00
2003-12-16 02:23:40 +02:00
2004-03-25 22:11:22 +02:00
2001-09-27 23:05:54 -06:00
2004-03-17 14:03:26 +04:00
2003-07-28 16:58:51 +02:00
2003-12-19 16:25:50 +02:00
2004-02-11 00:06:46 +01:00
2003-01-28 08:38:28 +02:00
2001-04-13 12:25:12 +03:00
2003-12-14 21:31:02 +01:00
2003-03-11 13:41:53 +04:00
2003-12-25 20:11:01 +04:00
2003-12-10 04:31:42 +00:00
2004-03-31 03:32:38 +03:00
2003-12-10 04:31:42 +00:00
2003-12-10 04:31:42 +00:00
2003-12-10 04:31:42 +00:00
2003-12-10 04:31:42 +00:00
2003-12-10 04:31:42 +00:00
2003-12-10 04:31:42 +00:00
2004-02-16 10:03:25 +02:00
2004-03-15 21:36:16 +04:00
2004-03-18 00:09:13 +02:00
2003-12-10 04:31:42 +00:00
2003-12-10 04:31:42 +00:00
2003-08-11 22:44:43 +03:00
2004-02-20 20:38:34 +01:00
2001-09-27 23:05:54 -06:00
2003-12-10 04:31:42 +00:00
2004-02-16 10:03:25 +02:00
2003-12-10 04:31:42 +00:00
2004-03-30 02:32:41 +03:00
2004-03-14 17:25:20 +01:00
2004-02-22 08:09:32 +02:00
2004-02-16 10:03:25 +02:00
2004-02-16 10:03:25 +02:00
2004-03-30 02:32:41 +03:00
2001-10-08 20:18:37 -06:00
2003-08-29 13:44:35 +03:00
2004-02-17 14:20:04 +02:00
2004-04-01 22:47:09 +05:00
2003-12-10 04:31:42 +00:00
2003-12-10 04:31:42 +00:00
2003-12-10 04:31:42 +00:00
2003-08-11 22:44:43 +03:00
2003-10-08 12:01:58 +03:00
2003-10-29 14:23:35 +01:00
2003-08-19 00:08:08 +03:00
2003-12-19 16:25:50 +02:00
2003-01-03 00:04:33 +02:00
2003-12-10 04:31:42 +00:00
2003-08-19 00:08:08 +03:00
2004-02-11 00:06:46 +01:00
2003-11-23 17:02:59 +01:00
2003-09-11 19:06:23 +03:00
2003-03-17 15:05:04 +02:00
2004-02-16 10:03:25 +02:00
2004-03-18 00:09:13 +02:00
2003-08-11 22:44:43 +03:00
2003-12-19 16:42:17 +02:00
2004-02-16 10:03:25 +02:00
2003-10-08 12:01:58 +03:00
2001-09-27 23:05:54 -06:00
2001-09-27 23:05:54 -06:00
2004-02-09 12:31:03 +01:00
2003-12-10 04:31:42 +00:00
2004-03-21 16:39:14 +02:00
2004-02-16 10:03:25 +02:00
2004-03-19 15:03:12 +02:00
2001-10-08 07:24:04 +03:00
2003-12-10 04:31:42 +00:00
2003-12-17 17:35:34 +02:00
2003-08-11 22:44:43 +03:00
2004-02-16 10:03:25 +02:00
2004-02-16 10:03:25 +02:00
2004-02-16 10:03:25 +02:00
2004-02-16 10:03:25 +02:00
2003-12-10 04:31:42 +00:00
2003-12-10 04:31:42 +00:00
2004-02-16 10:03:25 +02:00
2004-02-16 10:03:25 +02:00
2004-04-03 11:13:51 +03:00