summaryrefslogtreecommitdiff
path: root/storage/maria/unittest/ma_test_loghandler_multithread-t.c
diff options
context:
space:
mode:
authorunknown <bell@desktop.sanja.is.com.ua>2008-01-30 08:01:45 +0200
committerunknown <bell@desktop.sanja.is.com.ua>2008-01-30 08:01:45 +0200
commitdc365245468c253714165c36b7b0a7891484be47 (patch)
tree6daa0a1cdb4a593497367efacf7bd61e73167914 /storage/maria/unittest/ma_test_loghandler_multithread-t.c
parente89cc6064eb3a2a93ef218a675b0924ccf45c9c2 (diff)
downloadmariadb-git-dc365245468c253714165c36b7b0a7891484be47.tar.gz
Compiler warnings fixed.
storage/maria/ma_loghandler.c: Compiler warning fixed. storage/maria/ma_test1.c: Compiler warning fixed. storage/maria/ma_test2.c: Compiler warning fixed. storage/maria/maria_chk.c: Compiler warning fixed. storage/maria/unittest/ma_control_file-t.c: Compiler warning fixed. storage/maria/unittest/ma_test_loghandler-t.c: Compiler warning fixed. storage/maria/unittest/ma_test_loghandler_first_lsn-t.c: Compiler warning fixed. storage/maria/unittest/ma_test_loghandler_max_lsn-t.c: Compiler warning fixed. storage/maria/unittest/ma_test_loghandler_multigroup-t.c: Compiler warning fixed. storage/maria/unittest/ma_test_loghandler_multithread-t.c: Compiler warning fixed. storage/maria/unittest/ma_test_loghandler_noflush-t.c: Compiler warning fixed. storage/maria/unittest/ma_test_loghandler_nologs-t.c: Compiler warning fixed. storage/maria/unittest/ma_test_loghandler_pagecache-t.c: Compiler warning fixed. storage/maria/unittest/ma_test_loghandler_purge-t.c: Compiler warning fixed.
Diffstat (limited to 'storage/maria/unittest/ma_test_loghandler_multithread-t.c')
-rw-r--r--storage/maria/unittest/ma_test_loghandler_multithread-t.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/maria/unittest/ma_test_loghandler_multithread-t.c b/storage/maria/unittest/ma_test_loghandler_multithread-t.c
index a4e1e2da52c..44b69d52a42 100644
--- a/storage/maria/unittest/ma_test_loghandler_multithread-t.c
+++ b/storage/maria/unittest/ma_test_loghandler_multithread-t.c
@@ -207,7 +207,7 @@ int main(int argc __attribute__((unused)),
plan(WRITERS + ITERATIONS * WRITERS * 3);
bzero(&pagecache, sizeof(pagecache));
- maria_data_root= ".";
+ maria_data_root= (char *)".";
long_buffer= malloc(LONG_BUFFER_SIZE + 7 * 2 + 2);
if (long_buffer == 0)
{