Skip to content

Commit 0af5125

Browse files
Bug #19183565 CREATE DYNAMIC INNODB_TMPDIR VARIABLE TO CONTROL WHERE
INNODB WRITES TEMP FILES Pushing Post fix failure in pb2.
1 parent 84648cb commit 0af5125

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mysql-test/suite/innodb/r/tmpdir.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Variable_name Value
2828
innodb_tmpdir wrong_value
2929
call mtr.add_suppression("\\[ERROR\\] InnoDB: Cannot create temporary merge file");
3030
alter table t1 add column b int not null;
31-
ERROR HY000: Can't create/write to file '' (Errcode: 2 - No such file or directory)
31+
Got one of the listed errors
3232
set global innodb_tmpdir=NULL;
3333
drop table t1;
3434
# innodb_tmpdir with valid location.

mysql-test/suite/innodb/t/tmpdir.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ connect (con2,localhost,root);
3131
show session variables like 'innodb_tmpdir';
3232
call mtr.add_suppression("\\[ERROR\\] InnoDB: Cannot create temporary merge file");
3333
--replace_regex /wrong_value\/[A-Za-z0-9_]*//
34-
--error 1
34+
--error 1, 1041
3535
alter table t1 add column b int not null;
3636
disconnect con2;
3737
connection default;

0 commit comments

Comments
 (0)