mirror of
https://github.com/MariaDB/server.git
synced 2025-12-10 19:44:09 +03:00
Fix wrong placement of static keyword in a few places.
This commit is contained in:
@@ -809,7 +809,6 @@ fsp_init_file_page_low(
|
||||
|
||||
/***************************************************************
|
||||
Inits a file page whose prior contents should be ignored. */
|
||||
|
||||
static
|
||||
void
|
||||
fsp_init_file_page(
|
||||
|
||||
@@ -140,8 +140,7 @@ access order rules. */
|
||||
/* The insert buffer control structure */
|
||||
ibuf_t* ibuf = NULL;
|
||||
|
||||
static
|
||||
ulint ibuf_rnd = 986058871;
|
||||
static ulint ibuf_rnd = 986058871;
|
||||
|
||||
ulint ibuf_flush_count = 0;
|
||||
|
||||
|
||||
@@ -48,7 +48,6 @@ sess_open(void)
|
||||
|
||||
/*************************************************************************
|
||||
Closes a session, freeing the memory occupied by it. */
|
||||
|
||||
static
|
||||
void
|
||||
sess_close(
|
||||
|
||||
Reference in New Issue
Block a user