Bug #27266 MySQL Administrator can not restore table with a name starting with '_'
Submitted: 19 Mar 2007 17:46 Modified: 27 Apr 2007 15:10
Reporter: GIovanni M Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Administrator Severity:S1 (Critical)
Version:5.0.10 OS:Windows (win xp)
Assigned to: Mike Lischke CPU Architecture:Any
Tags: restoring

[19 Mar 2007 17:46] GIovanni M
Description:
Warning: Do not know how to handle this statement at line 28:
CREATE TABLE `_accgiros` (
  `acc` int(10) unsigned NOT NULL auto_increment,
  `housing` tinyint(3) unsigned NOT NULL,
  `deriv` tinyint(3) unsigned NOT NULL,
  `giro` smallint(5) unsigned NOT NULL,
  `status` tinyint(3) unsigned NOT NULL,
  `tstamp` datetime NOT NULL,
  PRIMARY KEY  (`acc`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

How to repeat:
make a backup using guitools 5.0.r10 an try to restore. (both with my administrator)
[19 Mar 2007 18:54] Valeriy Kravchuk
Thank you for a bug report. Verified just as described. Any table with name like '\_%' can not be restored.
[27 Apr 2007 15:10] Mike Lischke
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release.

If necessary, you can access the source repository and build the latest available version, including the bug fix. More information about accessing the source trees is available at

    http://dev.mysql.com/doc/en/installing-source.html