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

« back to all changes in this revision

Viewing changes to storage/pbxt/mysql-test/main/r/type_float.rdiff

  • 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
 
--- r/type_float.result 2012-01-09 16:13:21.000000000 +0100
2
 
+++ r/type_float.reject 2012-02-10 16:23:49.000000000 +0100
3
 
@@ -95,7 +95,7 @@
4
 
   `col2` double(22,5) DEFAULT NULL,
5
 
   `col3` double DEFAULT NULL,
6
 
   `col4` double DEFAULT NULL
7
 
-) ENGINE=MyISAM DEFAULT CHARSET=latin1
8
 
+) ENGINE=PBXT DEFAULT CHARSET=latin1
9
 
 drop table t1,t2;
10
 
 create table t1 (a float);
11
 
 insert into t1 values (1);
12
 
@@ -238,7 +238,7 @@
13
 
 Table  Create Table
14
 
 t3     CREATE TABLE `t3` (
15
 
   `d` double DEFAULT NULL
16
 
-) ENGINE=MyISAM DEFAULT CHARSET=latin1
17
 
+) ENGINE=PBXT DEFAULT CHARSET=latin1
18
 
 drop table t1, t2, t3;
19
 
 create table t1 select  105213674794682365.00 + 0.0 x;
20
 
 show warnings;