diff options
Diffstat (limited to 'sql/sql_partition.cc')
-rw-r--r-- | sql/sql_partition.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_partition.cc b/sql/sql_partition.cc index 3d33731da5c..86ba393fb7b 100644 --- a/sql/sql_partition.cc +++ b/sql/sql_partition.cc @@ -41,7 +41,7 @@ which is often referred to as column lists in the code variables. This enables a user to specify a set of columns and their concatenated value as the partition value. By comparing the concatenation of these values - the proper partition can be choosen. + the proper partition can be chosen. */ /* Some general useful functions */ |