1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Remove 'extern' references from .cc files

This commit is contained in:
monty@mashka.mysql.fi
2003-09-13 11:35:29 +03:00
parent efce59fc3f
commit f300e3a164
19 changed files with 38 additions and 34 deletions

View File

@@ -41,7 +41,6 @@ static const char *lock_descriptions[] =
"High priority write lock",
"Highest priority write lock"
};
extern HASH open_cache;
#ifndef DBUG_OFF
@@ -65,7 +64,6 @@ print_where(COND *cond,const char *info)
}
/* This is for debugging purposes */
extern TABLE *unused_tables;
void print_cached_tables(void)
{