Bug #19558 | Information_schema.engines differs from show variable output | ||
---|---|---|---|
Submitted: | 5 May 2006 10:26 | Modified: | 5 May 2006 14:30 |
Reporter: | [ name withheld ] (Basic Quality Contributor) | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.1.9 | OS: | Windows (Windows XP sp2) |
Assigned to: | MySQL Verification Team | CPU Architecture: | Any |
[5 May 2006 10:26]
[ name withheld ]
[5 May 2006 14:26]
MySQL Verification Team
Thank you for the bug report. Disabled means for example like showed below: miguel@hegel:~/dbs/5.1> libexec/mysqld --skip-innodb libexec/mysqld: Table 'mysql.general_log' doesn't exist 060506 10:00:31 [ERROR] Can't open the mysql.plugin table. Please run the mysql_upgrade script to create it. 060506 10:00:31 [Note] libexec/mysqld: ready for connections. Version: '5.1.10-beta-debug' socket: '/tmp/mysql.sock' port: 3306 Source distribution miguel@hegel:~/dbs/5.1> bin/mysql -uroot information_schema Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 1 to server version: 5.1.10-beta-debug Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> select * from engines where engine='innodb'\G *************************** 1. row *************************** ENGINE: InnoDB SUPPORT: DISABLED COMMENT: Supports transactions, row-level locking, and foreign keys TRANSACTIONS: YES XA: YES SAVEPOINTS: YES 1 row in set (0.06 sec) mysql> show variables like "%have_inn%"; +---------------+----------+ | Variable_name | Value | +---------------+----------+ | have_innodb | DISABLED | +---------------+----------+ 1 row in set (0.00 sec) mysql>
[5 May 2006 14:30]
[ name withheld ]
I don't see your point. I said that there are more engines (either disabled or not) in the show variables (like csv engine in my example) than those listed in show engines or information_schema.engines table.