summaryrefslogtreecommitdiff
path: root/sql/authors.h
Commit message (Collapse)AuthorAgeFilesLines
* Added myself to authors.h.unknown2005-11-231-0/+1
| | | | | | | mysql-test/r/show_check.result: Updated authors result. sql/authors.h: Added myself.
* More authors.unknown2005-11-181-1/+7
| | | | | mysql-test/r/show_check.result: Test fix results.
* Updated authors.h file (and show_check.result file) to include QA team membersunknown2005-11-171-0/+9
| | | | | | | | | | Note: This change was reviewed by Brian before the commit. mysql-test/r/show_check.result: Updated result file sql/authors.h: Added QA team to the file
* Added "SHOW AUTHORS" codeunknown2005-11-101-0/+18
mysql-test/r/show_check.result: Update to results mysql-test/t/show_check.test: Added SHOW AUTHORS test sql/field.h: Fixed portability issue sql/lex.h: Added new keyword "AUTHORS" sql/mysql_priv.h: Added reference to new show command. sql/sql_cache.h: Fixed compile bug (more of these need to be fixed) sql/sql_lex.h: Added to com bit. sql/sql_parse.cc: Parsing for show authors sql/sql_show.cc: Added new show command for "SHOW AUTHORS" sql/sql_yacc.yy: Added new parse code for show authors.