From 620d975ecd05fe9d91e3860e6af0a674da433acf Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Thu, 17 Mar 2016 13:08:17 +0100 Subject: [PATCH] typo in a comment --- sql/handler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/handler.h b/sql/handler.h index e3dcf4fa63a..8dc05a1d9df 100644 --- a/sql/handler.h +++ b/sql/handler.h @@ -1293,7 +1293,7 @@ struct handlerton }; /* - By default (if not implemented by the engine, but the discovery_table() is + By default (if not implemented by the engine, but the discover_table() is implemented) it will perform a file-based discovery: - if tablefile_extensions[0] is not null, this will discovers all tables