~percona-dev/percona-server/release-5.1.57-12-rnt-backup

« back to all changes in this revision

Viewing changes to innodb_show_sys_tables.patch

  • Committer: kinoyasu
  • Date: 2010-05-19 11:04:53 UTC
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: kinoyasu@gauntlet3-20100519110453-txm0stqmhc2s3u11
add new option innodb_doublewrite_path

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
diff -ruN a/storage/innodb_plugin/handler/ha_innodb.cc b/storage/innodb_plugin/handler/ha_innodb.cc
2
2
--- a/storage/innodb_plugin/handler/ha_innodb.cc        2010-04-30 16:37:05.000000000 +0900
3
3
+++ b/storage/innodb_plugin/handler/ha_innodb.cc        2010-04-30 16:37:36.000000000 +0900
4
 
@@ -11475,6 +11475,8 @@
 
4
@@ -11484,6 +11484,8 @@
5
5
 i_s_innodb_table_stats,
6
6
 i_s_innodb_index_stats,
7
7
 i_s_innodb_admin_command,
597
597
diff -ruN a/storage/innodb_plugin/handler/innodb_patch_info.h b/storage/innodb_plugin/handler/innodb_patch_info.h
598
598
--- a/storage/innodb_plugin/handler/innodb_patch_info.h 2010-04-30 16:37:05.000000000 +0900
599
599
+++ b/storage/innodb_plugin/handler/innodb_patch_info.h 2010-04-30 16:37:36.000000000 +0900
600
 
@@ -46,5 +46,6 @@
 
600
@@ -47,5 +47,6 @@
601
601
 {"innodb_pass_corrupt_table","Treat tables as corrupt instead of crash, when meet corrupt blocks","","http://www.percona.com/docs/wiki/percona-xtradb"},
602
602
 {"innodb_fast_checksum","Using the checksum on 32bit-unit calculation","incompatible for unpatched ver.","http://www.percona.com/docs/wiki/percona-xtradb"},
603
603
 {"innodb_files_extend","allow >4GB transaction log files, and can vary universal page size of datafiles","incompatible for unpatched ver.","http://www.percona.com/docs/wiki/percona-xtradb"},