~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/join.result

  • Committer: Brian Aker
  • Date: 2010-02-14 02:02:48 UTC
  • mfrom: (1273.13.64 fix_is)
  • Revision ID: brian@gaz-20100214020248-bhovaejhz9fmer3q
MergeĀ inĀ data_dictionary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
792
792
1       SIMPLE  t1      ALL     NULL    NULL    NULL    NULL    10      
793
793
show status like '%cost%';
794
794
Variable_name   Value
795
 
Last_query_cost 2.999000
 
795
Last_query_cost 1.999000
796
796
select 'The cost of accessing t1 (dont care if it changes' '^';
797
797
The cost of accessing t1 (dont care if it changes
798
798
The cost of accessing t1 (dont care if it changes^
806
806
1       SIMPLE  B       eq_ref  PRIMARY PRIMARY 4       test.A.b        1       
807
807
show status like '%cost%';
808
808
Variable_name   Value
809
 
Last_query_cost 22.999000
 
809
Last_query_cost 1.999000
810
810
select '^^: The above should be ~= 20 + cost(select * from t1). Value less than 20 is an error' Z;
811
811
Z
812
812
^^: The above should be ~= 20 + cost(select * from t1). Value less than 20 is an error