Rename/renamespace all files starting in my_ in drizzled/
Registered by
Monty Taylor
There are a number of files prefixed with my_ in drizzled. Most of these moved over from mysys integration. They all need to have the thing they are describing be moved into the drizzled:: namespace and/or they need to be renamed. For instance, my_tree.h defines TREE. As per code-cleanup- this should at least become drizzled::Tree, and for this blueprint the filename needs to become tree.h.
Blueprint information
- Status:
- Complete
- Approver:
- Jay Pipes
- Priority:
- Medium
- Drafter:
- Monty Taylor
- Direction:
- Approved
- Assignee:
- Monty Taylor
- Definition:
- Approved
- Series goal:
- None
- Implementation:
- Implemented
- Milestone target:
- 2010-08-30
- Started by
- Monty Taylor
- Completed by
- Stewart Smith
Whiteboard
They're all in drizzled, but need to have the my_
(?)