]> git.pld-linux.org Git - packages/mysql.git/blobdiff - innodb_overwrite_relay_log_info.patch
- rel. 2
[packages/mysql.git] / innodb_overwrite_relay_log_info.patch
index 40a6273a0aafc2e824f4d661095c3ecb9f50174b..ee69f583d9d3cfcb00e7290d492a6c9b152d61d0 100644 (file)
@@ -55,7 +55,7 @@
  static my_bool        innobase_rollback_on_timeout            = FALSE;
  static my_bool        innobase_create_status_file             = FALSE;
  static my_bool        innobase_stats_on_metadata              = TRUE;
-@@ -2253,6 +2273,89 @@
+@@ -2282,6 +2302,89 @@
        }
  #endif /* DBUG_OFF */
  
        /* Check that values don't overflow on 32-bit systems. */
        if (sizeof(ulint) == 4) {
                if (innobase_buffer_pool_size > UINT_MAX32) {
-@@ -2551,6 +2654,76 @@
+@@ -2580,6 +2683,76 @@
                goto mem_free_and_error;
        }
  
        innobase_old_blocks_pct = buf_LRU_old_ratio_update(
                innobase_old_blocks_pct, TRUE);
  
-@@ -2665,6 +2838,25 @@
+@@ -2693,6 +2866,25 @@
        trx_t*  trx)    /*!< in: transaction handle */
  {
        if (trx_is_started(trx)) {
  
                trx_commit_for_mysql(trx);
        }
-@@ -11025,6 +11217,12 @@
+@@ -11130,6 +11322,12 @@
    "The common part for InnoDB table spaces.",
    NULL, NULL, NULL);
  
  static MYSQL_SYSVAR_BOOL(doublewrite, innobase_use_doublewrite,
    PLUGIN_VAR_NOCMDARG | PLUGIN_VAR_READONLY,
    "Enable InnoDB doublewrite buffer (enabled by default). "
-@@ -11491,6 +11689,7 @@
+@@ -11647,6 +11845,7 @@
    MYSQL_SYSVAR(old_blocks_pct),
    MYSQL_SYSVAR(old_blocks_time),
    MYSQL_SYSVAR(open_files),
This page took 0.038995 seconds and 4 git commands to generate.