On Sun, 2011-09-11 at 21:48 +0900, Tatsuo Ishii wrote:
> Committed to CVS HEAD.

CVS HEAD cannot compile without memcache:

pool_memqcache.c: In function ‘memcached_connect’:
pool_memqcache.c:116:6: error: ‘memc’ undeclared (first use in this
function)
pool_memqcache.c:116:6: note: each undeclared identifier is reported
only once for each function it appears in
pool_memqcache.c: In function ‘memcached_disconnect’:
pool_memqcache.c:153:7: error: ‘memc’ undeclared (first use in this
function)
pool_memqcache.c: In function ‘pool_is_allow_to_cache’:
pool_memqcache.c:623:14: warning: variable ‘stmt’ set but not used
[-Wunused-but-set-variable]
pool_memqcache.c: At top level:
pool_memqcache.c:401:13: warning: ‘dump_cache_data’ defined but not used
[-Wunused-function]
pool_memqcache.c:500:12: warning: ‘delete_cache_on_memcached’ defined
but not used [-Wunused-function]
pool_memqcache.c:2013:13: warning: ‘dump_shmem_cache’ defined but not
used [-Wunused-function]

A fix would be a good idea.


-- 
Guillaume
  http://blog.guillaume.lelarge.info
  http://www.dalibo.com

_______________________________________________
Pgpool-hackers mailing list
Pgpool-hackers@pgfoundry.org
http://pgfoundry.org/mailman/listinfo/pgpool-hackers

Reply via email to