~ubuntu-branches/ubuntu/trusty/mariadb-5.5/trusty-proposed

« back to all changes in this revision

Viewing changes to storage/tokudb/ft-index/ft/locking-benchmarks/trylock.cc

  • Committer: Package Import Robot
  • Author(s): James Page, Otto Kekäläinen
  • Date: 2014-02-17 16:51:52 UTC
  • mfrom: (2.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20140217165152-k315d3175g865kkx
Tags: 5.5.35-1
[ Otto Kekäläinen ]
* New upstream release, fixing the following security issues:
  - Buffer overflow in client/mysql.cc (Closes: #737597).
    - CVE-2014-0001
  - http://www.oracle.com/technetwork/topics/security/cpujan2014-1972949.html
    - CVE-2013-5891
    - CVE-2013-5908
    - CVE-2014-0386
    - CVE-2014-0393
    - CVE-2014-0401
    - CVE-2014-0402
    - CVE-2014-0412
    - CVE-2014-0420
    - CVE-2014-0437
* Upstream https://mariadb.atlassian.net/browse/MDEV-4902
  fixes compatibility with Bison 3.0 (Closes: #733002)
* Updated Russian debconf translation (Closes: #734426)
* Updated Japanese debconf translation (Closes: #735284)
* Updated French debconf translation (Closes: #736480)
* Renamed SONAME properly (Closes: #732967)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- */
 
2
// vim: ft=cpp:expandtab:ts=8:sw=4:softtabstop=4:
 
3
#ident "$Id$"
 
4
/*
 
5
COPYING CONDITIONS NOTICE:
 
6
 
 
7
  This program is free software; you can redistribute it and/or modify
 
8
  it under the terms of version 2 of the GNU General Public License as
 
9
  published by the Free Software Foundation, and provided that the
 
10
  following conditions are met:
 
11
 
 
12
      * Redistributions of source code must retain this COPYING
 
13
        CONDITIONS NOTICE, the COPYRIGHT NOTICE (below), the
 
14
        DISCLAIMER (below), the UNIVERSITY PATENT NOTICE (below), the
 
15
        PATENT MARKING NOTICE (below), and the PATENT RIGHTS
 
16
        GRANT (below).
 
17
 
 
18
      * Redistributions in binary form must reproduce this COPYING
 
19
        CONDITIONS NOTICE, the COPYRIGHT NOTICE (below), the
 
20
        DISCLAIMER (below), the UNIVERSITY PATENT NOTICE (below), the
 
21
        PATENT MARKING NOTICE (below), and the PATENT RIGHTS
 
22
        GRANT (below) in the documentation and/or other materials
 
23
        provided with the distribution.
 
24
 
 
25
  You should have received a copy of the GNU General Public License
 
26
  along with this program; if not, write to the Free Software
 
27
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 
28
  02110-1301, USA.
 
29
 
 
30
COPYRIGHT NOTICE:
 
31
 
 
32
  TokuDB, Tokutek Fractal Tree Indexing Library.
 
33
  Copyright (C) 2007-2013 Tokutek, Inc.
 
34
 
 
35
DISCLAIMER:
 
36
 
 
37
  This program is distributed in the hope that it will be useful, but
 
38
  WITHOUT ANY WARRANTY; without even the implied warranty of
 
39
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
40
  General Public License for more details.
 
41
 
 
42
UNIVERSITY PATENT NOTICE:
 
43
 
 
44
  The technology is licensed by the Massachusetts Institute of
 
45
  Technology, Rutgers State University of New Jersey, and the Research
 
46
  Foundation of State University of New York at Stony Brook under
 
47
  United States of America Serial No. 11/760379 and to the patents
 
48
  and/or patent applications resulting from it.
 
49
 
 
50
PATENT MARKING NOTICE:
 
51
 
 
52
  This software is covered by US Patent No. 8,185,551.
 
53
  This software is covered by US Patent No. 8,489,638.
 
54
 
 
55
PATENT RIGHTS GRANT:
 
56
 
 
57
  "THIS IMPLEMENTATION" means the copyrightable works distributed by
 
58
  Tokutek as part of the Fractal Tree project.
 
59
 
 
60
  "PATENT CLAIMS" means the claims of patents that are owned or
 
61
  licensable by Tokutek, both currently or in the future; and that in
 
62
  the absence of this license would be infringed by THIS
 
63
  IMPLEMENTATION or by using or running THIS IMPLEMENTATION.
 
64
 
 
65
  "PATENT CHALLENGE" shall mean a challenge to the validity,
 
66
  patentability, enforceability and/or non-infringement of any of the
 
67
  PATENT CLAIMS or otherwise opposing any of the PATENT CLAIMS.
 
68
 
 
69
  Tokutek hereby grants to you, for the term and geographical scope of
 
70
  the PATENT CLAIMS, a non-exclusive, no-charge, royalty-free,
 
71
  irrevocable (except as stated in this section) patent license to
 
72
  make, have made, use, offer to sell, sell, import, transfer, and
 
73
  otherwise run, modify, and propagate the contents of THIS
 
74
  IMPLEMENTATION, where such license applies only to the PATENT
 
75
  CLAIMS.  This grant does not include claims that would be infringed
 
76
  only as a consequence of further modifications of THIS
 
77
  IMPLEMENTATION.  If you or your agent or licensee institute or order
 
78
  or agree to the institution of patent litigation against any entity
 
79
  (including a cross-claim or counterclaim in a lawsuit) alleging that
 
80
  THIS IMPLEMENTATION constitutes direct or contributory patent
 
81
  infringement, or inducement of patent infringement, then any rights
 
82
  granted to you under this License shall terminate as of the date
 
83
  such litigation is filed.  If you or your agent or exclusive
 
84
  licensee institute or order or agree to the institution of a PATENT
 
85
  CHALLENGE, then Tokutek may terminate any rights granted to you
 
86
  under this License.
 
87
*/
 
88
 
 
89
#ident "Copyright (c) 2007-2013 Tokutek Inc.  All rights reserved."
 
90
#ident "The technology is licensed by the Massachusetts Institute of Technology, Rutgers State University of New Jersey, and the Research Foundation of State University of New York at Stony Brook under United States of America Serial No. 11/760379 and to the patents and/or patent applications resulting from it."
 
91
#define _MULTI_THREADED
 
92
#include <pthread.h>
 
93
#include <stdio.h>
 
94
#include <stdio.h>
 
95
#include <stdlib.h>
 
96
#include <errno.h>
 
97
#include <sys/time.h>
 
98
#include <unistd.h>
 
99
 
 
100
float tdiff (struct timeval *start, struct timeval *end) {
 
101
    return 1e6*(end->tv_sec-start->tv_sec) +(end->tv_usec - start->tv_usec);
 
102
}
 
103
 
 
104
/* Simple function to check the return code and exit the program
 
105
   if the function call failed
 
106
   */
 
107
static void compResults(char *string, int rc) {
 
108
  if (rc) {
 
109
    printf("Error on : %s, rc=%d",
 
110
           string, rc);
 
111
    exit(EXIT_FAILURE);
 
112
  }
 
113
  return;
 
114
}
 
115
 
 
116
pthread_rwlock_t       rwlock = PTHREAD_RWLOCK_INITIALIZER;
 
117
 
 
118
void *rdlockThread(void *arg __attribute__((unused)))
 
119
{
 
120
  int             rc;
 
121
  int             count=0;
 
122
 
 
123
  struct timeval start, end;
 
124
 
 
125
  printf("Entered thread, getting read lock with mp wait\n");
 
126
  Retry:
 
127
 
 
128
  gettimeofday(&start, 0);
 
129
  rc = pthread_rwlock_tryrdlock(&rwlock);
 
130
  gettimeofday(&end, 0);
 
131
  printf("pthread_rwlock_tryrdlock took %9.3fus\n", tdiff(&start,&end));
 
132
  if (rc == EBUSY) {
 
133
    if (count >= 10) {
 
134
      printf("Retried too many times, failure!\n");
 
135
 
 
136
      exit(EXIT_FAILURE);
 
137
    }
 
138
    ++count;
 
139
    printf("Could not get lock, do other work, then RETRY...\n");
 
140
    sleep(1);
 
141
    goto Retry;
 
142
  }
 
143
  compResults("pthread_rwlock_tryrdlock() 1\n", rc);
 
144
 
 
145
  sleep(2);
 
146
 
 
147
  printf("unlock the read lock\n");
 
148
  gettimeofday(&start, 0);
 
149
  rc = pthread_rwlock_unlock(&rwlock);
 
150
  gettimeofday(&end, 0);
 
151
  compResults("pthread_rwlock_unlock()\n", rc);
 
152
  printf("%lu.%6lu to %lu.%6lu is %9.2f\n", start.tv_sec, start.tv_usec, end.tv_sec, end.tv_usec, tdiff(&start, &end));
 
153
 
 
154
  printf("Secondary thread complete\n");
 
155
  return NULL;
 
156
}
 
157
 
 
158
int main(int argc __attribute__((unused)), char **argv)
 
159
{
 
160
  int                   rc=0;
 
161
  pthread_t             thread;
 
162
  struct timeval start, end;
 
163
 
 
164
  printf("Enter Testcase - %s\n", argv[0]);
 
165
 
 
166
  gettimeofday(&start, 0);
 
167
  gettimeofday(&end, 0);
 
168
  printf("nop Took %9.2f\n", tdiff(&start, &end));
 
169
 
 
170
  {
 
171
      int N=1000;
 
172
      int i;
 
173
      printf("Main, get and release the write lock %d times\n", N);
 
174
      gettimeofday(&start, 0);
 
175
      for (i=0; i<N; i++) {
 
176
          rc = pthread_rwlock_wrlock(&rwlock);
 
177
          rc = pthread_rwlock_unlock(&rwlock);
 
178
      }
 
179
      gettimeofday(&end, 0);
 
180
      compResults("pthread_rwlock_wrlock()\n", rc);
 
181
      printf("Took %9.2fns/op\n", 1000*tdiff(&start, &end)/N);
 
182
  }
 
183
 
 
184
  printf("Main, get the write lock\n");
 
185
  gettimeofday(&start, 0);
 
186
  rc = pthread_rwlock_wrlock(&rwlock);
 
187
  gettimeofday(&end, 0);
 
188
  compResults("pthread_rwlock_wrlock()\n", rc);
 
189
  printf("Took %9.2f\n", tdiff(&start, &end));
 
190
 
 
191
  printf("Main, create the try read lock thread\n");
 
192
  rc = pthread_create(&thread, NULL, rdlockThread, NULL);
 
193
  compResults("pthread_create\n", rc);
 
194
 
 
195
  printf("Main, wait a bit holding the write lock\n");
 
196
  sleep(5);
 
197
 
 
198
  printf("Main, Now unlock the write lock\n");
 
199
  gettimeofday(&start, 0);
 
200
  rc = pthread_rwlock_unlock(&rwlock);
 
201
  gettimeofday(&end, 0);
 
202
  compResults("pthread_rwlock_unlock()\n", rc);
 
203
  printf("Took %9.2f\n", tdiff(&start, &end));
 
204
 
 
205
  printf("Main, wait for the thread to end\n");
 
206
  rc = pthread_join(thread, NULL);
 
207
  compResults("pthread_join\n", rc);
 
208
 
 
209
  rc = pthread_rwlock_destroy(&rwlock);
 
210
  compResults("pthread_rwlock_destroy()\n", rc);
 
211
  printf("Main completed\n");
 
212
  return 0;
 
213
}