Scott,

----- Original Message -----
From: ""Hathaway, Scott L"" <[EMAIL PROTECTED]>
Newsgroups: mailing.database.mysql
Sent: Wednesday, October 02, 2002 2:56 PM
Subject: pro vs max


> I went to the download site to get 4.04.  I noticed that there is a pro
> version now.  What is the difference between MySQL, MySQL Pro, and MySQL
> Max?  I looked at the products page on the website, but I am just not
clear.
> I do understand that MySQL does not have transactions and the other two
do,
> but what are the other differences

these are the basic differences regarding table handlers:

MySQL-3.23: MyISAM
MySQL-Max-3.23.MyISAM + InnoDB + BDB

MySQL-Classic-4.0: (only available under a commercial non-GPL license):
MyISAM
MySQL-Pro-4.0: MyISAM + InnoDB
MySQL-Max-4.0: MyISAM + InnoDB + BDB

> Thanks,
> Scott Hathaway

Best regards,

Heikki Tuuri
Innobase Oy
---
InnoDB - transactions, row level locking, and foreign key support for MySQL
See http://www.innodb.com, download MySQL-Max from http://www.mysql.com




> mysql query sql
>
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail
<[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
>



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to