diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-11-18 22:25:33 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-11-18 22:25:33 +0100 |
commit | 303eec5774ced6dd3fed09a80511ef18e82badb8 (patch) | |
tree | 128cfa799d568f36969b444f078242babf25ac56 /mysql-test/t/function_defaults.test | |
parent | 5cfc62f9c6efdb7bf42588e3cfb1306f4a032fd7 (diff) | |
download | mariadb-git-303eec5774ced6dd3fed09a80511ef18e82badb8.tar.gz |
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.
Diffstat (limited to 'mysql-test/t/function_defaults.test')
-rw-r--r-- | mysql-test/t/function_defaults.test | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/t/function_defaults.test b/mysql-test/t/function_defaults.test index dd29b4609cb..f8b23d0eda8 100644 --- a/mysql-test/t/function_defaults.test +++ b/mysql-test/t/function_defaults.test @@ -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 # |