]> git.pld-linux.org Git - packages/mysql.git/blobdiff - innodb_show_sys_tables.patch
- up to 5.5.17
[packages/mysql.git] / innodb_show_sys_tables.patch
index ce986ab3ba5319dee45aa67d5bee5533208149ee..6e793d763a221e784af352b1e86f66df4e5fc886 100644 (file)
@@ -7,7 +7,7 @@
 # should be done or reviewed by the maintainer!
 --- a/storage/innobase/dict/dict0load.c
 +++ b/storage/innobase/dict/dict0load.c
-@@ -437,7 +437,7 @@
+@@ -442,7 +442,7 @@
  
  }
  
@@ -16,7 +16,7 @@
  /********************************************************************//**
  This function parses a SYS_FOREIGN record and populate a dict_foreign_t
  structure with the information from the record. For detail information
-@@ -513,9 +513,9 @@
+@@ -518,9 +518,9 @@
  
        return(NULL);
  }
@@ -28,7 +28,7 @@
  /********************************************************************//**
  This function parses a SYS_FOREIGN_COLS record and extract necessary
  information from the record and return to caller.
-@@ -579,7 +579,7 @@
+@@ -584,7 +584,7 @@
  
        return(NULL);
  }
@@ -39,7 +39,7 @@
  Determine the flags of a table described in SYS_TABLES.
 --- a/storage/innobase/handler/ha_innodb.cc
 +++ b/storage/innobase/handler/ha_innodb.cc
-@@ -11789,7 +11789,14 @@
+@@ -11899,7 +11899,14 @@
  i_s_innodb_cmp,
  i_s_innodb_cmp_reset,
  i_s_innodb_cmpmem,
@@ -69,7 +69,7 @@
  #include "dict0mem.h"
  #include "dict0types.h"
  #include "ha_prototypes.h" /* for innobase_convert_name() */
-@@ -1784,6 +1786,1675 @@
+@@ -1812,6 +1814,1675 @@
        DBUG_RETURN(0);
  }
  
This page took 0.026941 seconds and 4 git commands to generate.