Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
noblogs-composer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Noblogs
noblogs-composer
Commits
8395cabe
Commit
8395cabe
authored
4 years ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Remove hyperdb patch that is no longer necessary
parent
c2956a7f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
composer.patches.json
+0
-1
0 additions, 1 deletion
composer.patches.json
patches/hyperdb/0106-a-few-fixes-to-the-global-wpdb_hash-instance-moved-i.patch
+0
-28
0 additions, 28 deletions
...-few-fixes-to-the-global-wpdb_hash-instance-moved-i.patch
with
0 additions
and
29 deletions
composer.patches.json
+
0
−
1
View file @
8395cabe
...
...
@@ -17,7 +17,6 @@
"Minimalism theme footer"
:
"patches/themes/themes-minimalism.patch"
},
"wpackagist-plugin/hyperdb"
:
{
"A few fixes to the global wpdb_hash instance (moved into wpdb)"
:
"patches/hyperdb/0106-a-few-fixes-to-the-global-wpdb_hash-instance-moved-i.patch"
,
"Added optional logging"
:
"patches/hyperdb/0158-Added-optional-logging.patch"
},
"wpackagist-plugin/more-privacy-options"
:
{
...
...
This diff is collapsed.
Click to expand it.
patches/hyperdb/0106-a-few-fixes-to-the-global-wpdb_hash-instance-moved-i.patch
deleted
100644 → 0
+
0
−
28
View file @
c2956a7f
From b125a7d25e2d6d9b4ee0899fce6de8522847c226 Mon Sep 17 00:00:00 2001
From: root <root@rivolta.investici.org>
Date: Sun, 6 Mar 2011 01:40:07 +0000
Subject: [PATCH 106/229] a few fixes to the global wpdb_hash instance (moved
into $wpdb)
---
diff --git a/wp-content/db.php b/wp-content/db.php
index f900d305..f819e225 100644
--- a/wp-content/db.php
+++ b/wp-content/db.php
@@ -51,6 +51,13 @@
define( 'HYPERDB_CONN_HOST_ERROR', 2003 ); // Can't connect to MySQL server on
define( 'HYPERDB_SERVER_GONE_ERROR', 2006 ); // MySQL server has gone away
class hyperdb extends wpdb {
+
+ /**
+ * A/I patch!
+ * store a FlexiHash() instance here.
+ */
+ var $hash_map;
+
/**
* The last table that was queried
* @var string
--
2.17.1
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment