1
0
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:
osku
2006-02-23 11:35:28 +00:00
parent 95d14fea94
commit 6d7aec8d1f
3 changed files with 1 additions and 4 deletions

View File

@@ -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(

View File

@@ -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;

View File

@@ -48,7 +48,6 @@ sess_open(void)
/*************************************************************************
Closes a session, freeing the memory occupied by it. */
static
void
sess_close(