~vadim-tk/percona-server/flushing-algo

« back to all changes in this revision

Viewing changes to mysql-test/r/percona_xtradb_bug317074.result

  • Committer: root
  • Date: 2011-10-29 01:34:40 UTC
  • Revision ID: root@hppro1.office.percona.com-20111029013440-qhnf4jk8kdjcf4e0
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SET @old_innodb_file_format=@@innodb_file_format;
 
2
SET @old_innodb_file_format_max=@@innodb_file_format_max;
 
3
SET @old_innodb_file_per_table=@@innodb_file_per_table;
 
4
SET GLOBAL innodb_file_format='Barracuda';
 
5
SET GLOBAL innodb_file_per_table=ON;