Commit 2070b82f authored by Will DeVries's avatar Will DeVries Committed by Sergei Petrunia

Use SHOW SIMPLE CREATE TABLE instead of normal.

parent 66a46f5d
...@@ -821,7 +821,7 @@ int clustrix_connection::discover_table_details(LEX_CSTRING *db, ...@@ -821,7 +821,7 @@ int clustrix_connection::discover_table_details(LEX_CSTRING *db,
} }
/* get show create statement */ /* get show create statement */
show.append("show create table "); show.append("show simple create table ");
show.append(db); show.append(db);
show.append("."); show.append(".");
show.append(name); show.append(name);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment