Bug #80991 | Wrong variable documented on mysql 5.1 | ||
---|---|---|---|
Submitted: | 7 Apr 2016 8:26 | Modified: | 7 Apr 2016 10:17 |
Reporter: | Ivan Garcia | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Documentation | Severity: | S3 (Non-critical) |
Version: | 5.1.73 | OS: | Red Hat |
Assigned to: | CPU Architecture: | Any | |
Tags: | innodb_strict_mode, MySQL5.1, variable |
[7 Apr 2016 8:26]
Ivan Garcia
[7 Apr 2016 10:17]
MySQL Verification Team
Hello Ivan, Thank you for the report. Imho in 5.1, innodb_strict_mode was available when using innodb plugin and not with the in-built innodb. -- With in-built innodb 160407 12:00:25 [ERROR] libexec/mysqld: unknown option '--innodb_strict_mode' 160407 12:00:25 [ERROR] Aborting -- With innodb plugin (needed --ignore-builtin-innodb --plugin-load=innodb=ha_innodb_plugin.so) [umshastr@hod03]/export/umesh/server/binaries/mysql-5.1.77: libexec/mysqld --basedir=/export/umesh/server/binaries/mysql-5.1.77 --datadir=/export/umesh/server/binaries/mysql-5.1.77/80990 --core-file --socket=/tmp/mysql_ushastry.sock --port=15000 --log-error=/export/umesh/server/binaries/mysql-5.1.77/80990/log.err --ignore-builtin-innodb --plugin-load=innodb=ha_innodb_plugin.so --innodb_strict_mode 2>&1 & [1] 20731 [umshastr@hod03]/export/umesh/server/binaries/mysql-5.1.77: [umshastr@hod03]/export/umesh/server/binaries/mysql-5.1.77: [umshastr@hod03]/export/umesh/server/binaries/mysql-5.1.77: bin/mysql -uroot -S /tmp/mysql_ushastry.sock Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 1 Server version: 5.1.77 Source distribution Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql> show global variables like '%stri%'; +--------------------+-------+ | Variable_name | Value | +--------------------+-------+ | innodb_strict_mode | ON | +--------------------+-------+ 1 row in set (0.00 sec) Thanks, Umesh