forked from mysql/mysql-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace TRUE with true and FALSE with false, with some notable exceptions: - In SQL, where we keep talking about TRUE and FALSE. - In comments that talk about SQL. - In string literals, especially in the parser and such. - In InnoDB, which has its own “ibool” type and TRUE/FALSE definitions. - In NDB, which get their own TRUE and FALSE definitions in ndb_global.h. Change-Id: I60ee30ec43d3f86399f5c2d11f4d411bef360500
- Loading branch information
Steinar H. Gunderson
committed
Nov 17, 2017
1 parent
a541fa2
commit 2673e92
Showing
502 changed files
with
6,242 additions
and
6,247 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.