aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2020-01-23 12:47:04 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2020-01-23 12:49:09 +0200
commit65dad2843740d1f1c4163d989d60b14f86664d08 (patch)
tree648aadf39c1c2779ff0d64a6b632ff1d1dffd57a
parentbb9f85ecb5f9d36b250ec1c84e44298b25e6632f (diff)
downloadmysqlstat-65dad2843740d1f1c4163d989d60b14f86664d08.tar.gz
mysqlstat-65dad2843740d1f1c4163d989d60b14f86664d08.tar.bz2
Version 1.1v1.1
-rw-r--r--Makefile.am2
-rw-r--r--NEWS10
-rw-r--r--README5
-rw-r--r--acinclude.m42
-rw-r--r--configure.ac4
-rw-r--r--setup/Makefile.am2
-rw-r--r--setup/mysqlstat-setup.pl2
-rw-r--r--src/Makefile.am2
-rw-r--r--src/mysqlstat.86
-rw-r--r--src/mysqlstat.c2
-rw-r--r--src/mysqlstat.h2
-rw-r--r--src/mysqlstat_mib.mib2c2
12 files changed, 22 insertions, 19 deletions
diff --git a/Makefile.am b/Makefile.am
index df581f5..d0f6fbb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
1# This file is part of Mysqlstat -*- autoconf -*- 1# This file is part of Mysqlstat -*- autoconf -*-
2# Copyright (C) 2016 Sergey Poznyakoff 2# Copyright (C) 2016-2020 Sergey Poznyakoff
3# 3#
4# Mysqlstat is free software; you can redistribute it and/or modify 4# Mysqlstat is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
diff --git a/NEWS b/NEWS
index ed6df2a..fe61abd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,13 @@
1Mysqlstatb NEWS -- history of user-visible changes. 2016-06-08 1Mysqlstat NEWS -- history of user-visible changes. 2020-01-23
2Copyright (C) 2016 Sergey Poznyakoff
3See the end of file for copying conditions. 2See the end of file for copying conditions.
4 3
5Please send Mysqlstat bug reports to <bug-mysqlstat@gnu.org.ua> 4Please send Mysqlstat bug reports to <bug-mysqlstat@gnu.org.ua>
6 5
6Version 1,1, 2020-01-23
7
8* Minor fixes in mysqlstat-setup
9* Provide default values for NULL columns
10
7Version 1.0, 2016-06-08 11Version 1.0, 2016-06-08
8 12
9Initial release. 13Initial release.
@@ -11,7 +15,7 @@ Initial release.
11 15
12* Copyright information: 16* Copyright information:
13 17
14Copyright (C) 2016 Sergey Poznyakoff 18Copyright (C) 2016-2020 Sergey Poznyakoff
15 19
16 Permission is granted to anyone to make or distribute verbatim copies 20 Permission is granted to anyone to make or distribute verbatim copies
17 of this document as received, in any medium, provided that the 21 of this document as received, in any medium, provided that the
diff --git a/README b/README
index 87c029a..f99699c 100644
--- a/README
+++ b/README
@@ -1,5 +1,4 @@
1Mysqlstat README 1Mysqlstat README
2Copyright (C) 2016 Sergey Poznyakoff
3See the end of file for copying conditions. 2See the end of file for copying conditions.
4 3
5* Introduction 4* Introduction
@@ -81,7 +80,7 @@ Send bug reports and suggestions to <bug-mysqlstat@gnu.org.ua>.
81 80
82* Copyright information: 81* Copyright information:
83 82
84Copyright (C) 2016 Sergey Poznyakoff 83Copyright (C) 2016-2020 Sergey Poznyakoff
85 84
86 Permission is granted to anyone to make or distribute verbatim copies 85 Permission is granted to anyone to make or distribute verbatim copies
87 of this document as received, in any medium, provided that the 86 of this document as received, in any medium, provided that the
@@ -101,4 +100,4 @@ version-control: never
101End: 100End:
102 101
103 102
104 \ No newline at end of file 103
diff --git a/acinclude.m4 b/acinclude.m4
index 1f9ba07..a843d55 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1,5 +1,5 @@
1# This file is part of Mysqlstat -*- autoconf -*- 1# This file is part of Mysqlstat -*- autoconf -*-
2# Copyright (C) 2014-2016 Sergey Poznyakoff 2# Copyright (C) 2014-2020 Sergey Poznyakoff
3# 3#
4# Mysqlstat is free software; you can redistribute it and/or modify 4# Mysqlstat is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
diff --git a/configure.ac b/configure.ac
index 3ecbdc2..48c939d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
1# This file is part of Mysqlstat -*- autoconf -*- 1# This file is part of Mysqlstat -*- autoconf -*-
2# Copyright (C) 2016 Sergey Poznyakoff 2# Copyright (C) 2016-2020 Sergey Poznyakoff
3# 3#
4# Mysqlstat is free software; you can redistribute it and/or modify 4# Mysqlstat is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
@@ -15,7 +15,7 @@
15# along with Mysqlstat. If not, see <http://www.gnu.org/licenses/>. 15# along with Mysqlstat. If not, see <http://www.gnu.org/licenses/>.
16 16
17AC_PREREQ(2.69) 17AC_PREREQ(2.69)
18AC_INIT([mysqlstat], 1.0, [bug-mailstat@gnu.org]) 18AC_INIT([mysqlstat], 1.1, [gray@gnu.org.ua])
19AC_CONFIG_SRCDIR(src/mysqlstat_mib.mib2c) 19AC_CONFIG_SRCDIR(src/mysqlstat_mib.mib2c)
20AM_CONFIG_HEADER(config.h) 20AM_CONFIG_HEADER(config.h)
21AC_CONFIG_AUX_DIR([build-aux]) 21AC_CONFIG_AUX_DIR([build-aux])
diff --git a/setup/Makefile.am b/setup/Makefile.am
index 0aa4dfe..12d1acb 100644
--- a/setup/Makefile.am
+++ b/setup/Makefile.am
@@ -1,5 +1,5 @@
1# This file is part of Mysqlstat -*- automake -*- 1# This file is part of Mysqlstat -*- automake -*-
2# Copyright (C) 2016 Sergey Poznyakoff 2# Copyright (C) 2016-2020 Sergey Poznyakoff
3# 3#
4# Mysqlstat is free software; you can redistribute it and/or modify 4# Mysqlstat is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
diff --git a/setup/mysqlstat-setup.pl b/setup/mysqlstat-setup.pl
index 6366e33..53e14d8 100644
--- a/setup/mysqlstat-setup.pl
+++ b/setup/mysqlstat-setup.pl
@@ -1,6 +1,6 @@
1#!/usr/bin/perl 1#!/usr/bin/perl
2# This file is part of Mysqlstat 2# This file is part of Mysqlstat
3# Copyright (C) 2016 Sergey Poznyakoff 3# Copyright (C) 2016-2020 Sergey Poznyakoff
4# 4#
5# Mysqlstat is free software; you can redistribute it and/or modify 5# Mysqlstat is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by 6# it under the terms of the GNU General Public License as published by
diff --git a/src/Makefile.am b/src/Makefile.am
index c17447f..bd85621 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
1# This file is part of Mysqlstat -*- automake -*- 1# This file is part of Mysqlstat -*- automake -*-
2# Copyright (C) 2016 Sergey Poznyakoff 2# Copyright (C) 2016-2020 Sergey Poznyakoff
3# 3#
4# Mysqlstat is free software; you can redistribute it and/or modify 4# Mysqlstat is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
diff --git a/src/mysqlstat.8 b/src/mysqlstat.8
index e0bcb7f..6eb62ca 100644
--- a/src/mysqlstat.8
+++ b/src/mysqlstat.8
@@ -1,5 +1,5 @@
1.\" This file is part of Mysqlstat -*- nroff -*- 1.\" This file is part of Mysqlstat -*- nroff -*-
2.\" Copyright (C) 2016 Sergey Poznyakoff 2.\" Copyright (C) 2016-2020 Sergey Poznyakoff
3.\" 3.\"
4.\" Mysqlstat is free software; you can redistribute it and/or modify 4.\" Mysqlstat is free software; you can redistribute it and/or modify
5.\" it under the terms of the GNU General Public License as published by 5.\" it under the terms of the GNU General Public License as published by
@@ -13,7 +13,7 @@
13.\" 13.\"
14.\" You should have received a copy of the GNU General Public License 14.\" You should have received a copy of the GNU General Public License
15.\" along with Mysqlstat. If not, see <http://www.gnu.org/licenses/>. 15.\" along with Mysqlstat. If not, see <http://www.gnu.org/licenses/>.
16.TH MYSQLSTAT 8 "June 8, 2016" "mysqlstat" 16.TH MYSQLSTAT 8 "January 23, 2020" "mysqlstat"
17.SH NAME 17.SH NAME
18mysqlstat \- net-snmp module for collecting MySQL statistics 18mysqlstat \- net-snmp module for collecting MySQL statistics
19.SH SYNOPSIS 19.SH SYNOPSIS
@@ -100,7 +100,7 @@ Sergey Poznyakoff
100.SH "BUG REPORTS" 100.SH "BUG REPORTS"
101Report bugs to <gray@gnu.org>. 101Report bugs to <gray@gnu.org>.
102.SH COPYRIGHT 102.SH COPYRIGHT
103Copyright \(co 2016 Sergey Poznyakoff 103Copyright \(co 2016-2020 Sergey Poznyakoff
104.br 104.br
105.na 105.na
106License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> 106License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
diff --git a/src/mysqlstat.c b/src/mysqlstat.c
index 7db2649..7b25c3f 100644
--- a/src/mysqlstat.c
+++ b/src/mysqlstat.c
@@ -1,5 +1,5 @@
1/* This file is part of Mysqlstat 1/* This file is part of Mysqlstat
2 * Copyright (C) 2016 Sergey Poznyakoff 2 * Copyright (C) 2016-2020 Sergey Poznyakoff
3 * 3 *
4 * Mysqlstat is free software; you can redistribute it and/or modify 4 * Mysqlstat is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by 5 * it under the terms of the GNU General Public License as published by
diff --git a/src/mysqlstat.h b/src/mysqlstat.h
index cc10749..4917c1b 100644
--- a/src/mysqlstat.h
+++ b/src/mysqlstat.h
@@ -1,5 +1,5 @@
1/* This file is part of Mysqlstat -*- autoconf -*- 1/* This file is part of Mysqlstat -*- autoconf -*-
2 * Copyright (C) 2016 Sergey Poznyakoff 2 * Copyright (C) 2016-2020 Sergey Poznyakoff
3 * 3 *
4 * Mysqlstat is free software; you can redistribute it and/or modify 4 * Mysqlstat is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by 5 * it under the terms of the GNU General Public License as published by
diff --git a/src/mysqlstat_mib.mib2c b/src/mysqlstat_mib.mib2c
index 45f8885..0a24af7 100644
--- a/src/mysqlstat_mib.mib2c
+++ b/src/mysqlstat_mib.mib2c
@@ -1,5 +1,5 @@
1# This file is part of Mysqlstat -*- c -*- 1# This file is part of Mysqlstat -*- c -*-
2# Copyright (C) 2016 Sergey Poznyakoff 2# Copyright (C) 2016-2020 Sergey Poznyakoff
3# 3#
4# Mysqlstat is free software; you can redistribute it and/or modify 4# Mysqlstat is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by

Return to:

Send suggestions and report system problems to the System administrator.