mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
MDEV-6880 Can't define CURRENT_TIMESTAMP as default value for added column
ALTER TABLE: don't fill default values per row, do it once. And do it in two places - for copy_data_between_tables() and for online ALTER. Also, run function_defaults test both for MyISAM and for InnoDB.
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
--echo # Test of function defaults for any server, including embedded.
|
||||
--echo #
|
||||
|
||||
--source include/have_innodb.inc
|
||||
|
||||
--echo #
|
||||
--echo # Function defaults run 1. No microsecond precision.
|
||||
--echo #
|
||||
|
||||
Reference in New Issue
Block a user