summaryrefslogtreecommitdiff
path: root/unittest
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mysql.com>2008-08-30 21:34:41 +0200
committerSergei Golubchik <serg@mysql.com>2008-08-30 21:34:41 +0200
commit8ba0216128584e870d5b688ba42217591b13d26f (patch)
tree30a3d2673201b2ac358bfec27ced9492f7383a22 /unittest
parent2b917502c1cd78699ee99b4cd6d388fcff29d76a (diff)
downloadmariadb-git-8ba0216128584e870d5b688ba42217591b13d26f.tar.gz
compiler warnings/errors
Diffstat (limited to 'unittest')
-rw-r--r--unittest/mysys/waiting_threads-t.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittest/mysys/waiting_threads-t.c b/unittest/mysys/waiting_threads-t.c
index b14f31a0432..3c60e31a66f 100644
--- a/unittest/mysys/waiting_threads-t.c
+++ b/unittest/mysys/waiting_threads-t.c
@@ -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;