| List: | Internals | « Previous MessageNext Message » | |
| From: | Brian Aker | Date: | May 12 2009 6:22pm |
| Subject: | Re: MySQL Reengineering Project | ||
| View as plain text | |||
Hi! On May 12, 2009, at 11:03 AM, Alex Esterkin wrote: > illustration of how easy it is to go too far: views and prepared > statements are no longer supported in Drizzle. A correction is needed here. MySQL drivers disabled the prepared statement API sometime ago because of issues with it. The difference is that with Drizzle we dropped it and have a new design we are looking at. We did not see a point in having code sitting around that was going unused. As far as views go, yes we removed them. Once we have a proper rewrite layer in the tree we will add them back. Cheers, -Brian
