From: Shaukat Mahmood Ahmad Date: December 17 2012 2:50pm Subject: Re: How can I use create_table_option to extend table / column attributes for my plugable storage engine without modifying sql parser List-Archive: http://lists.mysql.com/internals/38670 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Thanks Stewart, what if I plan to merge MariaDB changes to MySQL source, what is mysql policy to accpet such patches? Regards, Shaukat Mahmood Ahmad On Mon, Dec 17, 2012 at 3:13 AM, Stewart Smith wrote: > Shaukat Mahmood Ahmad writes: >> I am unable to fingure this out in mysql source code, can anyone me to >> make it possible inMySQL source code (Plugable Storage Engine >> Development). > > This is one of the things that the MariaDB guys implemented and AFAIK > Oracle has not implemented something similar. So it's something you can > use in MariaDB (and a different API in Drizzle) but if you can't see > something like it in MySQL, then they haven't implmeneted it. > > -- > Stewart Smith