Yesterday I wrote about what the diffstat between MySQL 5.5 and MariaDB 5.5 was, and previously to that, about the MariaDB code size as reported by sloccount. Let’s look at MySQL 5.6.
A naive wc based “lines of code” for MySQL 5.6 sql/ directory is ~490kLOC which contasts with MySQL 5.5 being ~375kLOC by the same measure. If we diffstat the sql/ directory like I did for MariaDB 5.5 we get:
357 files changed, 172871 insertions(+), 67922 deletions(-)
Versus, as you remember from yesterday for MariaDB 5.5 over MySQL 5.5:
250 files changed, 83639 insertions(+), 23090 deletions(-)
The MySQL 5.5 to 5.6 sql/ changes line up with What I found in my post …
[Read more]