Commit 392bb5ad authored by heikki@hundin.mysql.fi's avatar heikki@hundin.mysql.fi
Browse files

configure.in:

  In Linux do not printb thread id's but process no's in SHOW INNODB STATUS
parent 9153d88c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -86,6 +86,8 @@ else
fi

case "$target_os" in
       lin*)
	 CFLAGS="$CFLAGS -DUNIV_LINUX";;
       hpux10*)
	 CFLAGS="$CFLAGS -DUNIV_MUST_NOT_INLINE -DUNIV_HPUX -DUNIV_HPUX10";;
       hp*)