ComContribution Worklog
← Back to Community Contributions main page
[edit] MySQL Worklog Items Open for Community Development
| Worklog id | Description |
|---|---|
| WL233 | Refuse start-up if no write perm to err log |
| WL437 | MySQL should support Zeroconf/Bonjour |
| WL799 | Safer Unix domain socket handing |
| WL880 | new function: OID() |
| WL881 | BULK STATEMENT EXECUTION
Array binding WL#881 e.g. UPDATE mytable SET column1 = 5 WHERE column2 = ? parameter = array('a', 'c', 'e') |
| WL927 | Simultaneous assignments in UPDATE ... SET |
| WL930 | Allow -- comments with no space |
| WL1030 | Change error message |
| determine MAC addr on Windows (assigned to Chris Runyan, Mentor: Vladislav Vaintroub) | |
| WL1627 | Remove mysql_refresh from mysql clients |
| WL1628 | Change to use my_strtoll10() |
| WL1698 | Better my_compress() functions |
| WL1793 | SHOW COLLATION: Add Java and Windows Encoding Names to output |
| WL2601 | Allow embedded server to run completely standalone |
| WL2825 | Allow alteration of triggers |
| WL2888 | Modify sql_list.cc to remember the to-be-used memroot argument and allocate list pointers in blocks |
| WL2895 | Change string functions to use my_size_t |
| WL2929 | shared GLOBAL CACHE for stored procedures
prevents excessive memory usage |
| WL3129 | CREATE and DROP consistency (Kostja)
Object CREATE IF NOT EXISTS DROP IF EXISTS DROP MANY
------ -------------------- -------------- ---------
DATABASE yes yes -
EVENT yes yes -
FUNCTION - yes -
INDEX - - -
PROCEDURE - yes -
TABLE yes yes yes
TRIGGER - yes -
USER - - yes
VIEW - yes yes
SERVER - yes -
|
| WL3262 | mutex lock order checking in safemutex
safemutex should check that if mutex A is locked when mutex B is
locked, then mutex B should never be locked when mutex A is locked
|
| WL4128 | EXPLAIN PARTITION
output for partition select in EXPLAIN |
| WL4168 | EXPLAIN ANALYZE
EXPLAIN ANALYZE should run the query and then
produce EXPLAIN output with additional information about how optimizer's
expectation matched the actual execution
|