Bug #1289 | skip-innodb not documented | ||
---|---|---|---|
Submitted: | 15 Sep 2003 19:06 | Modified: | 16 Sep 2003 10:01 |
Reporter: | [ name withheld ] | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQLCC: Docs | Severity: | S3 (Non-critical) |
Version: | 3.23.51 | OS: | n/a |
Assigned to: | CPU Architecture: | Any |
[15 Sep 2003 19:06]
[ name withheld ]
[16 Sep 2003 7:45]
Georg Richter
Thats clearly described: Chapter: 7.5 (http://www.mysql.com/doc/en/InnoDB_start.html) "If you don't want to use InnoDB tables, you can add the skip-innodb option to your MySQL option file. " Chapter 4.1.1 mysqld Command-line Options (http://www.mysql.com/doc/en/Command-line_options.html) "--skip-innodb Disable usage of Innodb tables. This will save memory and disk space and speed up some things. "
[16 Sep 2003 9:43]
[ name withheld ]
> Thats clearly described: You are reading the version number in bug reports, right? Also, it would help if you mentioned the version number you're looking at. (Your response implies that you think I missed the text you quoted, instead of just that the current version no longer has the problem I reported against an older version.)
[16 Sep 2003 10:01]
Paul DuBois
If the current version of the manual no longer has the problem reported, then there is nothing to fix. If you believe you've found a problem in the manual, please check the current version to see if it still exists in the current version. (For example, use the online manual, which is always up to date.) We don't make changes to manual versions that are included with older releases.
[16 Sep 2003 10:11]
[ name withheld ]
> If the current version of the manual no longer has the problem reported, then > there is nothing to fix. Of course. > We don't make changes to manual versions that are included with older releases. Of course too. (I didn't mean that you should.)
[25 Sep 2006 9:48]
Harry Boeck
http://www.mysql.com/doc/en/Command-line_options.html at the current version points to Chapter 4.1.3 and doesn't contain any string like innodb. http://www.mysql.com/doc/en/InnoDB_start.html points at Chapter 14.2.4.and does indeed contain the startup option. Since the Chapter about command line option has the usage of being a central reference point for the overview of command line options, it should contain a link to the detailed discussion of innodb and it's skipping. Obviously, i am the second person stumbling over this matter.