Skip to content

Commit 2c917bd

Browse files
committed
Bug#17315867: TYPO: BOOSTRAP
Fix two additional Boostrap => Bootstrap typos.
1 parent 91c2790 commit 2c917bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scripts/fill_help_tables.sql

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- Copyright (C) 2005 MySQL AB
1+
-- Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
22
--
33
-- This program is free software; you can redistribute it and/or modify
44
-- it under the terms of the GNU General Public License as published by
@@ -14,5 +14,5 @@
1414
-- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
1515

1616
-- fill_help_tables.sql - this file is a placeholder to satisfy build dependencies -
17-
-- it will be replaced with the appropriate content by the Boostrap script that
17+
-- it will be replaced with the appropriate content by the Bootstrap script that
1818
-- creates the official source distribution.

sql/sql_parse.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ static void handle_bootstrap_impl(THD *thd)
728728
break;
729729

730730
case READ_BOOTSTRAP_QUERY_SIZE:
731-
my_printf_error(ER_UNKNOWN_ERROR, "Boostrap file error. Query size "
731+
my_printf_error(ER_UNKNOWN_ERROR, "Bootstrap file error. Query size "
732732
"exceeded %d bytes near '%s'.", MYF(0),
733733
MAX_BOOTSTRAP_LINE_SIZE, err_ptr);
734734
break;

0 commit comments

Comments
 (0)