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

« back to all changes in this revision

Viewing changes to sql/sql_partition.h

  • 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
#ifndef SQL_PARTITION_INCLUDED
2
2
#define SQL_PARTITION_INCLUDED
3
3
 
4
 
/* Copyright (c) 2006, 2014, Oracle and/or its affiliates. All rights reserved.
 
4
/* Copyright (c) 2006, 2015, Oracle and/or its affiliates. All rights reserved.
5
5
 
6
6
   This program is free software; you can redistribute it and/or modify
7
7
   it under the terms of the GNU General Public License as published by
248
248
                                HA_CREATE_INFO *create_info,
249
249
                                TABLE_LIST *table_list,
250
250
                                char *db,
251
 
                                const char *table_name);
 
251
                                const char *table_name,
 
252
                                partition_info *new_part_info);
252
253
void set_all_part_state(partition_info *tab_part_info,
253
254
                        enum partition_state part_state);
254
255
bool set_part_state(Alter_info *alter_info, partition_info *tab_part_info,
257
258
                           HA_CREATE_INFO *create_info,
258
259
                           Alter_table_ctx *alter_ctx,
259
260
                           bool *partition_changed,
260
 
                           bool *fast_alter_table);
 
261
                           partition_info **new_part_info);
261
262
char *generate_partition_syntax(partition_info *part_info,
262
263
                                uint *buf_length, bool use_sql_alloc,
263
264
                                bool show_partition_options,