[MDEV-15266] partition_alter_myisam fails with -DWITH_VALGRIND=1 builds Created: 2018-02-09  Updated: 2018-02-09

Status: Open
Project: MariaDB Server
Component/s: None
Affects Version/s: 10.1
Fix Version/s: 10.1

Type: Bug Priority: Major
Reporter: Alexander Barkov Assignee: Sergei Golubchik
Resolution: Unresolved Votes: 0
Labels: None

Issue Links:
Relates
relates to MDEV-14026 ALTER TABLE ... DELAY_KEY_WRITE=1 cre... Closed

 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


Generated at Thu Feb 08 08:19:58 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.