~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/subselect.result

  • Committer: Brian Aker
  • Date: 2008-08-01 17:09:24 UTC
  • Revision ID: brian@tangent.org-20080801170924-v43sbsyi3v505u61
Removed crypt()

Show diffs side-by-side

added added

removed removed

Lines of Context:
969
969
2       SUBQUERY        t1      ALL     NULL    NULL    NULL    NULL    1       100.00  
970
970
Warnings:
971
971
Note    1003    select (select rand() AS "RAND()" from "test"."t1") AS "(SELECT RAND() FROM t1)" from "test"."t1"
972
 
EXPLAIN EXTENDED SELECT (SELECT ENCRYPT('test') FROM t1) FROM t1;
973
 
id      select_type     table   type    possible_keys   key     key_len ref     rows    filtered        Extra
974
 
1       PRIMARY t1      ALL     NULL    NULL    NULL    NULL    1       100.00  
975
 
2       SUBQUERY        t1      ALL     NULL    NULL    NULL    NULL    1       100.00  
976
 
Warnings:
977
 
Note    1003    select (select encrypt('test') AS "ENCRYPT('test')" from "test"."t1") AS "(SELECT ENCRYPT('test') FROM t1)" from "test"."t1"
978
972
EXPLAIN EXTENDED SELECT (SELECT BENCHMARK(1,1) FROM t1) FROM t1;
979
973
id      select_type     table   type    possible_keys   key     key_len ref     rows    filtered        Extra
980
974
1       PRIMARY t1      ALL     NULL    NULL    NULL    NULL    1       100.00