mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-16365 Setting a column NOT NULL fails to return error for
NULL values when there is no DEFAULT Copy and inplace algorithm works similarly for NULL to NOT NULL conversion for the following cases: (1) strict sql mode - Should give error. (2) non-strict sql mode - Should give warnings alone (3) alter ignore table command. - Should give warnings alone.
This commit is contained in:
2
mysql-test/suite/innodb/t/alter_sql_mode.inc
Normal file
2
mysql-test/suite/innodb/t/alter_sql_mode.inc
Normal file
@ -0,0 +1,2 @@
|
||||
# See also alter_sql_mode.combinations
|
||||
--source include/have_innodb.inc
|
Reference in New Issue
Block a user