From 46be29140286c4b29c15ea4d16d37aadf3b96396 Mon Sep 17 00:00:00 2001 From: Tristan Su Date: Tue, 6 Feb 2018 20:52:39 +0800 Subject: [PATCH] Fix typo --- sql/handler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/handler.h b/sql/handler.h index e6396616e3b..1009c612afe 100644 --- a/sql/handler.h +++ b/sql/handler.h @@ -3205,7 +3205,7 @@ class Ft_hints: public Sql_alloc VARIOUS EXCEPTIONS AND SPECIAL CASES - f the table has no nullable columns, then null_bytes is still + If the table has no nullable columns, then null_bytes is still present, its length is one byte which must be set to 0xFF at all times.