summaryrefslogtreecommitdiff
path: root/sql/sql_partition.h
diff options
context:
space:
mode:
authorMikael Ronstrom <mikael@mysql.com>2009-10-01 15:04:42 +0200
committerMikael Ronstrom <mikael@mysql.com>2009-10-01 15:04:42 +0200
commit1fe164a20e9f8e358f21272f429f5f374f7ec9b2 (patch)
treebb2c82e0db4feb614f0c75a19d5328563d607b03 /sql/sql_partition.h
parentb34643b8d2fbc41390b1b8d263d8bde8d857d49b (diff)
downloadmariadb-git-1fe164a20e9f8e358f21272f429f5f374f7ec9b2.tar.gz
Changed all no_ to num_ to avoid strange names like no_list_values which is not expected to be number of list values, rather a boolea indicating no list values
Diffstat (limited to 'sql/sql_partition.h')
-rw-r--r--sql/sql_partition.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_partition.h b/sql/sql_partition.h
index 7902cc77877..8fce2ebe6d1 100644
--- a/sql/sql_partition.h
+++ b/sql/sql_partition.h
@@ -65,7 +65,7 @@ int get_part_for_delete(const uchar *buf, const uchar *rec0,
void prune_partition_set(const TABLE *table, part_id_range *part_spec);
bool check_partition_info(partition_info *part_info,handlerton **eng_type,
TABLE *table, handler *file, HA_CREATE_INFO *info);
-void set_linear_hash_mask(partition_info *part_info, uint no_parts);
+void set_linear_hash_mask(partition_info *part_info, uint num_parts);
bool fix_partition_func(THD *thd, TABLE *table, bool create_table_ind);
char *generate_partition_syntax(partition_info *part_info,
uint *buf_length, bool use_sql_alloc,