Commit 8ba02161 authored by Sergei Golubchik's avatar Sergei Golubchik

compiler warnings/errors

parent 2b917502
......@@ -17,6 +17,7 @@
#include <stdio.h>
#include <errno.h>
#include <tap.h>
#include "../trnman_public.h"
#include "../trnman.h"
extern my_bool maria_log_remove();
......
......@@ -20,6 +20,7 @@
#include <my_atomic.h>
#include <lf.h>
#include <m_string.h>
#include "../trnman_public.h"
#include "../trnman.h"
pthread_mutex_t rt_mutex;
......
......@@ -64,7 +64,7 @@ pthread_handler_t test_wt(void *arg)
int blockers[THREADS/10], j, k;
bzero(&resid, sizeof(resid));
resid.value.num= id; //rnd() % THREADS;
resid.value.num= id;
resid.type= &restype;
res= 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment