Skip to content

Commit be0c46e

Browse files
committed
MDEV-22817: Skip the test in --embedded
1 parent 187b9c9 commit be0c46e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mysql-test/suite/parts/t/longname.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
source include/have_innodb.inc;
22
source include/have_partition.inc;
3+
# The absolute path names in the embedded server hit the limit earlier.
4+
source include/not_embedded.inc;
35
set names utf8;
46

57
create database mysqltest1;

0 commit comments

Comments
 (0)