Commit 6d7aec8d authored by osku's avatar osku

Fix wrong placement of static keyword in a few places.

parent 95d14fea
......@@ -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(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment