Bug #16556 DD: New error messages needed
Submitted: 17 Jan 2006 2:14 Modified: 17 Jan 2006 2:16
Reporter: Nikolay Grishakin Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S4 (Feature request)
Version:mysql-5.1 OS:Any
Assigned to: CPU Architecture:Any

[17 Jan 2006 2:14] Nikolay Grishakin
Description:
If I'm dropping TS and Log File Groups that do not exist I'm getting standard error 1503 "Cannot drop TS or LFG". Error should be like: "Cannot drop TS name. TS name does not exist" and so on... Error should give more specific information.
To reproduce run the following SQL statments:

--error 1503
 DROP TABLESPACE ts1 ENGINE NDB;

--error 1503
 DROP LOGFILE GROUP lg1
 ENGINE=NDB;

How to repeat:
see above