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

« back to all changes in this revision

Viewing changes to storage/tokudb/mysql-test/tokudb_bugs/r/tokudb_drop_simple_table_668.result

  • 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
create table tc (id int, x int, primary key(id), key(x));
 
2
select * from information_schema.tokudb_file_map;
 
3
dictionary_name internal_file_name      database        table   dictionary
 
4
./test/ta-main  ./_test_ta_main_8_17.tokudb     test    ta      main
 
5
./test/ta-status        ./_test_ta_status_7_17.tokudb   test    ta      status
 
6
./test/tb-key-b ./_test_tb_key_b_e_17.tokudb    test    tb      key-b
 
7
./test/tb-main  ./_test_tb_main_d_17.tokudb     test    tb      main
 
8
./test/tb-status        ./_test_tb_status_c_17.tokudb   test    tb      status
 
9
./test/tc-key-x ./_test_tc_key_x_12_3_18.tokudb test    tc      key-x
 
10
./test/tc-main  ./_test_tc_main_12_2_18.tokudb  test    tc      main
 
11
./test/tc-status        ./_test_tc_status_12_1_18.tokudb        test    tc      status
 
12
tokudb_meta     ./tokudb_meta_3_17.tokudb                       
 
13
drop table ta;
 
14
select dictionary_name from information_schema.tokudb_file_map;
 
15
dictionary_name
 
16
./test/tb-key-b
 
17
./test/tb-main
 
18
./test/tb-status
 
19
./test/tc-key-x
 
20
./test/tc-main
 
21
./test/tc-status
 
22
tokudb_meta
 
23
drop table tb;
 
24
select dictionary_name from information_schema.tokudb_file_map;
 
25
dictionary_name
 
26
./test/tc-key-x
 
27
./test/tc-main
 
28
./test/tc-status
 
29
tokudb_meta
 
30
drop table tc;
 
31
select dictionary_name from information_schema.tokudb_file_map;
 
32
dictionary_name
 
33
tokudb_meta