diff options
author | unknown <brian@brian-akers-computer.local> | 2004-04-14 14:36:36 -0400 |
---|---|---|
committer | unknown <brian@brian-akers-computer.local> | 2004-04-14 14:36:36 -0400 |
commit | f10d01a747267e169d9f0b80d30a71b00f0bce7c (patch) | |
tree | f2093400a62fb1870556251762c63545c99eb586 /acconfig.h | |
parent | f76d2ce34f4947648fc910669b4639182da6dbaa (diff) | |
parent | b26c1ed58a6a8026d48b7f27ff9620f61e9a84b0 (diff) | |
download | mariadb-git-f10d01a747267e169d9f0b80d30a71b00f0bce7c.tar.gz |
Resolved changes between example storage engine and NDB storage engine.
BitKeeper/etc/logging_ok:
auto-union
acconfig.h:
Auto merged
acinclude.m4:
Merged in example storage engine with NDB
configure.in:
Resolved conflict between NDB check with EXAMPLE DB.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 88c9e54e713..67e9d1759c6 100644 --- a/acconfig.h +++ b/acconfig.h @@ -112,6 +112,9 @@ /* Define if we are using OSF1 DEC threads on 3.2 */ #undef HAVE_DEC_3_2_THREADS +/* Builds Example DB */ +#undef HAVE_EXAMPLE_DB + /* fp_except from ieeefp.h */ #undef HAVE_FP_EXCEPT |