This document discusses the importance of having a consistent and up-to-date coding style at MySQL. It notes problems with the current style, such as obsolete conventions like using TRUE/FALSE instead of true/false, as well as inconsistencies in the style being applied. The document proposes some initial steps to improve the style, and addresses common criticisms of changing the style, suggesting that improvements be made carefully. It concludes by providing references to coding style guides as examples.