HackFest B: Creating a New SHOW Command by Brian Aker at the MySQL Users Conference
Brian stepped through the steps for those attending to modify and deploy new functionality in the mysql server. Cool. The end result I would consider for an experienced developer as relatively easy (after avoiding the pitfalls).
NOTE: I wasn’t able to complete this successfully during the session, but I’ve posted this, so hopefully the input and review of others can help in overcoming the current issues. See Outstanding Issues throughout my notes.
Our goal: Produce a new command SHOW CONFERENCE;
The following commands were performed on CentOS 4.2. There may be some …
[Read more]