~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/rand_function/tests/r/basic.result

  • Committer: Stewart Smith
  • Date: 2010-06-04 09:14:27 UTC
  • mto: (1666.2.3 build)
  • mto: This revision was merged to the branch mainline in revision 1596.
  • Revision ID: stewart@flamingspork.com-20100604091427-2boz4wt5onz9cxvc
move RAND() tests from func_math into rand_function/tests/ - there's a lot of them (not).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
explain extended select rand(999999),rand();
 
2
id      select_type     table   type    possible_keys   key     key_len ref     rows    filtered        Extra
 
3
1       SIMPLE  NULL    NULL    NULL    NULL    NULL    NULL    NULL    NULL    No tables used
 
4
Warnings:
 
5
Note    1003    select rand(999999) AS `rand(999999)`,rand() AS `rand()`
 
6
select rand(rand);
 
7
ERROR 42S22: Unknown column 'rand' in 'field list'