From: Dan Nelson Date: October 4 2002 10:48pm Subject: Re: Linux GUIDs List-Archive: http://lists.mysql.com/mysql/121379 Message-Id: <20021004224807.GF33584@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In the last episode (Oct 04), Arthur Fuller said: > Does MySQL support GUIDs? Is there any code around that is equivalent > to the built-in M$-SQL function NewID(), which returns a GUID? Providing GUIDs is usually the job of the OS, and there really isn't much of a standard for it yet. One solution would be to write a UDF that either calls a native uuidgen() function, or shells out and runs uuidgen/makeuuid, and returns the result. -- Dan Nelson dnelson@stripped