mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Remove unused code
This commit is contained in:
@ -107,13 +107,6 @@ cleanup:
|
|||||||
* many transactions would fit in there
|
* many transactions would fit in there
|
||||||
* so there is no need to reach for the heap */
|
* so there is no need to reach for the heap */
|
||||||
|
|
||||||
/* Returns minimum multiple of HEAP_PAGE_SIZE that is >= length */
|
|
||||||
static inline size_t
|
|
||||||
heap_size(size_t length)
|
|
||||||
{
|
|
||||||
return (length + HEAP_PAGE_SIZE - 1)/HEAP_PAGE_SIZE*HEAP_PAGE_SIZE;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Write the contents of a cache to wsrep provider.
|
Write the contents of a cache to wsrep provider.
|
||||||
|
|
||||||
|
@ -204,7 +204,6 @@ static PSI_file_info wsrep_files[]=
|
|||||||
my_bool wsrep_inited= 0; // initialized ?
|
my_bool wsrep_inited= 0; // initialized ?
|
||||||
|
|
||||||
static wsrep_uuid_t node_uuid= WSREP_UUID_UNDEFINED;
|
static wsrep_uuid_t node_uuid= WSREP_UUID_UNDEFINED;
|
||||||
static wsrep_uuid_t cluster_uuid= WSREP_UUID_UNDEFINED;
|
|
||||||
static char cluster_uuid_str[40]= { 0, };
|
static char cluster_uuid_str[40]= { 0, };
|
||||||
|
|
||||||
static char provider_name[256]= { 0, };
|
static char provider_name[256]= { 0, };
|
||||||
|
Reference in New Issue
Block a user