~ubuntu-branches/ubuntu/wily/mysql-5.6/wily

« back to all changes in this revision

Viewing changes to sql/ha_partition.cc

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2015-04-16 20:07:10 UTC
  • mto: (1.3.9 vivid-proposed)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20150416200710-pcrsa022082zj46k
Tags: upstream-5.6.24
ImportĀ upstreamĀ versionĀ 5.6.24

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
   Copyright (c) 2005, 2014, Oracle and/or its affiliates. All rights reserved.
 
2
   Copyright (c) 2005, 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
234
234
 
235
235
  Field **f_ptr;
236
236
  List_iterator_fast<Create_field> new_field_it;
237
 
  Create_field *new_field;
 
237
  Create_field *new_field= NULL;
238
238
  new_field_it.init(*create_list);
239
239
 
240
240
  for (f_ptr= field_arary ; *f_ptr; f_ptr++)