diff options
author | monty@narttu.mysql.fi <> | 2003-03-04 15:02:49 +0200 |
---|---|---|
committer | monty@narttu.mysql.fi <> | 2003-03-04 15:02:49 +0200 |
commit | d0d071dca9abcbf4a68c54b6bd0b120ee4e84fa8 (patch) | |
tree | ee527f25f2393fa96aeb607255dcd9bc16dac518 /include/mysql_embed.h | |
parent | 6cbbbd69485ec0547db127e439c113481d31f1d5 (diff) | |
download | mariadb-git-d0d071dca9abcbf4a68c54b6bd0b120ee4e84fa8.tar.gz |
Fix for using unitialized mutex when running version compiled with --debug
Diffstat (limited to 'include/mysql_embed.h')
-rw-r--r-- | include/mysql_embed.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mysql_embed.h b/include/mysql_embed.h index bc75c3fbcb8..d48b0440660 100644 --- a/include/mysql_embed.h +++ b/include/mysql_embed.h @@ -25,6 +25,7 @@ #undef HAVE_OPENSSL #undef HAVE_VIO #undef HAVE_ISAM +#undef HAVE_SMEM /* No shared memory */ #define DONT_USE_RAID |