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

« back to all changes in this revision

Viewing changes to storage/tokudb/mysql-test/tokudb_add_index/r/add_index_8.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
SET DEFAULT_STORAGE_ENGINE='tokudb';
 
2
*** Bug #22169 ***
 
3
DROP TABLE IF EXISTS t1;
 
4
CREATE TABLE t1 (a int, b int, c int, z int, y int, x int, r int, s int, t int, primary key (a,b), key (z), key(x), key(t));
 
5
id      select_type     table   type    possible_keys   key     key_len ref     rows    Extra
 
6
1       SIMPLE  t1      index   NULL    foo     10      NULL    10      Using index
 
7
c       z       a       b
 
8
0       100     10      0
 
9
2       90      9       1
 
10
4       80      8       2
 
11
6       70      7       3
 
12
8       60      6       4
 
13
10      50      5       5
 
14
12      40      4       6
 
15
14      30      3       7
 
16
16      20      2       8
 
17
18      10      1       9
 
18
id      select_type     table   type    possible_keys   key     key_len ref     rows    Extra
 
19
1       SIMPLE  t1      ALL     NULL    NULL    NULL    NULL    10      
 
20
a       b       c       z       y       x       r       s       t
 
21
1       9       18      10      100     1000    2       3       4
 
22
2       8       16      20      200     2000    4       6       8
 
23
3       7       14      30      300     3000    6       9       12
 
24
4       6       12      40      400     4000    8       12      16
 
25
5       5       10      50      500     5000    10      15      20
 
26
6       4       8       60      600     6000    12      18      24
 
27
7       3       6       70      700     7000    14      21      28
 
28
8       2       4       80      800     8000    16      24      32
 
29
9       1       2       90      900     9000    18      27      36
 
30
10      0       0       100     1000    10000   20      30      40
 
31
id      select_type     table   type    possible_keys   key     key_len ref     rows    Extra
 
32
1       SIMPLE  t1      index   NULL    bar     10      NULL    10      Using index
 
33
t       r       a       b
 
34
4       2       1       9
 
35
8       4       2       8
 
36
12      6       3       7
 
37
16      8       4       6
 
38
20      10      5       5
 
39
24      12      6       4
 
40
28      14      7       3
 
41
32      16      8       2
 
42
36      18      9       1
 
43
40      20      10      0
 
44
id      select_type     table   type    possible_keys   key     key_len ref     rows    Extra
 
45
1       SIMPLE  t1      ALL     NULL    NULL    NULL    NULL    10      
 
46
a       b       c       z       y       x       r       s       t
 
47
1       9       18      10      100     1000    2       3       4
 
48
2       8       16      20      200     2000    4       6       8
 
49
3       7       14      30      300     3000    6       9       12
 
50
4       6       12      40      400     4000    8       12      16
 
51
5       5       10      50      500     5000    10      15      20
 
52
6       4       8       60      600     6000    12      18      24
 
53
7       3       6       70      700     7000    14      21      28
 
54
8       2       4       80      800     8000    16      24      32
 
55
9       1       2       90      900     9000    18      27      36
 
56
10      0       0       100     1000    10000   20      30      40