From 4f48856906a0d332695b04b408a5b4886b84386e Mon Sep 17 00:00:00 2001 From: Ian Gilfillan Date: Fri, 5 Jun 2020 00:02:55 +0200 Subject: Client spelling mistakes --- client/mysql_plugin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/mysql_plugin.c') diff --git a/client/mysql_plugin.c b/client/mysql_plugin.c index 682a2365a92..f50c3388b70 100644 --- a/client/mysql_plugin.c +++ b/client/mysql_plugin.c @@ -1019,7 +1019,7 @@ static int find_plugin(char *tp_path) /** - Build the boostrap file. + Build the bootstrap file. Create a new file and populate it with SQL commands to ENABLE or DISABLE the plugin via REPLACE and DELETE operations on the mysql.plugin table. @@ -1148,7 +1148,7 @@ exit: Create a command line sequence to launch mysqld in bootstrap mode. This will allow mysqld to launch a minimal server instance to read and - execute SQL commands from a file piped in (the boostrap file). We use + execute SQL commands from a file piped in (the bootstrap file). We use the --no-defaults option to skip reading values from the config file. The bootstrap mode skips loading of plugins and many other subsystems. -- cgit v1.2.1