summaryrefslogtreecommitdiff
path: root/storage/maria/unittest/ma_loghandler_examples.c
diff options
context:
space:
mode:
Diffstat (limited to 'storage/maria/unittest/ma_loghandler_examples.c')
-rw-r--r--storage/maria/unittest/ma_loghandler_examples.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/storage/maria/unittest/ma_loghandler_examples.c b/storage/maria/unittest/ma_loghandler_examples.c
index 0c11a3b9a8e..cd5d927587a 100644
--- a/storage/maria/unittest/ma_loghandler_examples.c
+++ b/storage/maria/unittest/ma_loghandler_examples.c
@@ -59,6 +59,9 @@ void translog_example_table_init()
i < LOGREC_NUMBER_OF_TYPES;
i++)
log_record_type_descriptor[i].rclass= LOGRECTYPE_NOT_ALLOWED;
+#ifndef DBUG_OFF
+ check_translog_description_table(LOGREC_VARIABLE_RECORD_2LSN_EXAMPLE);
+#endif
}