I have Acrobat 8 running on my Mac. And look what I’ve found by accident:
I had console.log open to check something, when I found these lines:
<p>061115 9:57:48 [Warning] Can’t open and lock time zone table: Table ‘mysql.time_zone_leap_second’ doesn’t exist trying to live without them</p>
/Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/MacOS/mysqld: ready for connections.
Version: ‘4.1.18-standard’ socket: ‘/Users/pilif/Library/Caches/Acrobat/8.0_x86/Organizer70’ port: 0 MySQL Community Edition – Standard (GPL)
</tt>
MySQL shipped with Acrobat? Interesting.
The GPL-Version shipped with Acrobat? IMHO a clear license breach.
Of course, I peeked into the Acrobat bundle:
% pwd /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/MacOS % dir mysql* -rwxrwxr-x 1 pilif admin 2260448 Feb 20 2006 mysqladmin -rwxrwxr-x 1 pilif admin 8879076 Feb 20 2006 mysqld
Interesting. Shouldn’t the commercial edition not print “Community Edition (GPL)”? Even if Adobe doesn’t violate the license (because they are just shipping the GPLed server and have bought the client library (which is GPL too) or written their own client), the GPL clearly states that I can get the sourcecode and a copy of the license. I couldn’t find these anywhere though…
I guess I should ask at mysql what’s going on here.