~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/zombie_db.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
 
 
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) 2009-2013 Tokutek Inc.  All rights reserved."
 
90
#ident "$Id$"
 
91
 
 
92
/* Purpose of this test is to verify correct behavior of
 
93
 * zombie dbs.  
 
94
 *
 
95
 * A db is destroyed when it is closed by the user and there are no txns using it.
 
96
 * If a transaction creates a db and then closes, that leaves an open db with 
 
97
 * no transaction associated with it.  If another transaction then uses the db,
 
98
 * and then closes it, then that leaves a zombie db.  The db is closed, but 
 
99
 * cannot be destroyed because there is still a transaction associated with it
 
100
 * (not the transaction that created it).
 
101
 *
 
102
 * Outline of this test:
 
103
 *
 
104
 * begin txn_a
 
105
 * create db for new dictionary "foo"
 
106
 * commit txn_a
 
107
 *  => leaves open db with no txn
 
108
 *     (releases range lock on "foo" dname in directory)
 
109
 * 
 
110
 * begin txn_b
 
111
 * insert into db
 
112
 * close db
 
113
 *   => leaves zombie db, held open by txn_b
 
114
 * 
 
115
 * 
 
116
 * create txn_c
 
117
 * 
 
118
 * test1:
 
119
 * try to delete dictionary (env->dbremove(foo)) 
 
120
 *   should return DB_LOCK_NOT_GRANTED because txnB is holding range lock on some part of 
 
121
 *   the dictionary ("foo") referred to by db
 
122
 * 
 
123
 * test2:
 
124
 * try to rename dictionary (env->dbrename(foo->bar))
 
125
 *   should return DB_LOCK_NOT_GRANTED because txnB is holding range lock on some part of 
 
126
 *   the dictionary ("foo") referred to by db
 
127
 * 
 
128
 */
 
129
 
 
130
#include "test.h"
 
131
#include <db.h>
 
132
 
 
133
static DB_ENV *env;
 
134
static DB * db;
 
135
 
 
136
static void
 
137
setup (void) {
 
138
    int r;
 
139
    toku_os_recursive_delete(TOKU_TEST_FILENAME);
 
140
    r=toku_os_mkdir(TOKU_TEST_FILENAME, S_IRWXU+S_IRWXG+S_IRWXO);       CKERR(r);
 
141
 
 
142
    r=db_env_create(&env, 0); CKERR(r);
 
143
    env->set_errfile(env, stderr);
 
144
    r=env->open(env, TOKU_TEST_FILENAME, DB_INIT_LOCK|DB_INIT_LOG|DB_INIT_MPOOL|DB_INIT_TXN|DB_CREATE|DB_PRIVATE, S_IRWXU+S_IRWXG+S_IRWXO); CKERR(r);
 
145
}
 
146
 
 
147
 
 
148
 
 
149
static void
 
150
test_shutdown(void) {
 
151
    int r;
 
152
    r=env->close(env, 0); CKERR(r);
 
153
}
 
154
 
 
155
static void
 
156
test_zombie_db(void) {
 
157
    int r;
 
158
    DBT key, val;
 
159
    DB_TXN * txn_b;
 
160
 
 
161
    r=env->txn_begin(env, 0, &txn_b, 0); CKERR(r);
 
162
 
 
163
    {
 
164
        DB_TXN * txn_a;
 
165
        dbt_init(&key, "key1", 4);
 
166
        dbt_init(&val, "val1", 4);
 
167
 
 
168
        r=env->txn_begin(env, 0, &txn_a, 0); CKERR(r);
 
169
        r=db_create(&db, env, 0); CKERR(r);
 
170
        r=db->open(db, txn_a, "foo.db", 0, DB_BTREE, DB_CREATE, S_IRWXU|S_IRWXG|S_IRWXO); CKERR(r);
 
171
        r=db->put(db, txn_a, &key, &val, 0); CKERR(r);
 
172
        r=txn_a->commit(txn_a, 0); CKERR(r);
 
173
    }
 
174
 
 
175
    // db is now open with no associated txn
 
176
 
 
177
    {
 
178
        dbt_init(&key, "key2", 4);
 
179
        dbt_init(&val, "val2", 4);
 
180
 
 
181
        r = db->put(db, txn_b, &key, &val, 0); CKERR(r);
 
182
        r=db->close(db, 0); CKERR(r);
 
183
    }
 
184
    
 
185
    // db is now closed, but cannot be destroyed until txn_b closes
 
186
    // db is now a zombie
 
187
 
 
188
    {
 
189
        DB_TXN * txn_c;
 
190
 
 
191
        r=env->txn_begin(env, 0, &txn_c, 0); CKERR(r);
 
192
        r = env->dbremove(env, txn_c, "foo.db", NULL, 0);  
 
193
        CKERR2(r, DB_LOCK_NOTGRANTED);
 
194
        r = env->dbrename(env, txn_c, "foo.db", NULL, "bar.db", 0); 
 
195
        CKERR2(r, DB_LOCK_NOTGRANTED);
 
196
        r=txn_c->commit(txn_c, 0); CKERR(r);
 
197
    }
 
198
    
 
199
    r=txn_b->commit(txn_b, 0); CKERR(r);
 
200
    
 
201
    // db should now be destroyed
 
202
}
 
203
 
 
204
int
 
205
test_main (int argc, char *const argv[]) {
 
206
    parse_args(argc, argv);
 
207
    setup();
 
208
    test_zombie_db();
 
209
    test_shutdown();
 
210
    return 0;
 
211
}