Sergei Golubchik
785e2248bd
MDEV-13089 identifier quoting in partitioning
...
don't print partitioning expression as it was entered by the user,
use Item::print() according to the sql_mode and sql_quote_show_create
2017-07-05 17:15:59 +02:00
Sergei Golubchik
0bef3bb8d0
cleanup: remove Item::intro_version
...
and partition_info::set_show_version_string - they were
already broken and impossible to maintain
2016-12-12 20:27:25 +01:00
Sergei Golubchik
dd8f931957
be less annoying about sysvar-based table attributes
...
do not *always* add them to the create table definition,
but only when a sysvar value is different from a default.
also, when adding them - don't quote numbers
2015-04-10 02:36:54 +02:00
Sergei Golubchik
5f293dd694
MDEV-4022 table attributes with sysvar as a default value
2013-04-09 23:27:24 +02:00
Sergei Golubchik
a3e8ae1280
A temporary solution to make CREATE TABLE attributes
...
to work when a table is partitioned
2010-05-11 16:49:23 +02:00