lunatechian (lunatech-ian)

one relating to, belonging to, or resembling lunatech

user accounting patch from google

I am interested in the mysql user activity monitoring patch that Google has. They have not released each feature as a separate patch and instead have given out one-big-patch-file :-( . Preliminary analysis shows that user accounting requires modifications to be applied in these files. The numbers in the second column are the number of lines modified in the original file via the patch. The output was generated using egrep and diffstat.

libmysqld/sql_parse.cc 509
libmysqld/sql_show.cc 137
libmysqld/sql_yacc.cc 31182
sql/lex.h 7
sql/lex_hash.h 12442
sql/mysqld.cc 338
sql/mysql_priv.h 111
sql/sql_class.h 159
sql/sql_lex.h 10
sql/sql_parse.cc 514
sql/sql_show.cc 137
sql/sql_yacc.cc 31182
sql/sql_yacc.h 1431
sql/sql_yacc.yy 103
sql/structs.h 22

Trackbacks

Trackback specific URI for this entryTrackback URL

Comments

  1. the yacc & lex .cc/.h files shouldn't be counted for diff stats.
    Reply

Add Comment

Enclosing asterisks marks text as bold (*word*), underscore are made via _word_.
Standard emoticons like :-) and ;-) are converted to images.
E-Mail addresses will not be displayed and will only be used for E-Mail notifications.