Skip to content

Commit cf630b9

Browse files
committed
On Travis enable performance schema which is needed for t/56connattr.t test
1 parent ef66920 commit cf630b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ before_install:
435435
mkdir -p "$SANDBOX_HOME" || exit 1 ;
436436
ln -s "$SANDBOX_CACHE_FILE" "$SANDBOX_FILE" || exit 1 ;
437437
if [ `echo "$VERSION" | sed 's/\.//;s/\..*//'` -ge 55 ]; then
438-
SANDBOX_OPTIONS="$SANDBOX_OPTIONS --init_options=--innodb_use_native_aio=0 --my_clause=innodb_use_native_aio=0" ;
438+
SANDBOX_OPTIONS="$SANDBOX_OPTIONS --init_options=--innodb_use_native_aio=0 --my_clause=innodb_use_native_aio=0 --my_clause=performance_schema=ON" ;
439439
fi ;
440440
fi
441441
- if [ "$CONC_DB" = "MySQL" ]; then

0 commit comments

Comments
 (0)