Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
M
memcache
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
memcache
Commits
0ffbeca5
Commit
0ffbeca5
authored
Mar 09, 2014
by
Jeremy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#1733674
by Jeremy: remove old reference to dmemcache_collect_stats()
parent
d6502d53
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
dmemcache.inc
dmemcache.inc
+0
-3
No files found.
dmemcache.inc
View file @
0ffbeca5
...
...
@@ -262,9 +262,6 @@ function dmemcache_flush($bin = 'cache', $mc = NULL) {
$collect_stats
=
dmemcache_stats_init
();
$rc
=
FALSE
;
if
(
dmemcache_collect_stats
())
{
$_memcache_statistics
[]
=
array
(
'flush'
,
$bin
,
''
,
''
);
}
if
(
$mc
||
(
$mc
=
dmemcache_object
(
$bin
)))
{
$rc
=
memcache_flush
(
$mc
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment