Bug #42104 | Setting key_buffer_size to TRUE or FALSE will not be rejected. | ||
---|---|---|---|
Submitted: | 14 Jan 2009 9:46 | Modified: | 8 Oct 2009 20:02 |
Reporter: | Horst Hunger | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Options | Severity: | S3 (Non-critical) |
Version: | 5.1.31 | OS: | Linux (suse-linux-gnu on i686) |
Assigned to: | Sergei Golubchik | CPU Architecture: | Any |
[14 Jan 2009 9:46]
Horst Hunger
[14 Jan 2009 10:26]
Sveta Smirnova
Thank you for the report. Verified as described.
[8 Oct 2009 20:02]
Sergei Golubchik
Expected behavior. TRUE in the server is 1 in any numeric context, FALSE is 0. Setting key_buffer_size to 1 or 0 is not an error.