Bug #35053 Spelling mistake in ERROR 1656 (HY000): Tablespace '%' already exist
Submitted: 4 Mar 2008 20:56 Modified: 12 Sep 2008 9:50
Reporter: Philip Stoev Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Errors Severity:S3 (Non-critical)
Version:6.0-falcon-team OS:Any
Assigned to: CPU Architecture:Any

[4 Mar 2008 20:56] Philip Stoev
Description:
This error message:

ERROR 1656 (HY000): Tablespace 'space3' already exist

should be

ERROR 1656 (HY000): Tablespace 'space3' already exists

otherwise we are entering into the realm of

http://en.wikipedia.org/wiki/All_your_base_are_belong_to_us

How to repeat:
mysql> create tablespace space3 ADD DATAFILE 'file3' ENGINE = Falcon;
Query OK, 0 rows affected (0.43 sec)

mysql> create tablespace space3 ADD DATAFILE 'file3' ENGINE = Falcon;
ERROR 1656 (HY000): Tablespace 'space3' already exist

Suggested fix:
Add trailing "s".
[12 Sep 2008 9:50] Konstantin Osipov
Fixed by Hakan during a manual merge.