From: tomas ulin Date: May 9 2012 10:30am Subject: Re: pointers on implementing foreign keys for a storage engine List-Archive: http://lists.mysql.com/internals/38510 Message-Id: <4FAA4736.5070900@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit There is no API for it. InnoDB parses the query itself for the foreign key part. BR, Tomas On 2012-05-08 17:23, Zardosht Kasheff wrote: > Hello all, > > Are there any pointers for how one would go about implementing foreign > keys in the storage engine? I cannot seem to figure it out from the > handler API. > > Thanks > -Zardosht >