mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
make it explicitly extern. this should fix build failure on FC4
This commit is contained in:
parent
99526f2efb
commit
60ea0bfaf6
1 changed files with 2 additions and 0 deletions
|
@ -109,6 +109,8 @@ evex_init_mutexes()
|
|||
event_executor_running_global_var= opt_event_executor;
|
||||
}
|
||||
|
||||
extern TABLE_FIELD_W_TYPE mysql_db_table_fields[];
|
||||
extern time_t mysql_db_table_last_check;
|
||||
|
||||
/*
|
||||
Opens mysql.db and mysql.user and checks whether
|
||||
|
|
Loading…
Reference in a new issue