Skip to content

Commit

Permalink
Add uuid feature to makefile feature list
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbeam committed Jun 16, 2016
1 parent 32c3b8e commit 607f4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ MYSQL_PORT = 3307
BASEDIR := $(shell mysqld --verbose --help 2>/dev/null | grep -e '^basedir' | awk '{ print $$2 }')
OS := $(shell uname)

FEATURES := "socket" "ssl" "ssl socket"
FEATURES := "socket" "ssl" "uuid" "ssl socket uuid"
BENCH_FEATURES := "nightly" "nightly socket" "nightly ssl" "nightly socket ssl"

define run-mysql
Expand Down

0 comments on commit 607f4ab

Please sign in to comment.