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

« back to all changes in this revision

Viewing changes to mysql-test/r/subselect_no_semijoin.result

  • Committer: Package Import Robot
  • Author(s): Otto Kekäläinen, Otto Kekäläinen, James Page
  • Date: 2014-03-02 01:38:26 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20140302013826-z3afnfteqo86pccd
Tags: 5.5.36-1
[ Otto Kekäläinen ]
* New upstream release.
* Updated Danish debconf translation (Closes: #739750).
* d/control: Added explicit Conflicts/Replaces for mysql-5.6 packages
  (Closes: #739841).
* d/control: Update for use of virtual-* packages for switching to/from
  MySQL alternatives.

[ James Page ]
* d/control: Drop Nicholas from Uploaders, MIA (Closes: #739360).
* d/control: Add libjemalloc-dev to BD's.

Show diffs side-by-side

added added

removed removed

Lines of Context:
564
564
1       PRIMARY t1      const   PRIMARY,numreponse      PRIMARY 7       const,const     1       100.00  Using index
565
565
2       SUBQUERY        NULL    NULL    NULL    NULL    NULL    NULL    NULL    NULL    Select tables optimized away
566
566
Warnings:
567
 
Note    1003    select 3 AS `numreponse` from `test`.`t1` where (1 = '1')
 
567
Note    1003    select 3 AS `numreponse` from `test`.`t1` where 1
568
568
drop table t1;
569
569
CREATE TABLE t1 (a int(1));
570
570
INSERT INTO t1 VALUES (1);
6093
6093
WHERE (sq4_alias1.col_varchar_key + NULL) IS NULL OR
6094
6094
sq4_alias1.col_varchar_key = @var3;
6095
6095
id      select_type     table   type    possible_keys   key     key_len ref     rows    Extra
6096
 
1       SIMPLE  NULL    NULL    NULL    NULL    NULL    NULL    NULL    Impossible WHERE noticed after reading const tables
 
6096
1       SIMPLE  sq4_alias1      system  NULL    NULL    NULL    NULL    0       const row not found
6097
6097
SELECT @var3:=12, sq4_alias1.*
6098
6098
FROM t1 AS sq4_alias1
6099
6099
WHERE (sq4_alias1.col_varchar_key + NULL) IS NULL OR