Slashdot Mirror


MySQL Ends Enterprise Server Source Tarballs

vboulytchev writes "The folks at MySQL has quietly announced that it will no longer be distributing the MySQL Enterprise Server source as a tarball. It's been about a year since the split between the paid and free versions of the database project. The Enterprise Server code is still under the GNU General Public License (GPL), and as a result MySQL appears to be making it harder for non-customers to access the source code. 'One of the things that many users worry about is whether they're getting an inferior version of MySQL by using the Community version. Urlocker says that MySQL "wants to make sure the Community version is rock solid," but admitted that the company has introduced features into the Community edition of the software that "[weren't] as robust as we thought, and created some instabilities." Because of that, the company is revising its policies about when features go into the Community releases.'" Update: 08/10 04:56 GMT by CN :While it is slightly harder to get, the source isn't closed by any means, so I updated the title to reflect that.

7 of 413 comments (clear)

  1. Yay! by Bluesman · · Score: 4, Insightful

    Can we all just switch to Postgres now?

    Cheap web hosting, I'm looking at you...

    --
    If moderation could change anything, it would be illegal.
  2. In addition, have you RTFA? by WindBourne · · Score: 4, Insightful

    It says that the source will no longer be shipped as a tarball. You now have to take it out of bitkeeper. IOW, you still get the source.

    --
    I prefer the "u" in honour as it seems to be missing these days.
  3. I smell a fork coming soon. by Lumpy · · Score: 4, Insightful

    Lots of OSS projects use Mysql. If they want to take their ball and go home, so bet it. we can take a tarball and create OurSQL.

    Come on people this is what OSS is all about. forking and starting a new project because the current project leaders became poopwads.

    --
    Do not look at laser with remaining good eye.
  4. Whatever THEY want by El+Lobo · · Score: 5, Insightful
    Whatever it is, they are in their perfect rights to do what they want with THEIR code.

    This is actually the tendence that worries me. These days many people (thankfully not everybody) think they have the RIGHT to get everything for free. One bitches because product X is not Open Source (Ohh what a crime!!!). The other bitches because X (which VERY GENEROUSLY was giving many years of hard work to people who don't even write a line of code) is taking their hard work back for Y reasons (yes, making a buck for many years of hard work is not a bad thing , you know)

    Another funny thing: I was talking to a man here at work. The man is a a rabious defender of OS. He wouldn't touch a non- OS program, he almost cried when MS made a deal with Novell, he screams how much he hates Photoshop and how great Gimp is (just because is OS)... And guess what? He develops a very good backup solution for databases and he takes good money for it. He was having some difficulties adding features. Knowing how good of an OS supporter he was I had the nerve to suggest to him to open the source of his program. ARE YOU FUCKING MAD?- he said. DO YOU KNOW HOW HARD I WORK FOR THIS SHIT? AND I WOULD GIVE IT TO THE DOGS?....

    Moral of the story. If you work hard for your work and wnat to share , so be it. If you want to get your work back iand this is posible, just do it. You have the right. people will bitch, people will call you a shit, people will hate you... And yet, the majority of them won't share a shit either giving the oportunity.

    Making money is not a crime folks....

    --
    It's time to realise that Abble's products are the biggest abomination these days. Just say NO to the dumb iAbble way!!
  5. And let me be the first to say... by Gordonjcp · · Score: 5, Insightful

    ... meh. SQLite is better for "toy database" problems anyway. It's fast, it's free, it's Free, and it's very compact. For a lot of applications where people use MySQL, it will fit in with just a few little changes.

    Sod MySQL, SQLite is the future.

  6. Re:In related news by Daengbo · · Score: 5, Insightful

    i think i see a fork coming along. still a 'community' version, but based on the supposedly more conservative enterprise codebase (whatever the last freely available gpl version is i suppose). either that or someone will take the current community version and strip it back to be a 'lean stable' version and build from there.

    I propose calling it OurSQL.

  7. Re:In related news by kripkenstein · · Score: 4, Insightful

    MySQL is not closing off its source. It's just choosing not to distribute the source code for one version of its product in one way. It doesn't violate the GPL in any way and if you still really want the source you can get it from their repository.
    Thank you for that accurate summary of the situation.

    Thing is, many people don't understand the GPL. The GPL never said 'you must distribute your source code to everyone'... you can, for example, make private changes and never give them out. In fact, this is explicitly given as an example of an important freedom by Stallman, Moglen, etc. Similarly, you have the freedom to make changes and give them to only a few people; this is exactly what MySQL are doing. Now, the people that do receive the code are free to further distribute it, according to the GPL, and I am sure we will see the code in some manner (compare to CentOS). But MySQL are well within their legal (and moral) rights to have only part of their GPLed code available on their servers in tarball format for anonymous download.

    To attack MySQL about this is very unfair.