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( ...@@ -809,7 +809,6 @@ fsp_init_file_page_low(
/*************************************************************** /***************************************************************
Inits a file page whose prior contents should be ignored. */ Inits a file page whose prior contents should be ignored. */
static static
void void
fsp_init_file_page( fsp_init_file_page(
......
...@@ -140,8 +140,7 @@ access order rules. */ ...@@ -140,8 +140,7 @@ access order rules. */
/* The insert buffer control structure */ /* The insert buffer control structure */
ibuf_t* ibuf = NULL; ibuf_t* ibuf = NULL;
static static ulint ibuf_rnd = 986058871;
ulint ibuf_rnd = 986058871;
ulint ibuf_flush_count = 0; ulint ibuf_flush_count = 0;
......
...@@ -48,7 +48,6 @@ sess_open(void) ...@@ -48,7 +48,6 @@ sess_open(void)
/************************************************************************* /*************************************************************************
Closes a session, freeing the memory occupied by it. */ Closes a session, freeing the memory occupied by it. */
static static
void void
sess_close( 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