summaryrefslogtreecommitdiff
path: root/storage/maria/unittest/ma_test_loghandler_multithread-t.c
diff options
context:
space:
mode:
authorunknown <bell@desktop.sanja.is.com.ua>2007-12-03 18:09:36 +0200
committerunknown <bell@desktop.sanja.is.com.ua>2007-12-03 18:09:36 +0200
commit3e90f0d86c016534a4e53d357e4d3224d16875ef (patch)
treee9b3edbcea920b69d5710d60f6953110ae419ea0 /storage/maria/unittest/ma_test_loghandler_multithread-t.c
parent1e865f0accd875fdf75347556667d910b78ae446 (diff)
downloadmariadb-git-3e90f0d86c016534a4e53d357e4d3224d16875ef.tar.gz
Added variable to control log directory syncs.
Part of postreview fixes added. mysql-test/r/maria.result: Added variable to control log directory syncs. storage/maria/ha_maria.cc: Added variable to control log directory syncs. storage/maria/ma_loghandler.h: Added variable to control log directory syncs. storage/maria/ma_loghandler_lsn.h: postreview fix storage/maria/unittest/Makefile.am: New file with logrecord descriptors for tests. storage/maria/unittest/ma_test_loghandler-t.c: New file with logrecord descriptors for tests. storage/maria/unittest/ma_test_loghandler_first_lsn-t.c: New file with logrecord descriptors for tests. storage/maria/unittest/ma_test_loghandler_max_lsn-t.c: New file with logrecord descriptors for tests. storage/maria/unittest/ma_test_loghandler_multigroup-t.c: New file with logrecord descriptors for tests. storage/maria/unittest/ma_test_loghandler_multithread-t.c: New file with logrecord descriptors for tests. storage/maria/unittest/ma_test_loghandler_noflush-t.c: New file with logrecord descriptors for tests. storage/maria/unittest/ma_test_loghandler_pagecache-t.c: New file with logrecord descriptors for tests. storage/maria/unittest/ma_test_loghandler_purge-t.c: New file with logrecord descriptors for tests. storage/maria/unittest/ma_loghandler_examples.c: New BitKeeper file ``storage/maria/unittest/ma_loghandler_examples.c''
Diffstat (limited to 'storage/maria/unittest/ma_test_loghandler_multithread-t.c')
-rw-r--r--storage/maria/unittest/ma_test_loghandler_multithread-t.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/maria/unittest/ma_test_loghandler_multithread-t.c b/storage/maria/unittest/ma_test_loghandler_multithread-t.c
index 0a81aeac55f..eee42edde6c 100644
--- a/storage/maria/unittest/ma_test_loghandler_multithread-t.c
+++ b/storage/maria/unittest/ma_test_loghandler_multithread-t.c
@@ -5,6 +5,7 @@
#include "../trnman.h"
extern my_bool maria_log_remove();
+extern void example_loghandler_init();
#ifndef DBUG_OFF
static const char *default_dbug_option;