~ubuntu-branches/ubuntu/trusty/mysql-5.5/trusty-updates

« back to all changes in this revision

Viewing changes to sql/sql_table.cc

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2015-04-20 09:30:47 UTC
  • mfrom: (1.1.22)
  • Revision ID: package-import@ubuntu.com-20150420093047-yd9g5p2hesgvlzwm
Tags: 5.5.43-0ubuntu0.14.04.1
* SECURITY UPDATE: Update to 5.5.43 to fix security issues (LP: #1444616)
  - http://www.oracle.com/technetwork/topics/security/cpuapr2015-2365600.html
  - CVE-2015-0433
  - CVE-2015-0441
  - CVE-2015-0499
  - CVE-2015-0501
  - CVE-2015-0505
  - CVE-2015-2568
  - CVE-2015-2571
  - CVE-2015-2573

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
   Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
 
2
   Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.
3
3
 
4
4
   This program is free software; you can redistribute it and/or modify
5
5
   it under the terms of the GNU General Public License as published by
5365
5365
  if (create_info->storage_media == HA_SM_DEFAULT)
5366
5366
    create_info->storage_media= table->s->default_storage_media;
5367
5367
 
 
5368
  /* Creation of federated table with LIKE clause needs connection string */
 
5369
  if (!(used_fields & HA_CREATE_USED_CONNECTION))
 
5370
    create_info->connect_string= table->s->connect_string;
 
5371
 
5368
5372
  restore_record(table, s->default_values);     // Empty record for DEFAULT
5369
5373
  Create_field *def;
5370
5374