File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11call mtr.add_suppression("InnoDB: (Operating system error|The error means|Cannot rename file)");
22CREATE TABLE t1 (a INT) ENGINE=InnoDB;
33RENAME TABLE t1 TO non_existing_db.t1;
4- ERROR HY000: Error on rename of './test/t1 ' to './non_existing_db/t1 ' (errno: -1 "Internal error < 0 (Not system error)")
4+ ERROR HY000: Error on rename of '**path-to-t1** ' to '**path-to-non-existing-db-t1** ' (errno: -1 "Internal error < 0 (Not system error)")
55DROP TABLE t1;
Original file line number Diff line number Diff line change 33call mtr.add_suppression("InnoDB: (Operating system error|The error means|Cannot rename file)");
44
55CREATE TABLE t1 (a INT) ENGINE=InnoDB;
6- --replace_result "\\" "/"
6+ --replace_regex /\'.*t1\' to/'**path-to-t1**' to/ /to \'.*non.*t1\'/to '**path-to-non-existing-db-t1**'/
77--error ER_ERROR_ON_RENAME
88RENAME TABLE t1 TO non_existing_db.t1;
99
You can’t perform that action at this time.
0 commit comments