~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2010-06-16 05:08:44 UTC
  • mfrom: (1616.2.2 fix_global_stats)
  • Revision ID: mordred@inaugust.com-20100616050844-q992zwwnjxl6u6tn
Merged Joe Daly from lp:~skinny.moey/drizzle/fix_global_stats

Show diffs side-by-side

added added

removed removed

Lines of Context:
519
519
#
520
520
SELECT * FROM data_dictionary.GLOBAL_STATEMENTS;
521
521
VARIABLE_NAME   VARIABLE_VALUE
522
 
select  0
523
 
create_table    0
 
522
select  2
 
523
create_table    1
524
524
create_index    0
525
525
alter_table     0
526
526
update  0
528
528
insert_select   0
529
529
delete  0
530
530
truncate        0
531
 
drop_table      0
 
531
drop_table      1
532
532
drop_index      0
533
 
show_create     0
 
533
show_create     1
534
534
show_create_db  0
535
535
load    0
536
536
set_option      0