~tsarev/percona-server/bug721176_2

« back to all changes in this revision

Viewing changes to patches/innodb_separate_doublewrite.patch

  • Committer: Oleg Tsarev
  • Date: 2011-09-06 06:23:48 UTC
  • mfrom: (158.1.1 bug840218_5.5)
  • Revision ID: oleg.tsarev@percona.com-20110906062348-82tdsfishbaxgo8v
1) move tests from mysql-test/ to patches
2) remove install_tests script and call of script from Makefile

Show diffs side-by-side

added added

removed removed

Lines of Context:
1068
1068
 /*********************************************************************
1069
1069
 Creates the rollback segments */
1070
1070
 UNIV_INTERN
 
1071
--- /dev/null
 
1072
+++ b/mysql-test/r/percona_innodb_doublewrite_file.result
 
1073
@@ -0,0 +1,4 @@
 
1074
+show variables like 'innodb_doublewrite%';
 
1075
+Variable_name  Value
 
1076
+innodb_doublewrite     ON
 
1077
+innodb_doublewrite_file        ib_doublewrite
 
1078
--- /dev/null
 
1079
+++ b/mysql-test/t/percona_innodb_doublewrite_file-master.opt
 
1080
@@ -0,0 +1 @@
 
1081
+--innodb_doublewrite_file=ib_doublewrite
 
1082
--- /dev/null
 
1083
+++ b/mysql-test/t/percona_innodb_doublewrite_file.test
 
1084
@@ -0,0 +1,2 @@
 
1085
+--source include/have_innodb.inc
 
1086
+show variables like 'innodb_doublewrite%';