~maria-captains/maria/mysql-6.0-backup

« back to all changes in this revision

Viewing changes to sql/sql_partition.cc

  • Committer: Thava Alagu
  • Date: 2010-03-11 19:18:17 UTC
  • mfrom: (3719.14.62 mysql-6.0-codebase)
  • Revision ID: thavamuni.alagu@sun.com-20100311191817-5nigmq884xo9fuut
Merge from mysql-6.0-codebase

Show diffs side-by-side

added added

removed removed

Lines of Context:
149
149
                                           uint min_len, uint max_len,
150
150
                                           uint flags,
151
151
                                           PARTITION_ITERATOR *part_iter);
 
152
 
 
153
#ifdef WITH_PARTITION_STORAGE_ENGINE
 
154
 
152
155
static int cmp_rec_and_tuple(part_column_list_val *val, uint32 nvals_in_rec);
153
156
static int cmp_rec_and_tuple_prune(part_column_list_val *val,
154
157
                                   uint32 n_vals_in_rec,
155
158
                                   bool tail_is_min);
156
159
 
157
 
#ifdef WITH_PARTITION_STORAGE_ENGINE
158
160
/*
159
161
  Convert constants in VALUES definition to the character set the
160
162
  corresponding field uses.