Bug #71477 | transaction_allow_batching is available in non-Cluster MySQL Server 5.6 | ||
---|---|---|---|
Submitted: | 25 Jan 2014 12:10 | Modified: | 27 Jan 2014 15:11 |
Reporter: | Valeriy Kravchuk | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Options | Severity: | S3 (Non-critical) |
Version: | 5.6.15 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | regression, transaction_allow_batching |
[25 Jan 2014 12:10]
Valeriy Kravchuk
[27 Jan 2014 10:39]
MySQL Verification Team
Hello Valeriy, Thank you for the bug report. Verified as described. Thanks, Umesh
[27 Jan 2014 15:11]
Valeriy Kravchuk
While we are on this topic note that there is yet another server variables, server_id_bits, that is visible in 5.6.15 non-Cluster binaries: mysql> select version(); +------------+ | version() | +------------+ | 5.6.15-log | +------------+ 1 row in set (0.06 sec) mysql> show variables like 'server_id%'; +----------------+-------+ | Variable_name | Value | +----------------+-------+ | server_id | 1 | | server_id_bits | 32 | +----------------+-------+ 2 rows in set (0.00 sec) while manual (http://dev.mysql.com/doc/refman/5.6/en/mysql-cluster-system-variables.html#sysvar_server_i...) says: "This system variable is supported only by MySQL Cluster. server_id_bits is not supported by the standard MySQL Server." I assume the reason for it to be there is the same as for transaction_allow_batching, so they should be fixed or explained together. Correct me if I am wrong and this should be reported separately.