Slashdot Mirror


MySQL CEO Interview

someonewhois writes "MySQL's CEO, Marten Mickos, says 'Open source & MySQL will rise, legal foes will fall', in a bold prediction that legal issues will continue to be ignored as a threat towards open source, and that software patents will harm the industry (well, duh)."

24 of 119 comments (clear)

  1. A little too bold.... by AtariAmarok · · Score: 5, Funny

    He'd better watch it before Bill Gates makes him an offer he can't refuse, and he wakes up with a penguin head in his bed.

    --
    Don't blame Durga. I voted for Centauri.
    1. Re:A little too bold.... by dcrocha · · Score: 5, Funny

      Bill: Marten, you do not yet realize your importance. You have only begun to discover your power. Join me, and I will complete your training. With our combined strength, we can end this destructive conflict and bring order to the database world.
      Marten: I'll never join you.
      Bill: I am your father.
      Marten: No. That's not true. That's impossible.
      Bill: Search your feelings you know it to be true.
      Marten: Nooooo. Nooooo.
      Bill: Yes I am.
      Marten: Ok then.

  2. 2 relevant sententces out of 38 by kpharmer · · Score: 4, Informative

    Not much here:

    What do you think was the top story in the Linux and open source arena in 2004?

    Marten Mickos:None of the legal attacks on open source or Linux have been successful. None of that stuff has gone anywhere. That's the biggest story.

    On that subject, MySQL has come to the conclusion that software patents will ultimately be demonstrated to be harmful to the industry. So, we are sponsoring a campaign in the European Union today to educate politicians and decision makers on the negative impact of software patents.

  3. Software patents by stratjakt · · Score: 4, Insightful

    Will harm *him*, but they'll help, for instance, Oracle.

    Both are in "the industry". So to make blanket statements like harm "the industry" fall on deaf ears.

    If you want to bitch about patents in a meaningful way, at least show how they do harm, by preventing competition by giving one company an unfair advantage.

    Also, it's in my opinion that it's only the frivolous patents that harm the industry. It's not the patent system itself that's wrong, it's the abuses of it. "Security holes" that need patching.

    --
    I don't need no instructions to know how to rock!!!!
    1. Re:Software patents by kpharmer · · Score: 5, Insightful

      MySQL certainly has a lot to fear from software patents: it's a commercial company that could be easily sued.

      And it's just now implementing functionality that other vendors put into their products 10-20 years ago. Many of these vendors have patents that cover some of the better approaches.

      Any idea which dbms patents mysql is stepping on most blatently? Does oracle have multi-version-consistency patented?

    2. Re:Software patents by Daniel+Dvorkin · · Score: 5, Insightful

      I think you're missing the point: he's saying (and I agree) that software patents harm the industry as a whole. Anything that benefits a few monolithic closed-source software providers like Oracle over many open-source providers like MySQL, PostgreSQL, etc. -- and please no "my DB can beat up your DB" flames, okay? -- is bad for the industry in general, no matter how many MiGs they enable Larry Ellison to buy.

      --
      The correlation between ignorance of statistics and using "correlation is not causation" as an argument is close to 1.
    3. Re:Software patents by stratjakt · · Score: 2, Interesting

      I know what he's saying.

      That's not the way most people see it. If someone's making money off it, it's a good thing.

      They don't think about the harm to competition or chill effects or anything so abstract.

      What I'm saying, is you have to show, with actual numbers, who's losing money because of software patents, or how end-users are getting screwed.

      Eolas v MSFT would be a really good example of frivolous patents hurting the industry, arguably one of the best. Of course slashdotters cant see past their anti-MS zealotry so it won't get a lot of playtime.

      --
      I don't need no instructions to know how to rock!!!!
  4. YOU ARE INCORRECT, SIR by Anonymous Coward · · Score: 3, Funny

    Postgre and Firebird are toys.

    MySQL is like the playmobile activity center you put in an infants crib, so that one day when he sees a real database he won't be too scared of it.

    1. Re:YOU ARE INCORRECT, SIR by imroy · · Score: 2, Insightful

      Oh, there are many of us in the OS community that know how pathetic MySQL is. The sad fact is that we're a minority. And thus you have the vicious cycle of most people using MySQL because that's usually that's available at web hosting companies, and that most web hosting companies only support MySQL because that's all they see demand for. *sigh*

  5. Ignore legal issues? by nurb432 · · Score: 4, Insightful

    Thats fine, when you are on the 'right' side of the suit..

    Let him get hit with being the defendant on a few IP suits, and i bet he sings a different tune.. One of caution..

    --
    ---- Booth was a patriot ----
  6. Geographic Information Systems by SsShane · · Score: 4, Informative

    As a GIS geek that wants a solution that costs less than $10,000,000.23, I'm hoping that MySQL improves their spatial extensions. Right now I play with PostgreSQL w/PostGIS until MySQL can implement more robust projections (how geography is "laid flat" on a map for those who don't know). From what I gather, and I admit being new to open-source GIS solutions, PostgreSQL w/PostGIS extensions stomps all over MySQL at the moment, but I think it would be in their interest to improve as they have a nice business model and GIS is taking off.

    1. Re:Geographic Information Systems by kpharmer · · Score: 5, Interesting

      get in line...

      MySQL is still implementing functionality common twenty years ago. And many of their enhancements of the last few years have left major gaps (innodb/replication awkwardness, etc).

      Additionally, they still haven't addressed their problem with silent exceptions (quietly truncating strings that don't fit, quietly converting numbers that don't fit, allowing invalid dates, etc, etc).

      So, yeah, it would be nice for them to pick up some OORDBMS functionality that postgesql has like spatial awareness, ip functions, etc - but I hope that they clean the product up first instead.

    2. Re:Geographic Information Systems by GigsVT · · Score: 3, Funny

      Moderations are stored in a MySQL database, which detects and silently converts moderations that are positive to ones that are negative, when they are attached to a message critical of MySQL.

      --
      I've had enough abrasive sigs. Kittens are cute and fuzzy.
    3. Re:Geographic Information Systems by snorklewacker · · Score: 2, Insightful

      > Have you tried doing bounds-checking in whatever scripting language your frontend application is written in, before passing it to MySQL?

      You know, that's the same argument that Mac zealots were using about memory protection before it landed in OSX. "Applications should be smart enough to not access memory that isn't theirs".

      The whole point of a database is to secure the data integrity, and not worry about some random application screwing it up. MySQL is nothing but a storage engine if it can't handle that.

      --
      I am no longer wasting my time with slashdot
    4. Re:Geographic Information Systems by kpharmer · · Score: 2, Insightful

      > Have you tried doing bounds-checking in whatever scripting language your frontend application is
      > written in, before passing it to MySQL?

      yes, we used to exclusively rely on the application to manage data quality back in the 70s and early 80s (when using hierarchical databases, flat files, and ISAM). Of course, then we discovered that the procedural application code did a *horrible* job of consistently performing these checks, for various reasons like:
      1. checks changed over time, but the application programmer failed to revalidate 100% of the historical data.
      2. multiple application interfaces implemented checks differently (j2ee client vs .net client vs etc, etc).

      So, as of about 1984, I've been using these capabilities pretty extensively. Not to say that I don't also perform simple constraint-checking in the app - there are some usability benefits there. But the database provides a redundant, declarative, and failure-proof assurance of many constraints.

      > MySQL just assumes you're smart enough to deal with stuff like that your own way if you don't
      > like the way it's going to.

      No, MySQL suffers from quick development focused on marketing rather than engineering. These errors look more like oversights than deliberate engineering, they are misleading & inconsistent. Further, mysql is the *only* product I know of that claims to be a RDBMS that has these issues. How is any of this a good thing?

      > Fortunately you do get to see exactly how MySQL deals with exceptions, and you can even change it
      > if you don't like it.

      Oh sure, you read about these documented bugs - but you still won't get an exception for a numeric or string overflow, or invalid date. So, if you want your app to run on five different databases - you've got to write extra code for mysql - around its bugs.

      This isn't good engineering, it's sloppiness. And MySQL shouldn't get a free pass just because they're open source. We'd expect more from oracle, sql server, or postgresql. MySQL will fix these problems - since they're now courting commercial application developers they have no choice. But it's disingenuous to pretend that these bugs are deliberate.

    5. Re:Geographic Information Systems by LWATCDR · · Score: 2, Insightful

      "Have you tried doing bounds-checking in whatever scripting language your frontend application is written in, before passing it to MySQL?"

      ummm. I guess that OS's shouldn't have to worry about bounds checking since applications should never do anything stupid????

      If an Application can crash an RDMBS or put corrupt data in to a table that is a flaw. Do other RDBMS do the same? If not then they handle exceptions better than MySQL. Trying to make this a plus is just dumb.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
  7. Wait, wait, you're joking... by rhaas · · Score: 5, Insightful

    Here we have the CEO of a company saying, basically, that his company is going to do well this year.

    And just for making that unremarkable statement, he makes the Slashdot homepage?

    News flash! It's the CEO's job to promote the company. They all do that. Even Darl.

  8. uh, Hemos.. by froggero1 · · Score: 4, Funny
    from the dept.

    what department would that be exaclly?

    --
    ~/.sig: No such file or directory
    1. Re:uh, Hemos.. by Frank+T.+Lofaro+Jr. · · Score: 2, Funny

      from the dept.

      From the (department name got lost because of lack of MySQL database consistancy) department, of course. Maybe Slashdot should switch to PostgreSQL, it is open source too. And then parts of the article title header would be safe from corruption, but our ideals would stay safe too. :)

      Happy Martin Luther King Day everyone! Google, why no special logo for today?! :(

      --
      Just because it CAN be done, doesn't mean it should!
  9. Phew by Bluetick · · Score: 3, Funny

    And here I was expecting him to say "Hey, sell your shares, this company and this open source stuff is fucked." Well this is a relief.

  10. Re:GULP! by dfetter · · Score: 2, Insightful

    Actually, MySQL is a lot more like shareware. For a real open source RDBMS, use PostgreSQL.

    --
    What part of "A well regulated militia" do you not understand?
  11. caring about the 'industry' by N3wsByt3 · · Score: 2, Insightful

    "Does he really care about the industry?"

    Maybe he does, and maybe he doesn't, but that's not the actual point. Even if he would turn out to be a greedy bastard who wanted to monopolise the entire industry (as MS does), the question remains if sw patents are a good idea or not.

    Good isn't good for this or that corporation in the short term, but for society in the long term. After all, a patent is a monopoly given by the state, and the state is (supposed to do) what's good for their citizens. Ultimately, in a democracy, *we* define the state. So the question boils down to: is it a good thing for the populace as a whole?

    As we all know, monopolies are never a good thing, and the only reason why it is given, is because it is supposed to stimulate further innovation. at least on sw patents enough studies have been done to indicate they don't do that at all, on the contrary.

    Conclusion: it is NOT a good thing. (Even when a particular company might profit from it at a given time).

    --
    --- "To pee or not to pee, that is the question." ---
  12. Software patents and the Fine Line by N3wsByt3 · · Score: 3, Interesting

    "There's a fine line that needs to be walked when it comes to software patents. Either extreme will stunt growth."

    Indeed, and that fine line is: allowing them.

    "On the one extreme[...]"

    sw patents are hopelessly borked. You can not patch the process up to be sure you only have high quality true software-innovations, and the whole idea of it is flawed in the first place, because software is akin to writing recipes, and it should be governed by copyright, not patents. and thirdly, patents are monopolies given by the state, because it is supposed to stimulate further innovation: all neutral research thusfar has indicated that it doesn't do that, on the contrary.

    "On the other extreme[...]"

    No, it won't. You seem to ignore the fact that, when software started with it's boom, there WERE NO sw patents. In fact, it can be reasonably argumented that it was just because they didn't existed at the time, that software knew such a high flight. Time and money isn't spend to produce new sw technologies; it is increasingly diverted to the legal departement of the companies. Companies that are flexible and can adapt will survive just fine without sw patents, rest assured.

    --
    --- "To pee or not to pee, that is the question." ---
  13. Valid points by Just+Some+Guy · · Score: 4, Insightful
    Why must any application that uses MySQL be GPL unless a commercial license is obtained from MySQL AB?

    If you're asking "what legal reason is there?", then the answer is because they decided in their infinite wisdom to GPL the client libraries, which is a more restrictive policy than any of the commercial DBs impose as far as I know.

    If you meant "why on Earth would they do that?", then I have no answer. They had to invent a stupid "FOSS License Exception" (see the above link for details) to allow popular non-GPL projects like PHP to offer MySQL support, and have basically removed any chance of commercial software support.

    In a nutshell, if you want to use a database in your non-GPL project (whether Free or proprietary) then MySQL is a poor choice. They've already added huge client library restrictions by moving from the LGPL to the GPL, and I don't see any reason to believe that they won't drop the "FOSS License Exception" kludge in the future. Note that I like the GPL - it's a good license and I support its goals - but this seems like a wholly inappropriate place to use it.

    --
    Dewey, what part of this looks like authorities should be involved?