diff options
author | serg@serg.mylan <> | 2005-04-05 13:17:49 +0200 |
---|---|---|
committer | serg@serg.mylan <> | 2005-04-05 13:17:49 +0200 |
commit | 810b2c3d4059d0a03c1fcf48a9823db8a5dd5c6c (patch) | |
tree | a9dd96a05ad4e0e84d0b4f7711b882492d5ea59d /include/mysql_embed.h | |
parent | 2b8ff6949f5f9abe83aa308e2e942ac4c6ed6f4b (diff) | |
download | mariadb-git-810b2c3d4059d0a03c1fcf48a9823db8a5dd5c6c.tar.gz |
remove the rest of isam/merge references
fix a race condition in TC_LOG_BINLOG::unlog
Diffstat (limited to 'include/mysql_embed.h')
-rw-r--r-- | include/mysql_embed.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mysql_embed.h b/include/mysql_embed.h index 603af8e83b8..311d95eda73 100644 --- a/include/mysql_embed.h +++ b/include/mysql_embed.h @@ -24,7 +24,6 @@ #undef HAVE_PSTACK /* No stacktrace */ #undef HAVE_DLOPEN /* No udf functions */ #undef HAVE_OPENSSL -#undef HAVE_ISAM #undef HAVE_SMEM /* No shared memory */ #undef HAVE_NDBCLUSTER_DB /* No NDB cluster */ |