~drizzle-trunk/drizzle/development

1351.2.4 by Stewart Smith
move RAND() tests from func_math into rand_function/tests/ - there's a lot of them (not).
1
explain extended select rand(999999),rand();
2
#
3
# Bug #7281: problem with rand()
4
#
5
6
--error 1054
7
select rand(rand);
8