Bug #70046 Typo: boostrap
Submitted: 15 Aug 2013 8:26 Modified: 15 Aug 2013 14:14
Reporter: Ryan Schmidt Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Errors Severity:S3 (Non-critical)
Version:5.6.13 OS:Any
Assigned to: CPU Architecture:Any

[15 Aug 2013 8:26] Ryan Schmidt
Description:
The typo "boostrap" occurs 9 times in the MySQL 5.6.13 source code. 

How to repeat:
Search for "boostrap" in source code.

Suggested fix:
Replace all occurrences of "boostrap" with "bootstrap".
[15 Aug 2013 9:16] MySQL Verification Team
Search "boostrap" (8 hits in 4 files)
D:\build\mysql-trunk\client\mysql_plugin.c (2 hits)
Line 1077:   Build the boostrap file.
Line 1206:   execute SQL commands from a file piped in (the boostrap file). We use

D:\build\mysql-trunk\scripts\comp_sql.c (2 hits)
Line 162:         die("Failed to read the boostrap input file. Query size exceeded %d bytes.\n"
Line 167:         die("Failed to read the boostrap input file. Unknown error.\n");

D:\build\mysql-trunk\sql\sql_parse.cc (1 hit)
Line 731:         my_printf_error(ER_UNKNOWN_ERROR, "Boostrap file error. Query size "

D:\build\mysql-trunk\storage\perfschema\pfs_server.h (3 hits)
Line 238:   @return A boostrap handle, or NULL.
Line 249:   When running in boostrap mode, ACL restrictions are relaxed,
Line 250:   to allow the boostrap scripts to DROP / CREATE performance schema tables.
[15 Aug 2013 9:42] Ryan Schmidt
The 9th hit I had was in

storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/util/I18NHelper.java (1 hit):
Line 236:                     // the library was loaded by the boostrap class loader
[15 Aug 2013 14:14] Paul DuBois
Fixed in 5.7.2.

Cosmetic change. No changelog entry needed.