diff options
author | Sergei Golubchik <serg@mariadb.org> | 2016-03-17 13:08:17 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2016-03-21 11:43:19 +0100 |
commit | 620d975ecd05fe9d91e3860e6af0a674da433acf (patch) | |
tree | 38ccf59e2cdf6278e12e580dfcb31865cb9d2970 | |
parent | 7baff9f68763d737c5eb612e455861a1cd05349f (diff) | |
download | mariadb-git-620d975ecd05fe9d91e3860e6af0a674da433acf.tar.gz |
typo in a comment
-rw-r--r-- | sql/handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |