diff options
author | Joerg Bruehe <joerg@mysql.com> | 2009-10-16 14:09:31 +0200 |
---|---|---|
committer | Joerg Bruehe <joerg@mysql.com> | 2009-10-16 14:09:31 +0200 |
commit | 08885924579f1814c22ff38443f8fdcfbaa8d30b (patch) | |
tree | 32d20daefc6575e55fc27881ff6c2e976e2c8f48 | |
parent | 74f4e3949001424444111930d409a09d4d6463dc (diff) | |
parent | 4bebf043542d3872545caacbe3bae634bc450083 (diff) | |
download | mariadb-git-08885924579f1814c22ff38443f8fdcfbaa8d30b.tar.gz |
Merge the Windows compile fix into the push tree.
-rw-r--r-- | mysys/mf_keycache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/mf_keycache.c b/mysys/mf_keycache.c index 6ffa8fb3ea8..53a3be6f999 100644 --- a/mysys/mf_keycache.c +++ b/mysys/mf_keycache.c @@ -1742,7 +1742,7 @@ restart: - block assigned but not yet read from file (invalid data). */ -#if THREAD +#ifdef THREAD if (keycache->in_resize) { /* This is a request during a resize operation */ |