-
Committer:
Stewart Smith
-
Date:
2010-08-17 18:47:50 UTC
-
mto:
(1720.1.1 drizzle)
-
mto:
This revision was merged to the branch mainline in
revision
1721.
-
Revision ID:
stewart@flamingspork.com-20100817184750-y2yjql16ydh6xtvb
make innobase plugin not directly access the mysql_query_str for CREATE TABLE, and instead use the table protobuf message and statement_transform to get a SQL string to pass to innobase for parsing to get the foreign keys out of it.