Bug #16658 DD: ALTERing LG that does not exist produces error 1064
Submitted: 20 Jan 2006 0:26 Modified: 20 Feb 2006 6:42
Reporter: Nikolay Grishakin Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S3 (Non-critical)
Version:5.1 OS:Linux (Linux)
Assigned to: Assigned Account CPU Architecture:Any

[20 Jan 2006 0:26] Nikolay Grishakin
Description:
Trying to alter LG that does not exist. Error 1064 is returned. To reproduce run the test case below. Note lg12 does not exist.

 ALTER LOGFILE GROUP lg12 
 ADD UNDOFILE './var/undofile.dat'
 INITIAL_SIZE 16M
 UNDO_BUFFER_SIZE = 10M
 ENGINE=NDB;

How to repeat:
see above
[20 Jan 2006 6:42] Jonas Oreland
what does "show warnings"  print?
what do you want it to print?
[21 Feb 2006 0:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".