pull/1144/head
René Cannaò 9 years ago
parent 6d80b5406d
commit 238ca17f6d

@ -10,7 +10,7 @@ DEBUG=${ALL_DEBUG}
#export DEBUG
#export OPTZ
#export EXTRALINK
CURVER=1.4.2
CURVER?=1.4.2
MAKEOPT="-j 4"
DISTRO := $(shell gawk -F= '/^NAME/{print $$2}' /etc/os-release)
ifeq ($(wildcard /usr/lib/systemd/system), /usr/lib/systemd/system)

@ -453,7 +453,7 @@ The `stats_mysql_query_digest_reset` table is identical in content and structure
## stats_mysql_global
Here is the statement used to create the `stats_mysql_query_global` table:
Here is the statement used to create the `stats_mysql_global` table:
```sql
CREATE TABLE stats_mysql_global (

Loading…
Cancel
Save