[Commits] 959362c: Fix compilation on windows
revision-id: 959362c0208c545af8047fa690a439c39290e138 parent(s): 40bed2d39e0409d3a1ff468f792ec00ae0c8e7df committer: Sergei Petrunia branch nick: 10.2-r10 timestamp: 2018-04-16 21:09:14 +0300 message: Fix compilation on windows --- sql/mysqld.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/mysqld.h b/sql/mysqld.h index 912fe36..a2a97d0 100644 --- a/sql/mysqld.h +++ b/sql/mysqld.h @@ -209,7 +209,7 @@ extern int max_user_connections; extern volatile ulong cached_thread_count; extern ulong what_to_log,flush_time; extern ulong max_prepared_stmt_count, prepared_stmt_count; -extern ulong open_files_limit; +extern MYSQL_PLUGIN_IMPORT ulong open_files_limit; extern ulonglong binlog_cache_size, binlog_stmt_cache_size; extern ulonglong max_binlog_cache_size, max_binlog_stmt_cache_size; extern ulong max_binlog_size;
participants (1)
-
psergey@askmonty.org