Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.1(EOL)
-
None
-
None
Description
--- /home/bar/maria-git/server.10.1/mysql-test/suite/parts/r/partition_alter_myisam.result 2018-01-24 13:15:54.185364484 +0400
|
+++ /home/bar/maria-git/server.10.1/mysql-test/suite/parts/r/partition_alter_myisam.reject 2018-02-10 00:10:21.979386013 +0400
|
@@ -48,6 +48,11 @@
|
index directory = 'MYSQL_TMP_DIR',
|
partition p02 data directory = 'MYSQL_TMP_DIR'
|
index directory = 'MYSQL_TMP_DIR');
|
+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
|
insert into t1 values (1, 1, repeat('a', 100));
|
insert into t1 select rand()*1000, rand()*1000, repeat('b', 100) from t1;
|
insert into t1 select rand()*1000, rand()*1000, repeat('b', 100) from t1;
|
|
mysqltest: Result length mismatch
|
|
- saving '/home/bar/maria-git/server.10.1/mysql-test/var/log/parts.partition_alter_myisam/' to '/home/bar/maria-git/server.10.1/mysql-test/var/log/parts.partition_alter_myisam/'
|
--------------------------------------------------------------------------
|
The servers were restarted 0 times
|
Spent 0.000 of 4 seconds executing testcases
|
|
Failure: Failed 1/1 tests, 0.00% were successful.
|
It seems the test for MDEV-14026 should be moved into a separate file with:
--source include/have_symlink.inc
|
Attachments
Issue Links
- relates to
-
MDEV-14026 ALTER TABLE ... DELAY_KEY_WRITE=1 creates table copy for partitioned MyISAM table with DATA DIRECTORY/INDEX DIRECTORY options
- Closed