| Bug #39415 | Results of CONCAT with bit value b'0' are presented incorrectly | ||
|---|---|---|---|
| Submitted: | 12 Sep 2008 3:46 | Modified: | 13 Oct 2008 11:40 |
| Reporter: | Valeriy Kravchuk | Email Updates: | |
| Status: | Closed | ||
| Category: | MySQL Query Browser | Severity: | S2 (Serious) |
| Version: | 1.2.12 | OS: | Microsoft Windows |
| Assigned to: | Mike Lischke | Target Version: | |
| Triage: | D2 (Serious) | ||
[13 Oct 2008 11:40]
Mike Lischke
Thank you for your bug report. This issue has been committed to our source repository of
that product and will be incorporated into the next release.
If necessary, you can access the source repository and build the latest available
version, including the bug fix. More information about accessing the source trees is
available at
http://dev.mysql.com/doc/en/installing-source.html

Description: Query Browser on Windows does not show the rest of concatenation result if b'0' is concatenated before some other string. How to repeat: Execute select concat('aaa',b'0','bbb'); in Query Browser, and compare the results to those in mysql command line client.