Poll: what (minor) versions of MySQL should be supported by an open source MySQL related project?

I would like to get the community’s opinion about supporting older (minor) versions of MySQL in open source projects.

If I were to develop some open source project, and a bug report came which only applied to MySQL 5.0.51 (but more recent versions worked fine), would I need to fix the code so as to support this older version?

How about supporting 5.0.22 (released almost 4 years ago, with almost 70 revisions since)? Would you expect an open source project to support this MySQL version because, say, this is the default version in your yum repository?

I would like to concentrate on the currently stable MySQL versions: 5.0 and 5.1. Versions 4.x are out of the question for me, and 5.5 is not yet GA.

Sure, it would be great to support everything. But also time and effort consuming. So, I would greatly appreciate your feedback!

[poll id=”2″]

8 thoughts on “Poll: what (minor) versions of MySQL should be supported by an open source MySQL related project?

  1. I think it depends. If your project is geared towards end users, and should “simply work”, then I would probably try to distribute my own version (not a fork, simply a stable copy that I know works).

    If that is not feasible, option 2 seems most appropriate. It’s kinda like with browsers: although we wish IE6 and IE7 would die, for some users there are very little alternatives, so generally you must support them. If you’re creating a typical internet applicattion, a strong factor for me would be what hosting companies have to offer. I imagine that would match what the distros are shipping, but my point is, you should look at what the user happens to be stuck with for whatever reason.

    If on the other hand your audience has the ability to install their one MySQL instance, or the product is unique enough for people to make an effort, I would stick with only the latest GA (and make sure while developing that it also works with the current beta, just to be ready).

    (For now I voted 2 which is closest to the first scenario)

  2. For SQLyog we have this:
    http://www.webyog.com/faq/content/1/178/en/sqlyog-is-a-client-for-the-mysql-server-_-but-what-server-versions-are-supported.html

    .. but I am considering raising the 5.0 recommendation to 5.0.67 or higher (because of some specific bug that I do not remember right now).

    However a standard GUI client is likely supposed to be more generic than most applications. But we cannot totally abandon support for 4.x and even not 3.23. However some recently added features will not work with those as it would create extra effort and that we have decided not to do extra work to support version before 5.0.

  3. I think that:
    – MySQL 5.0 that is less than 5.0.67 is trouble
    – MySQL 4.X is not completely dead.
    – patching code to deal with issues in a single (old) version is insane.
    – breaking compatibility for no good reason (PhpMyAdmin, I am looking at you) is not useful.

  4. Support everything == commercial support or very popular project with users contributing patches. You won’t have a very popular project initially. This will make some people unhappy, but they were probably not the users you need to grow a community.

  5. Thank you all for your valuable insight.

    The way I see it is that a decent consulting company will recommend a customer with 5.0.22 MySQL version to upgrade.
    Which means it is a good practice to have a fairly updated version.

    Since this is the open source world, I can put my own small weight into pushing towards good practices. So by saying “I only support recent versions >= x.x.x”, I contribute a little bit into having more users using updated versions.

    Will look forward to more input.

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.