June 19, 2013

Post: Top 5 Wishes for MySQL

… (plugable indexes etc), Apache, PHP or Linux Kernel. Yes in MySQL 5.1 the situation is changes – now there are plugable storage engines… GPL and often have smart guys inside who can figure things out and even patch MySQL if needed. So MySQL went to chase Enterprise market and develop enterprise features pushing back a lot…

Post: Percona builds with Percona patchsets

… publish them under GPL and some we developed for internal needs. We prepared 5.0.62 release (based on MySQL Enterprise 5.0.62 source, taken from http://mirror.provenscaling.com/mysql/enterprise/source/5.0/) and 5.1.26-rc…

Comment: Partially OpenSourced

… and when MySQL produces some feature for MySQL Enterprise only, you and anyone in the community have the full freedom under GPL to produce… online backup pertains to release 6.0 and later, not 5.1 or earlier. I hope I answered all your questions and… in the MySQL Enterprise product only. We have not yet decided under what licence we will release those add-ons (GPL, some other…

Comment: Reading MySQL Enterprise future...

GPL build. OEMs can see it in their OEM download location if they have a license for it, just as other Enterprise… and the excellent Enterprise Manager software. 5.1 Pro has MySQL support, Enterprise Manager and the various 5.1 additions and performance improvements. 5.1 Advanced has 5.1 Pro features…

Comment: Getting MySQL to use full key length

… seconds. Hopefully MySQL will address this soon. mysql> select version(); +—————————+ | version() | +—————————+ | 5.0.32-enterprise-gpl-log | +—————————+ 1 row in set (0.06 sec) mysql> explain SELECT SUM(IF(FACILITY=’failedsell’,1,0…