mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 07:15:33 +02:00
merge
This commit is contained in:
commit
3273ce6a77
6 changed files with 26 additions and 4 deletions
|
|
@ -27,6 +27,11 @@
|
|||
There is no reference counting and no unloading either.
|
||||
*/
|
||||
|
||||
#if _MSC_VER
|
||||
/* Silence warnings about variable 'unused' being used. */
|
||||
#define FORCE_INIT_OF_VARS 1
|
||||
#endif
|
||||
|
||||
#include <my_global.h>
|
||||
#include "mysql.h"
|
||||
#include <my_sys.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue