Search found 4 matches

by WayneSewell
Sun Nov 20, 2005 2:19 am
Forum: MySQL
Topic: location of mysql download for vms? Itanium version?
Replies: 3
Views: 8460

Thanks. BTW, the above link will not work until the trailing comma is removed.
by WayneSewell
Sat Nov 19, 2005 10:59 pm
Forum: General
Topic: Repairing backup savesets
Replies: 3
Views: 8188

Re: Repairing backup savesets



This command should fix this problem,

SET FILE/ATTRIBUTES=(RFM:FIX,MRS:32256,LRL:32256,RAT:NONE) file.bck

If and only if the original backup command didn't specify /block=<something-else>. If it did, you have to set the record size to that rather than 32256. The person doing the backup can ...
by WayneSewell
Sat Nov 19, 2005 10:43 pm
Forum: MySQL
Topic: location of mysql download for vms? Itanium version?
Replies: 3
Views: 8460

location of mysql download for vms? Itanium version?

Since the main MySQL site knows nothing about vms, could we have a sticky link here for the vms download page? I had the link once and downloaded, but forgot to bookmark it.

Also, is there an itanium version yet?
by WayneSewell
Sun Sep 11, 2005 10:04 pm
Forum: General
Topic: Unzipping downloaded distributions
Replies: 4
Views: 10612

I found that even extended parse is insufficient when the file name includes a dot. For instance, the file in the zip is "my.great.file". The unzip from info-zip will preserve the lower case with extended parse, but will change the first dot to an underscore.

I wrote a command procedure that scans ...