Bug #3071 MySQL Administrator ibdata bug
Submitted: 5 Mar 2004 1:15 Modified: 11 Mar 2004 6:25
Reporter: Mickael Besson Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Administrator Severity:S3 (Non-critical)
Version:5.0.0 OS:Windows (Windows NT4)
Assigned to: Michael G. Zinner CPU Architecture:Any

[5 Mar 2004 1:15] Mickael Besson
Description:

Hello,
I tried to make many table spaces with this syntax in my.ini :

innodb_data_file_path=d:/mysql/ibdata/ibdata1:100M;c:/ibdata2/ibdata2:100M

innodb_data_home_dir=

The server runs well. It finds/creates both ibdata1 and ibdata2 files.
But, when I go on MySQL Administrator, it appears in Startup Variables/InnoDB Parameters these informations :

Filename :    d:
Size :        /mysql/ibdata/ibdata1

Filename :    c:
Size :        /ibdata/ibdata2

instead of this :

Filename :    ibdata1
Size :        100M

Filename :    ibdata2
Size :        100M

Moreover, we can't modify and add other table spaces with MySQL Administrator. We're obliged to edit my.ini

How to repeat:
MySQL Administrator --> Startup Variables/InnoDB Parameters
[11 Mar 2004 6:25] Michael G. Zinner
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 bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html