summaryrefslogtreecommitdiff
path: root/sql/field.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/field.h')
-rw-r--r--sql/field.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/field.h b/sql/field.h
index 1bde82d2ba2..efd4a74251d 100644
--- a/sql/field.h
+++ b/sql/field.h
@@ -1111,7 +1111,7 @@ public:
virtual uint32 sort_length() const { return pack_length(); }
/*
returns the sort_length for a field without the suffix length bytes
- for fields with binary charset.
+ for field with binary charset.
*/
virtual uint32 sort_length_without_suffix() const { return pack_length(); }