summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--storage/example/ha_example.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/storage/example/ha_example.cc b/storage/example/ha_example.cc
index c5ee238a235..2e27f29a396 100644
--- a/storage/example/ha_example.cc
+++ b/storage/example/ha_example.cc
@@ -964,7 +964,6 @@ bool ha_example::check_if_incompatible_data(HA_CREATE_INFO *info,
DBUG_RETURN(COMPATIBLE_DATA_NO);
}
-#ifndef DBUG_OFF
for (uint i= 0; i < table->s->fields; i++)
{
ha_field_option_struct *f_old, *f_new;
@@ -982,7 +981,6 @@ bool ha_example::check_if_incompatible_data(HA_CREATE_INFO *info,
else
DBUG_PRINT("info", ("old field %i did not changed", i));
}
-#endif
DBUG_RETURN(COMPATIBLE_DATA_YES);
}