Skip to content

Commit 607f4ab

Browse files
committed
Add uuid feature to makefile feature list
1 parent 32c3b8e commit 607f4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ MYSQL_PORT = 3307
88
BASEDIR := $(shell mysqld --verbose --help 2>/dev/null | grep -e '^basedir' | awk '{ print $$2 }')
99
OS := $(shell uname)
1010

11-
FEATURES := "socket" "ssl" "ssl socket"
11+
FEATURES := "socket" "ssl" "uuid" "ssl socket uuid"
1212
BENCH_FEATURES := "nightly" "nightly socket" "nightly ssl" "nightly socket ssl"
1313

1414
define run-mysql

0 commit comments

Comments
 (0)