~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/innodb.result

  • Committer: Brian Aker
  • Date: 2010-02-15 18:29:31 UTC
  • mto: (1273.13.68 build)
  • mto: This revision was merged to the branch mainline in revision 1303.
  • Revision ID: brian@gaz-20100215182931-ooy48h72plspoehy
More removal of show code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1428
1428
count(*)
1429
1429
1
1430
1430
drop table t1;
 
1431
show status like "Innodb_buffer_pool_pages_total";
 
1432
Variable_name   Value
 
1433
show status like "Innodb_page_size";
 
1434
Variable_name   Value
 
1435
show status like "Innodb_rows_deleted";
 
1436
Variable_name   Value
 
1437
show status like "Innodb_rows_inserted";
 
1438
Variable_name   Value
 
1439
show status like "Innodb_rows_updated";
 
1440
Variable_name   Value
 
1441
show status like "Innodb_row_lock_waits";
 
1442
Variable_name   Value
 
1443
show status like "Innodb_row_lock_current_waits";
 
1444
Variable_name   Value
 
1445
show status like "Innodb_row_lock_time";
 
1446
Variable_name   Value
 
1447
show status like "Innodb_row_lock_time_max";
 
1448
Variable_name   Value
 
1449
show status like "Innodb_row_lock_time_avg";
 
1450
Variable_name   Value
1431
1451
show variables like "innodb_sync_spin_loops";
1432
1452
Variable_name   Value
1433
1453
innodb_sync_spin_loops  30