<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: mysql in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/mysql/m-p/4020043#M37873</link>
    <description>Bojan, how is the definition for the existing RMS file stored, i.e. field types, sizes, etc?&lt;BR /&gt;&lt;BR /&gt;Rob.</description>
    <pubDate>Mon, 18 Jun 2007 05:47:21 GMT</pubDate>
    <dc:creator>Robert Atkinson</dc:creator>
    <dc:date>2007-06-18T05:47:21Z</dc:date>
    <item>
      <title>mysql</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mysql/m-p/4020035#M37865</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;A few days ago I look to the mysql source distribution from the freeware CD. I realise that it is possible to write a custom storage engine. My idea is to write a storage engine which works with RMS files (index files for begining) and supports the VMS data types so I can access to old RMS files with SQL.&lt;BR /&gt;First tests looks good. The mysql storage engine fits to RMS without many problems.&lt;BR /&gt;&lt;BR /&gt;Now the questions:&lt;BR /&gt;&lt;BR /&gt;Has anybody try to do a similar work?&lt;BR /&gt;&lt;BR /&gt;Anybody knows what is with the VMS port for mysql 5.1?&lt;BR /&gt;&lt;BR /&gt;Bojan&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Jun 2007 06:49:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mysql/m-p/4020035#M37865</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2007-06-14T06:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: mysql</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mysql/m-p/4020036#M37866</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have had some requests for a RMS engine but I haven't done any work.&lt;BR /&gt;&lt;BR /&gt;Do you plan to release your RMS engine ?&lt;BR /&gt;&lt;BR /&gt;The current 5.1 port on VMS is 5.1.11, I have planned to port the latest 5.1, but, yet, no schedule.&lt;BR /&gt;&lt;BR /&gt;JF</description>
      <pubDate>Thu, 14 Jun 2007 08:36:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mysql/m-p/4020036#M37866</guid>
      <dc:creator>Jean-François Piéronne</dc:creator>
      <dc:date>2007-06-14T08:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: mysql</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mysql/m-p/4020037#M37867</link>
      <description>RMS connector: donno.  Haven't heard of one specifically for MySQL.  There are certainly ODBC connectors for RMS.  Probably JDBC.&lt;BR /&gt;&lt;BR /&gt;MySQL 5.1 beta (old discussions):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://dba.openvms.org/phorum/list.php?9" target="_blank"&gt;http://dba.openvms.org/phorum/list.php?9&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.openvms.org/stories.php?story=06/04/22/5056423" target="_blank"&gt;http://www.openvms.org/stories.php?story=06/04/22/5056423&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Contact info for SysGroup SARL was included.&lt;BR /&gt;&lt;BR /&gt;In either case, Jean-FranÃ§ois PiÃ©ronne (jfp) would (also) be a likely contact. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Jun 2007 08:47:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mysql/m-p/4020037#M37867</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-06-14T08:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: mysql</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mysql/m-p/4020038#M37868</link>
      <description>Jean-FranÃ§ois,&lt;BR /&gt;&lt;BR /&gt;As I said, I am only on the first steps. I done an engine rewriting the ha_example engine. It can read,write,update and can use indexes, it can also do some data conversions from mysql to VMS data types and viceversa. For now no locking, table creation etc...&lt;BR /&gt;&lt;BR /&gt;If I succed in my implementation I will certainly release the code.&lt;BR /&gt;&lt;BR /&gt;I am intersted in any 5.1 version. The storage engine specification is slightly different in this versions. As I see there are some more functions in the "handlerton" and it will probably be possible to use transactions when RMS Journaling is available.&lt;BR /&gt;&lt;BR /&gt;It is possible to somehow get yours last port?&lt;BR /&gt;&lt;BR /&gt;Hoff,&lt;BR /&gt;&lt;BR /&gt;Thanks for the links, I found them when I was searching for the release.&lt;BR /&gt;&lt;BR /&gt;Bojan&lt;BR /&gt;&lt;BR /&gt;PS&lt;BR /&gt;10 points for Jean-FranÃ§ois are for his great work on mysql and other freeware port to VMS.</description>
      <pubDate>Thu, 14 Jun 2007 10:17:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mysql/m-p/4020038#M37868</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2007-06-14T10:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: mysql</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mysql/m-p/4020039#M37869</link>
      <description>Bojan,&lt;BR /&gt;&lt;BR /&gt;I will try to finish the port of MySQL 5.1.14, I have started this port a month or two ago but I did not finish due to the lack of time. Then I will put it online.&lt;BR /&gt;&lt;BR /&gt;I can also put online 5.1.11 which is a MySQL 5.1 beta but which seem to work fairly well as some VMS sites are running this version for near a year without many problems.&lt;BR /&gt;&lt;BR /&gt;JF</description>
      <pubDate>Fri, 15 Jun 2007 03:26:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mysql/m-p/4020039#M37869</guid>
      <dc:creator>Jean-François Piéronne</dc:creator>
      <dc:date>2007-06-15T03:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: mysql</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mysql/m-p/4020040#M37870</link>
      <description>Jean-Francois,&lt;BR /&gt;&lt;BR /&gt;For my experiments the beta version will be OK.  Probably better than working on the old MySQL 4.1.14.&lt;BR /&gt;&lt;BR /&gt;I will appreciate if you can put online MySQL 5.1.11.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Fri, 15 Jun 2007 03:53:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mysql/m-p/4020040#M37870</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2007-06-15T03:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: mysql</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mysql/m-p/4020041#M37871</link>
      <description>Bojan,&lt;BR /&gt;&lt;BR /&gt;I have put online 5.1.11, same location as 4.1.14 kit. &lt;BR /&gt;I will try to finish the port of 5.1.14 next month.&lt;BR /&gt;&lt;BR /&gt;JF&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Jun 2007 07:33:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mysql/m-p/4020041#M37871</guid>
      <dc:creator>Jean-François Piéronne</dc:creator>
      <dc:date>2007-06-15T07:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: mysql</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mysql/m-p/4020042#M37872</link>
      <description>Jean-Francois,&lt;BR /&gt;&lt;BR /&gt;Thanks for putting online 5.1.11, I have downloaded it.&lt;BR /&gt;Now I have to see which are the differences betwen the old version an the new one.&lt;BR /&gt;&lt;BR /&gt;Thanks one more time&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Mon, 18 Jun 2007 01:17:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mysql/m-p/4020042#M37872</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2007-06-18T01:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: mysql</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mysql/m-p/4020043#M37873</link>
      <description>Bojan, how is the definition for the existing RMS file stored, i.e. field types, sizes, etc?&lt;BR /&gt;&lt;BR /&gt;Rob.</description>
      <pubDate>Mon, 18 Jun 2007 05:47:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mysql/m-p/4020043#M37873</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2007-06-18T05:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: mysql</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mysql/m-p/4020044#M37874</link>
      <description>Robert,&lt;BR /&gt;&lt;BR /&gt;As I said this are my first steps. For now I have put the descriptions of the existing fields in the comment string of each field.&lt;BR /&gt;In the comment you put the size,type,class (string or decimal scalar string) and optional scale and digits from the decimal scalar string.&lt;BR /&gt;&lt;BR /&gt;This comment is parsed when the file is open and VMS descriptors are made for fields which need conversion. When the field is transfered from MySQL or to MySQL LIB$CVT_DX_DX is called. In the future maybe some more optimal method will be used.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Now I downloaded the 5.1.11 version and have some troubles in compiling from sources.&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Mon, 18 Jun 2007 06:17:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mysql/m-p/4020044#M37874</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2007-06-18T06:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: mysql</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mysql/m-p/4020045#M37875</link>
      <description>Bojan,&lt;BR /&gt;&lt;BR /&gt;what problems do you have ?&lt;BR /&gt;&lt;BR /&gt;I was able to rebuild from sources without any problem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;JF</description>
      <pubDate>Mon, 18 Jun 2007 14:51:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mysql/m-p/4020045#M37875</guid>
      <dc:creator>Jean-François Piéronne</dc:creator>
      <dc:date>2007-06-18T14:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: mysql</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mysql/m-p/4020046#M37876</link>
      <description>JF,&lt;BR /&gt;&lt;BR /&gt;I attach the errors from the build procedure.&lt;BR /&gt;The build procedure (in this case) was:&lt;BR /&gt;&lt;BR /&gt;$ @logicals&lt;BR /&gt;$ @symbols&lt;BR /&gt;$ @build_all JFP_SSL ZLIB SERVER LONG MIXED&lt;BR /&gt;&lt;BR /&gt;But I have try also with:&lt;BR /&gt;&lt;BR /&gt;$ @build_all VMS_SSL ZLIB SERVER SHORT MIXED&lt;BR /&gt;$ @build_all JFP_SSL ZLIB SERVER SHORT MIXED&lt;BR /&gt;&lt;BR /&gt;I hae also tried to exclude the ha_example from the final link. But it seems that most of objects located in MYSQL051_ROOT:[vms.mysql.o_alpha.sql] are missing (there are only two my_lock.OBJ and net_serv.OBJ).&lt;BR /&gt;&lt;BR /&gt;Bojan&lt;BR /&gt;&lt;BR /&gt;PS&lt;BR /&gt;Maybe my compilers versions are to old?&lt;BR /&gt;&lt;BR /&gt;$ cxx/version&lt;BR /&gt;Compaq C++ V6.5-004 for OpenVMS Alpha V7.3-2&lt;BR /&gt;$ cc/version&lt;BR /&gt;Compaq C V6.5-001 on OpenVMS Alpha V7.3-2&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Jun 2007 02:22:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mysql/m-p/4020046#M37876</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2007-06-19T02:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: mysql</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mysql/m-p/4020047#M37877</link>
      <description>I think you should get C and C++  7.1 or 7.2, earlier versions fail.</description>
      <pubDate>Tue, 19 Jun 2007 02:26:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mysql/m-p/4020047#M37877</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2007-06-19T02:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: mysql</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mysql/m-p/4020048#M37878</link>
      <description>Bojan,&lt;BR /&gt;&lt;BR /&gt;To build the server you have to run&lt;BR /&gt;1. logicals.com&lt;BR /&gt;2. build_server.com, you may have to update this procedure which contains&lt;BR /&gt;$ @python_vms:setup&lt;BR /&gt;$ set def mysql051_root:[vms.mysql]&lt;BR /&gt;$ python genbuild_mms.py server 32 mixed&lt;BR /&gt;$ set def mysql051_root:[vms]&lt;BR /&gt;$ @build_all JFP_SSL ZLIB SERVER SHORT MIXED&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You need to execute the python script to generate the correct mms files.&lt;BR /&gt;&lt;BR /&gt;Sometimes I will build a separate tree for the server and all the clients but, currently, this share the same tree structure, so it is necessary to clean all object and libraries (olb) before the build.&lt;BR /&gt;&lt;BR /&gt;I have somewhere a procedure which do all the job (build the server and the various clients).&lt;BR /&gt;But to only build the server you just need the 2 procedures logicals.com and build_server.com&lt;BR /&gt;&lt;BR /&gt;JF</description>
      <pubDate>Tue, 19 Jun 2007 03:47:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mysql/m-p/4020048#M37878</guid>
      <dc:creator>Jean-François Piéronne</dc:creator>
      <dc:date>2007-06-19T03:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: mysql</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mysql/m-p/4020049#M37879</link>
      <description>JF,&lt;BR /&gt;&lt;BR /&gt;I will try to generate mms files but first I have to install Python (it seems that the installation needs some time).&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Bojan</description>
      <pubDate>Tue, 19 Jun 2007 04:51:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mysql/m-p/4020049#M37879</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2007-06-19T04:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: mysql</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mysql/m-p/4020050#M37880</link>
      <description>Bojan,&lt;BR /&gt;&lt;BR /&gt;Install python is very easy, you just have to download and mount 2 ld images, you probably can probably install Python in a couple of minutes.&lt;BR /&gt;More informations:&lt;BR /&gt;&lt;A href="http://vmspython.dyndns.org/DownloadAndInstallationPython" target="_blank"&gt;http://vmspython.dyndns.org/DownloadAndInstallationPython&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;JF</description>
      <pubDate>Tue, 19 Jun 2007 05:02:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mysql/m-p/4020050#M37880</guid>
      <dc:creator>Jean-François Piéronne</dc:creator>
      <dc:date>2007-06-19T05:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: mysql</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mysql/m-p/4020051#M37881</link>
      <description>JF,&lt;BR /&gt;&lt;BR /&gt;Just in the process of downloading the ld images. When I try to install python from PCSI it seems to go in an infinite loop after the line:&lt;BR /&gt;Compiling /python_root/local/rpdb2.py ...&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Tue, 19 Jun 2007 05:12:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mysql/m-p/4020051#M37881</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2007-06-19T05:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: mysql</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mysql/m-p/4020052#M37882</link>
      <description>If you just want to use Movable Python, once you have the two .dsk files&lt;BR /&gt;&lt;BR /&gt;1) if you want Python just for your process&lt;BR /&gt;&lt;BR /&gt;$ ld connect jfppy0006/symbol&lt;BR /&gt;$ mount $1$lda'ld_unit' jfppy0006&lt;BR /&gt;$ @ $1$lda'ld_unit':[000000]python_logicals&lt;BR /&gt;$ ld connect jfplib0001/symbol&lt;BR /&gt;$ mount $1$lda'ld_unit' jfplib0001 &lt;BR /&gt;$ @ $1$lda'ld_unit':[000000]lib_logicals&lt;BR /&gt;$ @python_vms:setup&lt;BR /&gt;$ python    python_root:&lt;DEMO.SCRIPTS&gt;beer.py&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2) if you want Python available for all processes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ ld connect jfppy0006/symbol&lt;BR /&gt;$ mount/system $1$lda'ld_unit' jfppy0006&lt;BR /&gt;$ @ $1$lda'ld_unit':[000000]python_logicals &lt;BR /&gt;$ ld connect jfplib0001/symbol&lt;BR /&gt;$ mount/system $1$lda'ld_unit' jfplib0001&lt;BR /&gt;$ @ $1$lda'ld_unit':[000000]lib_logicals&lt;BR /&gt;$ @python_vms:setup&lt;BR /&gt;$ python    python_root:&lt;DEMO.SCRIPTS&gt;beer.py&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DEMO.SCRIPTS&gt;&lt;/DEMO.SCRIPTS&gt;</description>
      <pubDate>Tue, 19 Jun 2007 05:20:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mysql/m-p/4020052#M37882</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2007-06-19T05:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: mysql</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mysql/m-p/4020053#M37883</link>
      <description>Sorry, I made a mistake, the second part should be&lt;BR /&gt;&lt;BR /&gt;2) if you want Python available for all processes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ ld connect jfppy0006/symbol&lt;BR /&gt;$ mount/system $1$lda'ld_unit' jfppy0006&lt;BR /&gt;$ @ $1$lda'ld_unit':[000000]python_logicals &lt;BR /&gt;$ ld connect jfplib0001/symbol&lt;BR /&gt;$ mount/system $1$lda'ld_unit' jfplib0001&lt;BR /&gt;$ @ $1$lda'ld_unit':[000000]lib_startup&lt;BR /&gt;$ @python_vms:setup&lt;BR /&gt;$ python python_root:&lt;DEMO.SCRIPTS&gt;beer.py&lt;/DEMO.SCRIPTS&gt;</description>
      <pubDate>Tue, 19 Jun 2007 05:48:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mysql/m-p/4020053#M37883</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2007-06-19T05:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: mysql</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mysql/m-p/4020054#M37884</link>
      <description>I succesfuly installed the movable ld images and executed the mms file creation.&lt;BR /&gt;Now the build_all command procedure is building the server image. I work on a slow alpha workstation 600au and this will take time. For now only a few informationals and two warnings.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Bojan</description>
      <pubDate>Tue, 19 Jun 2007 06:00:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mysql/m-p/4020054#M37884</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2007-06-19T06:00:30Z</dc:date>
    </item>
  </channel>
</rss>

