See http://krow.net/
User information
- Launchpad Id:
- brianaker
- Email:
- Log in for email information.
- Member since:
- 2007年08月22日
- Signed Ubuntu Code of Conduct:
- Yes
- Languages:
- English
- OpenPGP keys:
- 95DD9727142B5417FE8793B88B4EE35FDA248813
- SSH keys:
-
brian@Blackbird.local
brian@Blackbird.local
brian@flood-control.localdomain
brian@flood-control.localdomain
brian@jenkins
brian@Flood-Control
- Time zone:
- America/Los_Angeles (UTC-0700)
- Karma:
- 0 Karma help
All bugs in progress Assigned bugs
in Drizzle
#1278805
Paralle build ability lost in 1.0.18
in libmemcached
#1261128
memcp gets expiration time wrong
in libmemcached
All assigned blueprints Assigned blueprints
Create Native Data Type for IP Address data
for Drizzle
This blueprint is to request a native data type specific to define columns that hold IP Address data.
Most of our customers prefer to declare IP addresses as a VARCHAR(15) or VARCHAR(20) etc.
Querying against these are not as efficient. Slow queries referencing IP address columns are quite common in our Cloud envir...
Fix calls to new() to allow us to properly allocate Table, TableShare, TableList and other classes.
There are some headers from plugin/myisam in use by files in the main drizzled/ dir. These need to be either divorced from use, or put into/through the storage engine interface, or something - but having #include "plugin/ANYTHING" in drizzled is and should be wrong.