~codership/galera/2.x

« back to all changes in this revision

Viewing changes to galerautils/tests/gu_mem_pool_test.hpp

  • Committer: Alexey Yurchenko
  • Date: 2014-01-29 14:43:26 UTC
  • mto: This revision was merged to the branch mainline in revision 167.
  • Revision ID: alexey.yurchenko@codership.com-20140129144326-aa70nhzofl0smkm8
Fixes:
* provider pause() is fixed to avoid potential deadlock with replicating threads.
* lp:1099478 - handle own address in the address list properly (do not throw exception)
* lp:1259952 - fixed allocation of multiple of pages when posix_fallocate() is unavailable
* lp:1261996 - fixed compilation on Solaris 11
* lp:1232747 - fixed group remerge after partitioning event

Synced with SVN r3450

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// Copyright (C) 2013 Codership Oy <info@codership.com>
 
2
 
 
3
// $Id: gu_mem_pool_test.hpp 3446 2014-01-13 01:33:30Z teemu $
 
4
 
 
5
#ifndef __gu_mem_pool_test__
 
6
#define __gu_mem_pool_test__
 
7
 
 
8
#include <check.h>
 
9
 
 
10
extern Suite *gu_mem_pool_suite(void);
 
11
 
 
12
#endif /* __gu_mem_pool_test__ */