Skip to content
Snippets Groups Projects
Commit 5fa406be authored by Mergen Imeev's avatar Mergen Imeev Committed by Igor Munkin
Browse files

sql: drop support of DEFAULT in SHOW CREATE TABLE

This patch removes support for default values in SHOW CREATE TABLE,
since it is not always possible to set the described default value in
SQL. Support for literals and SQL_EXPR functions with zero arguments is
potentially possible, and this support may be introduced later.

Part of #8793

NO_DOC=will be introduced later
parent 937b2173
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment