I should first start this blog post with the acronym IANAL (I am
not a lawyer). Also the views in this post are mine and not
my employer's (a lawyer did ask me to say that part).
Questions on the MariaDB JDBC Driver have
already been raised so I wanted to do something similar for the
MariaDB C Connector. The JDBC's issues are mostly ethical
whereas my C Connector questions are mostly legal.
But first a little history... MySQL 3.23.58 was the last
version to include an LGPL licensed connector for MySQL, the
connector went GPL (and of course commercial) after this
version. Nowadays the connector is GPL with a FLOSS
exception, that exception allows you to compile with certain
other licensed software. The main reason for this is PHP
version 4 switched from a dual-licensed under the …
LGPL release of MariaDB connectors opens up new possibilities for application developers
As I said last month, SkySQL has the goal of being THE provider of valuable, performance-enhancing and revenue-generating solutions for the 15 million users of open source MySQL and MariaDB databases in enterprise and cloud computing.
Finally there is an LGPL C client library for MariaDB, and thus also for MySQL. Monty Program and SkySQL have been working on this for some time. Admittedly there was already the BSD licensed Drizzle client library which was also able to talk to a MySQL/MariaDB server, however its API is different. The C client library for MariaDB has exactly the same API existing applications are used to, so you can just re-link and keep going! There is also a new LGPL Java client library for MariaDB.
In case you don’t quite realise: this is actually a major thing.
At MySQL AB, the client library was made GPL and this flowed through to Sun Microsystems and then Oracle Corp. This licensing choice for the client library was the basis of the …
[Read more]Topics for this podcast:
*Matt Asay moves from Alfresco to Canonical
*GPL fade fuels heated discussion
*Apple’s iPad and its enterprise and open source impact
*Open source in data warehousing and storage
*Our perspective on Oracle’s plans for Sun open source
iTunes or direct download (32:50, 9.2 MB)
Oracle’s plans for Sun’s OSS. The UK’s updated OSS strategy. And more.
Follow 451 CAOS Links live @caostheory on Twitter and
Identi.ca
“Tracking the open source news wires, so you don’t have
to.”
Oracle’s plans for Sun’s OSS
# Oracle’s MySQL strategy slide.
# eWeek reported that database thought leaders are divided on Oracle MySQL.
# Savio Rodrigues and Computerworld on Oracle’s plans for MySQL, other open source assets.
# Zack Urlocker is leaving Oracle/Sun/MySQL.
…[Read more]We’re continuing to see signs that the dominant GPL open source license may be fading from favor among commercial open source software players. The latest move away from the GPL comes from content management software vendor Alfresco, which is moving to the LGPL after originally releasing its code under the GPL three years ago. The reasoning for the shift, according to Alfresco CEO John Newton, is the company sees greater opportunity beyond being a software application, particularly given the emergence of the Content Management Interoperability Services standard. Alfresco won mostly praise for its move, and it does make sense given where open source is going these days.
I believe the emerging trend away …
[Read more]UPDATE: The final vote is in and a winner has been declared, with Matt Asay and his arguments for the GPL taking the prize. You can see the debate or follow links to the other judges’ votes and thoughts here.
This is my assessment as a judge of the recent open source license debate held by the FOSS Learning Centre. We’ll have to begin with some qualifications and definitions, starting with the fact that there is no ‘best’ open source software license. Still, a star-studded open source software panel provided a lively, informative debate on the merits of some top open source licenses. For that, I congratulate and thank the panelists, Mike Milinkovich from the Eclipse Foundation arguing for the Eclipse Public License, Matt Asay of Alfresco arguing in favor of the GPL and David Maxwell from Coverity arguing for …
[Read more]
I am proud to announce the availability of Flexviews for MySQL
1.0.0-alpha under LGPLv3!
http://flexviews.sourceforge.net
The documentation needs quite a bit of work. When you run into
problems (and I'm sure you will) you can ask for help on the
sourceforge support tracker. Please download the example database
for some examples of incremental refreshable views.
I haven't tested COMPLETE refresh views in quite a while, but I
think they break when you try to enable them. I'll fix this today
or tomorrow and upload a new version. INCREMENTAL refresh is what
is interesting anyway :)
Please report bugs (of which I'm sure there are quite a few), as
well as feature requests, etc, on the sourceforge bug tracker.
I sent mail to RMS the other day asking what he thought of
MySQL's licensing scheme:
From cjcollier colliertech.org Wed Jan 18 13:38:38 2006 Return-path: Envelope-to: cjcollier colliertech.org Delivery-date: Wed, 18 Jan 2006 13:38:38 -0800 Received: from [216.39.139.201] (helo=[127.0.0.1]) by moonunit.colliertech.org with esmtp (Exim 4.50) id 1EzL0o-0000sU-3j; Wed, 18 Jan 2006 13:38:38 -0800 Message-ID: <43CEB557.6050909@colliertech.org> Date: Wed, 18 Jan 2006 13:38:31 -0800 From: "C.J. Collier" User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051013) X-Accept-Language: en-us, en MIME-Version: 1.0 To: rms gnu.org Subject: MySQL connector licenses X-Enigmail-Version: 0.93.0.0 OpenPGP: id=6CC27EA8; url=http://colliertech.org/~cjcollier/gpg/cjcollier.pub Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on …[Read more]