Skip to content

Instantly share code, notes, and snippets.

@fbrnc
Created September 30, 2011 21:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fbrnc/1255052 to your computer and use it in GitHub Desktop.
Save fbrnc/1255052 to your computer and use it in GitHub Desktop.
Database Cache Backend Bug in Magento Enterprise Edition
265,266c265,266
< 'expire_time> ?' => 0,
< 'expire_time<= ?' => time()
---
> 'expire_time>' => 0,
> 'expire_time<=' => time()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment