Commit bc24c9d4 authored by Sergei Golubchik's avatar Sergei Golubchik

compiler warnings/errors

parent 333197e2
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
#include <stdio.h> #include <stdio.h>
#include <errno.h> #include <errno.h>
#include <tap.h> #include <tap.h>
#include "../trnman_public.h"
#include "../trnman.h" #include "../trnman.h"
extern my_bool maria_log_remove(); extern my_bool maria_log_remove();
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
#include <my_atomic.h> #include <my_atomic.h>
#include <lf.h> #include <lf.h>
#include <m_string.h> #include <m_string.h>
#include "../trnman_public.h"
#include "../trnman.h" #include "../trnman.h"
pthread_mutex_t rt_mutex; pthread_mutex_t rt_mutex;
......
...@@ -64,7 +64,7 @@ pthread_handler_t test_wt(void *arg) ...@@ -64,7 +64,7 @@ pthread_handler_t test_wt(void *arg)
int blockers[THREADS/10], j, k; int blockers[THREADS/10], j, k;
bzero(&resid, sizeof(resid)); bzero(&resid, sizeof(resid));
resid.value.num= id; //rnd() % THREADS; resid.value.num= id;
resid.type= &restype; resid.type= &restype;
res= 0; 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