summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.ndb.mysql.com>2006-05-05 00:59:27 +0200
committerunknown <tomas@poseidon.ndb.mysql.com>2006-05-05 00:59:27 +0200
commit2a655fcc519a968d2dd33534b37c923549b37a7b (patch)
treef7bb8698b450d0f4d466b753facd2772df1fd980 /storage
parent63851b02a8bb30650a5557b0aef4724543ca3648 (diff)
downloadmariadb-git-2a655fcc519a968d2dd33534b37c923549b37a7b.tar.gz
ndb: fix compile error
Diffstat (limited to 'storage')
-rw-r--r--storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp b/storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp
index 5f970072a19..90abe2cb809 100644
--- a/storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp
+++ b/storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp
@@ -484,7 +484,7 @@ Dbtup::load_diskpage(Signal* signal,
req.m_callback.m_callbackFunction=
safe_cast(&Dbtup::disk_page_load_callback);
-#ifdef ERROR_INSERTED
+#ifdef ERROR_INSERT
if (ERROR_INSERTED(4022))
{
flags |= Page_cache_client::DELAY_REQ;