Skip to content

Commit a778250

Browse files
committed
WL#7895 - Add systemd support to server.
Post-push fix: Fix typo in #ifdef macro
1 parent cb5c228 commit a778250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/mysqld.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4324,7 +4324,7 @@ int mysqld_main(int argc, char **argv)
43244324

43254325
ho_error= handle_early_options();
43264326

4327-
#if !defined(_WIN32) && !defined(EMBEDDED_LIBARARY)
4327+
#if !defined(_WIN32) && !defined(EMBEDDED_LIBRARY)
43284328

43294329
if (opt_bootstrap && opt_daemonize)
43304330
{

0 commit comments

Comments
 (0)