Bug #33054 reverse engineering schemas with space in name fails
Submitted: 7 Dec 2007 0:27 Modified: 7 Dec 2007 19:13
Reporter: Alfredo Kojima Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:5.0.10 OS:Any
Assigned to: Johannes Taxacher CPU Architecture:Any
Tags: reverse engineering

[7 Dec 2007 0:27] Alfredo Kojima
Description:
Attempting to reverse engineer a schema that contains spaces in the name
will fail (apparently the tokenizer is breaking the name up at the space).

How to repeat:
create database `some thing`;
put stuff in it

Database -> Reverse Engineer

Will result in an error.

Suggested fix:
-
[7 Dec 2007 16:47] Sergei Tkachenko
Fixed.
[7 Dec 2007 19:13] Johannes Taxacher
works in 5.0.10 SVN rev 2326