1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

A fix (bug #7281: RAND(RAND) crashes server).

This commit is contained in:
ram@gw.mysql.r18.ru
2004-12-20 13:47:38 +04:00
parent 9f5f59532c
commit da562b7e02
3 changed files with 11 additions and 1 deletions

View File

@ -124,3 +124,5 @@ id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE NULL NULL NULL NULL NULL NULL NULL No tables used
Warnings:
Note 1003 select degrees(pi()) AS `degrees(pi())`,radians(360) AS `radians(360)`
select rand(rand);
ERROR 42S22: Unknown column 'rand' in 'field list'