Bug #468 SHOW VARIABLES trims innodb_data_file_path
Submitted: 21 May 2003 1:48 Modified: 23 May 2003 7:44
Reporter: Alexander Keremidarski Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:3.23.57 OS:Any (any)
Assigned to: Guilhem Bichot CPU Architecture:Any

[21 May 2003 1:48] Alexander Keremidarski
Description:
With following line in my.cnf

innodb_data_file_path = ibdata1:10M;ibdata2:10M:autoextend

mysql> select version(); show variables like "innodb_data_file_path";

| 3.23.57-debug |
 
+-----------------------+---------+
| Variable_name         | Value   |
+-----------------------+---------+
| innodb_data_file_path | ibdata1 |
+-----------------------+---------+

mysql> select version(); show variables like "innodb_data_file_path";

| 4.0.13-debug-log |
 
+-----------------------+------------------------------------+
| Variable_name         | Value                              |
+-----------------------+------------------------------------+
| innodb_data_file_path | ibdata1:10M;ibdata2:10M:autoextend |
+-----------------------+------------------------------------+

How to repeat:
See above
[23 May 2003 7:44] Guilhem Bichot
Thank you for your bug report. This issue has been fixed in the latest
development tree for that product. You can find more information about
accessing our development trees at 
    http://www.mysql.com/doc/en/Installing_source_tree.html