~sergei.glushchenko/percona-server/55-tp

« back to all changes in this revision

Viewing changes to mysql-test/percona_xtradb_bug317074.result

  • Committer: Oleg Tsarev
  • Date: 2010-12-09 18:30:58 UTC
  • Revision ID: oleg.tsarev@percona.com-20101209183058-1mq1qrgjjkz3qxof
propogate Oleg's patches

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_per_table=@@innodb_file_per_table;
 
3
SET GLOBAL innodb_file_format='Barracuda';
 
4
SET GLOBAL innodb_file_per_table=ON;