diff options
author | Sergei Golubchik <serg@mysql.com> | 2008-08-30 21:34:41 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mysql.com> | 2008-08-30 21:34:41 +0200 |
commit | 8ba0216128584e870d5b688ba42217591b13d26f (patch) | |
tree | 30a3d2673201b2ac358bfec27ced9492f7383a22 /unittest/mysys | |
parent | 2b917502c1cd78699ee99b4cd6d388fcff29d76a (diff) | |
download | mariadb-git-8ba0216128584e870d5b688ba42217591b13d26f.tar.gz |
compiler warnings/errors
Diffstat (limited to 'unittest/mysys')
-rw-r--r-- | unittest/mysys/waiting_threads-t.c | 2 |
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; |