-
Committer:
Stewart Smith
-
Date:
2009-12-22 06:04:53 UTC
-
mto:
(1502.1.30 fix-myisam)
-
mto:
This revision was merged to the branch mainline in
revision
1533.
-
Revision ID:
stewart@flamingspork.com-20091222060453-2imkx8v9zgzbiiyb
small addition of custom engine options in parser and statement/create_table. No error checking performed yet (although the list is constructed). We are parsing them in () after ENGINE=FOO in CREATE TABLE and not as first class options to CREATE TABLE (like ENGINE=) currently due to shift/reduce conflicts in parser if we do. We must first reimpliment the existing CREATE TABLE options as these options before we can have this.