Re: Bug with UNION and constant columns

Re: Bug with UNION and constant columns

am 27.05.2004 18:24:59 von Sinisa Milivojevic

> mysql> ( SELECT '' ) UNION ( SELECT 'aaaaaaaaaaaa' );
> +--+
> | |
> +--+
> | |
> +--+
> 1 row in set (0.00 sec)
>
> mysql> ( SELECT '******' ) UNION ( SELECT '|||||||||||');
> +--------+
> | ****** |
> +--------+
> | ****** |
> | |||||| |
> +--------+
>2 rows in set (0.00 sec)
>
> (there are more '|' then '*')
>
> Bug exists in 4.0.20.
>
> Does not occur in 4.1.1.

HI!

Thank you for writting to us.

As you well noted, this bug is fixed in 4.1.

This bug will not be fixed in 4.0 as the change would break a
stability of the production release. Beside that, methods, classes and
functions used to solve the issue in 4.1 are not available in 4.0.

--

Sincerely,

--
For technical support contracts, go to https://order.mysql.com/?ref=msmi
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Mr. Sinisa Milivojevic
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB
/_/ /_/\_, /___/\___\_\___/ Full time Developer and Support Coordinator
<___/ www.mysql.com Larnaca, Cyprus



--
MySQL Bugs Mailing List
For list archives: http://lists.mysql.com/bugs
To unsubscribe: http://lists.mysql.com/bugs?unsub=gcdmb-bugs@m.gmane.org

Bug with UNION and constant columns

am 27.05.2004 19:03:24 von Amir Abiri

------=_NextPart_000_0010_01C4441D.494BEEF0
Content-Type: text/plain;
charset="windows-1255"
Content-Transfer-Encoding: quoted-printable

mysql> ( SELECT '' ) UNION ( SELECT 'aaaaaaaaaaaa' );
+--+
| |
+--+
| |
+--+
1 row in set (0.00 sec)

mysql> ( SELECT '******' ) UNION ( SELECT '|||||||||||');
+--------+
| ****** |
+--------+
| ****** |
| |||||| |
+--------+
2 rows in set (0.00 sec)

(there are more '|' then '*')

Bug exists in 4.0.20.

Does not occur in 4.1.1.
------=_NextPart_000_0010_01C4441D.494BEEF0--