Bug #3406 PS lack multidelete & multiupdate support
Submitted: 7 Apr 2004 0:36 Modified: 18 Apr 2004 9:26
Reporter: Oleksandr Byelkin Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S2 (Serious)
Version:4.1 OS:Any (all)
Assigned to: Oleksandr Byelkin CPU Architecture:Any

[7 Apr 2004 0:36] Oleksandr Byelkin
Description:
PS lack multidelete & multiupdate support 

How to repeat:
grep SQLCOM_DELETE_MULTI sql/sql_prepare.cc 
grep SQLCOM_UPDATE_MULTI sql/sql_prepare.cc
[7 Apr 2004 14:25] Oleksandr Byelkin
ChangeSet 
  1.1773 04/04/08 00:16:17 bell@sanja.is.com.ua +39 -0 
  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)
[18 Apr 2004 9:26] Oleksandr Byelkin
pushed