Bug #12965 mysqldump and boolean options
Submitted: 3 Sep 2005 10:32 Modified: 8 Sep 2005 7:02
Reporter: Victoria Reznichenko Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: mysqldump Command-line Client Severity:S4 (Feature request)
Version:any OS:Any (any)
Assigned to: CPU Architecture:Any

[3 Sep 2005 10:32] Victoria Reznichenko
Description:
Boolean options of mysqldump accept only 0 or 1 values, but not "true" and "false".
"true" and "false" are treated like false (0).

For boolean options mysqldump should allow both 0/1 and true/false values.

How to repeat:
Run mysqldump with --opt --extended-insert=true option and check the output.
You get individual INSERT statement for each row like if --skip-extended-insert option was used.
[8 Sep 2005 7:02] MySQL Verification Team
Jani implemented "true"/"false" for boolean options in 5.0.