|
About Worklog
The Forge Worklog is the public collection of development and roadmap tasks
that MySQL engineers are either in the proces of working on, or are seeking
input from the MySQL user community in how to implement a feature or extension.
Feel free to comment on any worklog item you are interested in or have experience
using. MySQL developers are always eager to hear from you! You can read more about
Worklog on the MySQL Forge Wiki.
Recent Community FeedbackI will implement this in mine Google Summer of Code project. If you are mentioning bug numbers, please include BUG#26489 This is a feature that we would really like to have. It is troublesome to have to restart the slave when a new database is added to a server that needs to be replicated. I tend to like the filtering done on the slave, as I may have two slaves that are applying binlogs for different ...Dynamic row format has been implemented as a patch for 5.0.45. With the new HP_DATASPACE structure, BLOB should be easy to add. See http://code.google.com/p/mysql-heap-dynamic-rows I think functional indexes, particularly partial indexes, is of great value. We are a blog service provider and have a database of several terabytes. For many times we found we want to create a partial index over just a few rows, such as an index on only recommended blogs. However, MySQL ...Also, "alter table add index" rewrites the entire table, including all other indexes on the table. Can this be avoided as part of this work? Hm. Why do not I see what other people are saying... Get this done already. Please! For one thing, it's important to get rid of InnoDB's internal parser. It's bloat and causes inconsistency bugs from time to time. Just have checked import library stuff. Turns out that if a symbol marked __declspec(dllexport) is present, the linker will create the import library mysqld.lib anyway.Seems like CMake support is not absolutely necessary. |
Top-Rated TasksRecently Added/Modified Tasks |
May 3, 2008 @ 23:43 (re: WL#3329: Online backup: Design Advanced SQL Interface)
Please consider the following: 1. Allow multiple files with round robin writes. I have have situations in the past where splitting the backup across two+ devices that have space allowed backups to be taken when no single device had enough space. This option may also increase backup speed. 2.
...