mariadb/storage/innobase/handler
Jan Lindström 1a8cf15d63 MDEV-8392: Couldn't alter field with default value for make it not nullable.
Analysis; Problem is that InnoDB does not have support for generating
CURRENT_TIMESTAMP or constant default.

Fix: Add additional check if column has changed from NULL -> NOT NULL
and column default has changed. If this is is first column definition
whose SQL type is TIMESTAMP and it is defined as NOT NULL and
it has either constant default or function default we must use
"Copy" method for alter table.
2015-06-30 22:24:37 +03:00
..
ha_innodb.cc Merge branch 'merge-innodb-5.6' into 10.0 2015-06-16 11:08:23 +02:00
ha_innodb.h move to storage/innobase 2015-05-04 19:17:21 +02:00
handler0alter.cc MDEV-8392: Couldn't alter field with default value for make it not nullable. 2015-06-30 22:24:37 +03:00
i_s.cc Merge branch '5.5' into 10.0 2015-05-08 11:20:43 +02:00
i_s.h move to storage/innobase 2015-05-04 19:17:21 +02:00