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

« back to all changes in this revision

Viewing changes to storage/tokudb/ft-index/src/tests/root_fifo_31.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
// test txn commit after db close
 
92
 
 
93
#include "test.h"
 
94
#include <sys/stat.h>
 
95
 
 
96
DB_ENV *null_env = NULL;
 
97
DB *null_db = NULL;
 
98
DB_TXN *null_txn = NULL;
 
99
DBC *null_cursor = NULL;
 
100
 
 
101
static void create_non_empty(int n) {
 
102
    DB_ENV *env = null_env;
 
103
    int r;
 
104
    r = db_env_create(&env, 0); assert(r == 0); assert(env != NULL);
 
105
    r = env->open(env, 
 
106
                  TOKU_TEST_FILENAME,
 
107
                  DB_INIT_MPOOL+DB_INIT_LOG+DB_INIT_LOCK+DB_INIT_TXN+DB_PRIVATE+DB_CREATE, 
 
108
                  S_IRWXU+S_IRWXG+S_IRWXO); 
 
109
    assert(r == 0);
 
110
 
 
111
    DB_TXN *txn = null_txn;
 
112
    r = env->txn_begin(env, null_txn, &txn, 0); assert(r == 0); assert(txn != NULL);
 
113
 
 
114
    DB *db = null_db;
 
115
    r = db_create(&db, env, 0); assert(r == 0); assert(db != NULL);
 
116
 
 
117
    r = db->open(db, txn, "test.db", 0, DB_BTREE, DB_CREATE, S_IRWXU+S_IRWXG+S_IRWXO); 
 
118
    assert(r == 0);
 
119
 
 
120
    int i;
 
121
    for (i=n; i<2*n; i++) {
 
122
        DBT key, val;
 
123
        int k = toku_htonl(i);
 
124
        r = db->put(db, txn, dbt_init(&key, &k, sizeof k), dbt_init(&val, &i, sizeof i), 0);
 
125
        assert(r == 0);
 
126
    }
 
127
 
 
128
    r = db->close(db, 0); assert(r == 0); db = null_db;
 
129
 
 
130
    r = txn->commit(txn, 0); assert(r == 0); txn = null_txn;
 
131
 
 
132
    r = env->close(env, 0); assert(r == 0); env = null_env;
 
133
}
 
134
 
 
135
static void root_fifo_verify(DB_ENV *env, int n) {
 
136
    if (verbose) printf("%s:%d %d\n", __FUNCTION__, __LINE__, n);
 
137
 
 
138
    int r;
 
139
 
 
140
    DB_TXN *txn = null_txn;
 
141
    r = env->txn_begin(env, null_txn, &txn, 0); assert(r == 0); assert(txn != NULL);
 
142
    DB *db = null_db;
 
143
    r = db_create(&db, env, 0); assert(r == 0); assert(db != NULL);
 
144
    r = db->open(db, txn, "test.db", 0, DB_BTREE, DB_CREATE, S_IRWXU+S_IRWXG+S_IRWXO); 
 
145
    assert(r == 0);
 
146
 
 
147
    DBC *cursor = null_cursor;
 
148
    r = db->cursor(db, txn, &cursor, 0); assert(r == 0);
 
149
    int i;
 
150
    for (i = 0; ; i++) {
 
151
        DBT key, val;
 
152
        memset(&key, 0, sizeof key); memset(&val, 0, sizeof val);
 
153
        r = cursor->c_get(cursor, &key, &val, DB_NEXT);
 
154
        if (r != 0) break;
 
155
        int k;
 
156
        assert(key.size == sizeof k);
 
157
        memcpy(&k, key.data, key.size);
 
158
        assert((int)toku_ntohl(k) == i);
 
159
    }
 
160
    assert(i == 2*n);
 
161
 
 
162
    r = cursor->c_close(cursor); assert(r == 0); cursor = null_cursor;
 
163
    
 
164
    r = txn->commit(txn, 0); assert(r == 0); txn = null_txn;
 
165
 
 
166
    r = db->close(db, 0); assert(r == 0); db = null_db;
 
167
}
 
168
 
 
169
static void root_fifo_31(int n) {
 
170
    if (verbose) printf("%s:%d %d\n", __FUNCTION__, __LINE__, n);
 
171
    int r;
 
172
 
 
173
    // create the env
 
174
    toku_os_recursive_delete(TOKU_TEST_FILENAME);
 
175
    toku_os_mkdir(TOKU_TEST_FILENAME, S_IRWXU+S_IRWXG+S_IRWXO);
 
176
 
 
177
    // populate
 
178
    create_non_empty(n);
 
179
 
 
180
    DB_ENV *env = null_env;
 
181
    r = db_env_create(&env, 0); assert(r == 0); assert(env != NULL);
 
182
    r = env->open(env, 
 
183
                  TOKU_TEST_FILENAME, 
 
184
                  DB_INIT_MPOOL+DB_INIT_LOG+DB_INIT_LOCK+DB_INIT_TXN+DB_PRIVATE+DB_CREATE, 
 
185
                  S_IRWXU+S_IRWXG+S_IRWXO); 
 
186
    assert(r == 0);
 
187
 
 
188
    DB_TXN *txn = null_txn;
 
189
    r = env->txn_begin(env, null_txn, &txn, 0); assert(r == 0); assert(txn != NULL);
 
190
 
 
191
    int i;
 
192
    for (i=0; i<n; i++) {
 
193
        DB *db = null_db;
 
194
        r = db_create(&db, env, 0); assert(r == 0); assert(db != NULL);
 
195
 
 
196
        r = db->open(db, txn, "test.db", 0, DB_BTREE, DB_CREATE, S_IRWXU+S_IRWXG+S_IRWXO); 
 
197
        assert(r == 0);
 
198
 
 
199
        DBT key, val;
 
200
        int k = toku_htonl(i);
 
201
        r = db->put(db, txn, dbt_init(&key, &k, sizeof k), dbt_init(&val, &i, sizeof i), 0);
 
202
        assert(r == 0);
 
203
 
 
204
        r = db->close(db, 0); assert(r == 0); db = null_db;
 
205
    }
 
206
 
 
207
    r = txn->commit(txn, 0); assert(r == 0); txn = null_txn;
 
208
 
 
209
    // verify the db
 
210
    root_fifo_verify(env, n);
 
211
 
 
212
    // cleanup
 
213
    r = env->close(env, 0); assert(r == 0); env = null_env;
 
214
}
 
215
 
 
216
int test_main(int argc, char *const argv[]) {
 
217
    int i;
 
218
    int n = -1;
 
219
 
 
220
    // parse_args(argc, argv);
 
221
    for (i = 1; i < argc; i++) {
 
222
        if (strcmp(argv[i], "-v") == 0) {
 
223
            verbose = 1;
 
224
            continue;
 
225
        }
 
226
        if (strcmp(argv[i], "-n") == 0) {
 
227
            if (i+1 < argc)
 
228
                n = atoi(argv[++i]);
 
229
            continue;
 
230
        }
 
231
    }
 
232
              
 
233
    if (n >= 0)
 
234
        root_fifo_31(n);
 
235
    else 
 
236
        for (i=0; i<100; i++)
 
237
            root_fifo_31(i);
 
238
    return 0;
 
239
}
 
240