Another bug in error message with subselect in MySQL-4.1
Another bug in error message with subselect in MySQL-4.1
am 24.11.2002 17:54:53 von Jocelyn Fournier
Hi,
Another bug in error message with subselect :)
How-to-repeat :
SELECT (SELECT 1), a;
ERROR 1054: Unknown column 'a' in 'order clause'
However :
SELECT 1, a;
ERROR 1054: Unknown column 'a' in 'field list'
is ok.
Regards,
Jocelyn
------------------------------------------------------------ ---------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail bugs-thread13098@lists.mysql.com
To unsubscribe, e-mail
Re: Another bug in error message with subselect in MySQL-4.1
am 24.11.2002 20:24:24 von Sanja Byelkin
Hi!
On Mon, Nov 25, 2002 at 04:57:40PM -0000, Jocelyn Fournier wrote:
> Hi,
>
> Another bug in error message with subselect :)
>
> How-to-repeat :
>
> SELECT (SELECT 1), a;
> ERROR 1054: Unknown column 'a' in 'order clause'
>
> However :
> SELECT 1, a;
> ERROR 1054: Unknown column 'a' in 'field list'
Thank you for bugreport! It is fixed now :)
--
For technical support contracts, visit https://order.mysql.com/
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Mr. Oleksandr Byelkin
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB, Full-Time Developer
/_/ /_/\_, /___/\___\_\___/ Lugansk, Ukraine
<___/ www.mysql.com
------------------------------------------------------------ ---------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail bugs-thread13100@lists.mysql.com
To unsubscribe, e-mail
Re: Another bug in error message with subselect in MySQL-4.1
am 24.11.2002 20:24:24 von Sanja Byelkin
Hi!
On Mon, Nov 25, 2002 at 04:57:40PM -0000, Jocelyn Fournier wrote:
> Hi,
>
> Another bug in error message with subselect :)
>
> How-to-repeat :
>
> SELECT (SELECT 1), a;
> ERROR 1054: Unknown column 'a' in 'order clause'
>
> However :
> SELECT 1, a;
> ERROR 1054: Unknown column 'a' in 'field list'
Thank you for bugreport! It is fixed now :)
--
For technical support contracts, visit https://order.mysql.com/
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Mr. Oleksandr Byelkin
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB, Full-Time Developer
/_/ /_/\_, /___/\___\_\___/ Lugansk, Ukraine
<___/ www.mysql.com
------------------------------------------------------------ ---------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail bugs-thread13100@lists.mysql.com
To unsubscribe, e-mail