~raghavendra-prabhu/percona-xtradb-cluster/release-5.5.30-galera-2.x

« back to all changes in this revision

Viewing changes to gcache/src/gcache_mem_store.cpp

  • Committer: Raghavendra D Prabhu
  • Date: 2013-04-12 15:26:34 UTC
  • mfrom: (95.2.24 2.x)
  • Revision ID: raghavendra.prabhu@percona.com-20130412152634-2y2u0swshf5fie2x
Merge lp:galera-2.x upto revision 150.

Following bugs are fixed:

lp:1166065
lp:1164992

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
{
9
9
 
10
10
bool
11
 
MemStore::have_free_space (ssize_t size) throw()
 
11
MemStore::have_free_space (ssize_t size)
12
12
{
13
13
    while ((size_ + size > max_size_) && !seqno2ptr_.empty())
14
14
    {