Commit 959362c0 authored by Sergei Petrunia's avatar Sergei Petrunia

Fix compilation on windows

parent 40bed2d3
...@@ -209,7 +209,7 @@ extern int max_user_connections; ...@@ -209,7 +209,7 @@ extern int max_user_connections;
extern volatile ulong cached_thread_count; extern volatile ulong cached_thread_count;
extern ulong what_to_log,flush_time; extern ulong what_to_log,flush_time;
extern ulong max_prepared_stmt_count, prepared_stmt_count; 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 binlog_cache_size, binlog_stmt_cache_size;
extern ulonglong max_binlog_cache_size, max_binlog_stmt_cache_size; extern ulonglong max_binlog_cache_size, max_binlog_stmt_cache_size;
extern ulong max_binlog_size; extern ulong max_binlog_size;
......
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