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

« back to all changes in this revision

Viewing changes to storage/tokudb/ft-index/ft/tests/cachetable-prefetch-maybegetandpin-test.cc

  • Committer: Package Import Robot
  • Author(s): Otto Kekäläinen
  • Date: 2014-11-14 21:04:24 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20141114210424-xlyna0ozl11647o5
Tags: 5.5.40-0ubuntu0.14.10.1
* SECURITY UPDATE: Update to 5.5.40 to fix security issues (LP: #1391676)
  - CVE-2014-6507
  - CVE-2014-6491
  - CVE-2014-6500
  - CVE-2014-6469
  - CVE-2014-6555
  - CVE-2014-6559
  - CVE-2014-6494
  - CVE-2014-6496
  - CVE-2014-6464
* Add bsdutils as mariadb-server dependency like upstream does in 5.5.40.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
COPYRIGHT NOTICE:
33
33
 
34
 
  TokuDB, Tokutek Fractal Tree Indexing Library.
 
34
  TokuFT, Tokutek Fractal Tree Indexing Library.
35
35
  Copyright (C) 2007-2013 Tokutek, Inc.
36
36
 
37
37
DISCLAIMER:
119
119
    const int test_limit = 1;
120
120
    int r;
121
121
    CACHETABLE ct;
122
 
    toku_cachetable_create(&ct, test_limit, ZERO_LSN, NULL_LOGGER);
 
122
    toku_cachetable_create(&ct, test_limit, ZERO_LSN, nullptr);
123
123
    const char *fname1 = TOKU_TEST_FILENAME;
124
124
    unlink(fname1);
125
125
    CACHEFILE f1;