diff options
author | Sergei Golubchik <serg@mariadb.org> | 2017-12-24 18:39:00 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2017-12-25 15:18:21 +0100 |
commit | 5377242fff5d2260510e65c58e4e52d7c4b222f6 (patch) | |
tree | 33a6811ae6c700d0971a2abfb2e0102105d78742 /mysql-test/r | |
parent | 6d8b1bd6204899afa57121cf1f7adf305118d380 (diff) | |
download | mariadb-git-5377242fff5d2260510e65c58e4e52d7c4b222f6.tar.gz |
MDEV-14026 ALTER TABLE ... DELAY_KEY_WRITE=1 creates table copy for partitioned MyISAM table with DATA DIRECTORY/INDEX DIRECTORY options
set data_file_name and index_file_name in HA_CREATE_INFO
before calling check_if_incompatible_data()
Diffstat (limited to 'mysql-test/r')
-rw-r--r-- | mysql-test/r/partition_windows.result | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mysql-test/r/partition_windows.result b/mysql-test/r/partition_windows.result index dabcedcb3f9..756690925f8 100644 --- a/mysql-test/r/partition_windows.result +++ b/mysql-test/r/partition_windows.result @@ -26,9 +26,5 @@ ALTER TABLE t1 ADD PARTITION (PARTITION p3 DATA DIRECTORY = 'G:/mysqltest/p3Data Warnings: Warning 1618 <DATA DIRECTORY> option ignored Warning 1618 <INDEX DIRECTORY> option ignored -Warning 1618 <DATA DIRECTORY> option ignored -Warning 1618 <INDEX DIRECTORY> option ignored -Warning 1618 <DATA DIRECTORY> option ignored -Warning 1618 <INDEX DIRECTORY> option ignored INSERT INTO t1 VALUES (NULL, "last", 4); DROP TABLE t1; |