~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_stats/tests/r/max_session.result

  • Committer: Joe Daly
  • Date: 2010-06-08 17:35:11 UTC
  • mto: This revision was merged to the branch mainline in revision 1614.
  • Revision ID: skinny.moey@gmail.com-20100608173511-mnkbvbn2hevu7grs
add call to show global status the main tests do not have one

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
drizzle 0       0       0       1       0       0       0       0       0       0
27
27
drizzle 0       0       0       1       0       0       0       0       0       0
28
28
DROP TABLE b;
 
29
show global status;
 
30
Variable_name   Value
 
31
Aborted_clients #
 
32
Aborted_connects        #
 
33
Bytes_received  #
 
34
Bytes_sent      #
 
35
Connections     #
 
36
Created_tmp_disk_tables #
 
37
Created_tmp_tables      #
 
38
Flush_commands  #
 
39
Handler_commit  #
 
40
Handler_delete  #
 
41
Handler_prepare #
 
42
Handler_read_first      #
 
43
Handler_read_key        #
 
44
Handler_read_next       #
 
45
Handler_read_prev       #
 
46
Handler_read_rnd        #
 
47
Handler_read_rnd_next   #
 
48
Handler_rollback        #
 
49
Handler_savepoint       #
 
50
Handler_savepoint_rollback      #
 
51
Handler_update  #
 
52
Handler_write   #
 
53
Key_blocks_not_flushed  #
 
54
Key_blocks_unused       #
 
55
Key_blocks_used #
 
56
Key_read_requests       #
 
57
Key_reads       #
 
58
Key_write_requests      #
 
59
Key_writes      #
 
60
Last_query_cost #
 
61
Max_used_connections    #
 
62
Questions       #
 
63
Select_full_join        #
 
64
Select_full_range_join  #
 
65
Select_range    #
 
66
Select_range_check      #
 
67
Select_scan     #
 
68
Slow_queries    #
 
69
Sort_merge_passes       #
 
70
Sort_range      #
 
71
Sort_rows       #
 
72
Sort_scan       #
 
73
Table_locks_immediate   #
 
74
Table_locks_waited      #
 
75
Threads_connected       #
 
76
Uptime  #
 
77
Uptime_since_flush_status       #