~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/rand_function/tests/t/basic.test

rand() merge from Stewart.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
explain extended select rand(999999),rand();
 
2
#
 
3
# Bug #7281: problem with rand()
 
4
#
 
5
 
 
6
--error 1054
 
7
select rand(rand);
 
8