[Maria-developers] MariaDB 10.0.4 Release Prep
All, I've begun prep work for the MariaDB 10.0.4 release. Draft Release Notes and Changelogs are here: - https://kb.askmonty.org/en/mariadb-1004-release-notes/ - https://kb.askmonty.org/en/mariadb-1004-changelog/ Please let me know ASAP if anything needs to be added/changed/etc... Thanks. -- Daniel Bartholomew Google+ - http://gplus.to/dbart Twitter - http://twitter.com/daniel_bart MariaDB: An Enhanced Drop-in Replacement for MySQL Website - http://mariadb.org Twitter - http://twitter.com/mariadb Google+ - http://google.com/+mariadb Facebook - http://fb.com/MariaDB.dbms Knowledgebase - http://kb.askmonty.org
Hi! a doubt... the alter table online, is implemented in ARIA/MYISAM engines? thanks
hum i didn't saw one VERY IMPORTANT MDEV wrong result from aria engine and partial index, this make aria engine useless to me and with the patch aria engine runs nicelly (i'm using it from the first day of patch on production servers): https://mariadb.atlassian.net/browse/MDEV-4687 and a less important too (add more info fields to qc_info plugin): https://mariadb.atlassian.net/browse/MDEV-4581
Hi again, some considerations about my last email, that i think should be important to include in next release... About MDEV-4687, i think that it MUST be in next release, i have a stock system with statistic tables that use date based values, and when i use <= to get the last day that have stock values, it return no rows, instead of real rows, this make me crazy for some days and many stock values wrong! i changed those tables to myisam (just to test) and the problem was solved! i put the bug at mariadb jira, and after some time Sergei Petrunia sent a patch that solved the problem, i patched my production server (yes i'm running 10.0.3 on production without big problems, just this one), and now they run nice, please consider this as a very important feature to merge to 10.0.4 release and next 5.5, 5.3, 5.2, 5.1 releases too (i don't know if there's test cases for this, but i tested 10.0.3 and sergei and elena tested 5.5.?) About MDEV-4581 i think it isn't accepted yet since it don't have tests, and have a macro not well defined yet +#ifdef QUERY_CACHE_QC_INFO_PLUGIN /* for more information see MariaDB - MDEV-4682 */ this could be removed without problems (source runs with it definned or not, the MDEV-4682 is statistics about query hits), and run without problems without the MDEV-4682 being accepted (without macro defined and sql_cache.cc/sql_cache.h patch)
Hi Daniel. On 08/16/2013 05:36 AM, Daniel Bartholomew wrote:
All,
I've begun prep work for the MariaDB 10.0.4 release.
Draft Release Notes and Changelogs are here: - https://kb.askmonty.org/en/mariadb-1004-release-notes/
Can you please join these two items into a single item with two sentences: * MDEV-3838 - Standard SQL temporal literals are recognized by MySQL 5.6 but ignored by MariaDB 10.0 .... * Syntax for temporal literals now produces temporal values Thanks.
- https://kb.askmonty.org/en/mariadb-1004-changelog/
Please let me know ASAP if anything needs to be added/changed/etc...
Thanks.
participants (3)
-
Alexander Barkov
-
Daniel Bartholomew
-
Roberto Spadim