Commit 44b14c95 authored by Pavel Vainerman's avatar Pavel Vainerman

(SQL): починил запуск для MySQL и SQLite dbserver-ов.

parent fe521c11
...@@ -46,6 +46,10 @@ uniset-codegen: добавить ключ --gen-sensor-name для генери ...@@ -46,6 +46,10 @@ uniset-codegen: добавить ключ --gen-sensor-name для генери
- перевести PassiveTimer на использование crono:: (c++11) - перевести PassiveTimer на использование crono:: (c++11)
SQL:
====
- добавить работу с History (при передаче указателя на SM в конструкторе).
Version 2.1 Version 2.1
============ ============
- smonit запись значений в файл (csv?,sqlite?) - smonit запись значений в файл (csv?,sqlite?)
......
...@@ -264,7 +264,7 @@ SharedMemoryPlus extension ('all in one') for libuniset ...@@ -264,7 +264,7 @@ SharedMemoryPlus extension ('all in one') for libuniset
%build %build
%autoreconf %autoreconf
%configure %{subst_enable doc} %{subst_enable mysql} %{subst_enable sqlite} %{subst_enable pgsql} %{subst_enable python} %{subst_enable rrd} %{subst_enable io} %{subst_enable logicproc} %{subst_enable tests} %configure %{subst_enable docs} %{subst_enable mysql} %{subst_enable sqlite} %{subst_enable pgsql} %{subst_enable python} %{subst_enable rrd} %{subst_enable io} %{subst_enable logicproc} %{subst_enable tests}
%make %make
%install %install
...@@ -444,6 +444,9 @@ mv -f %buildroot%python_sitelibdir_noarch/* %buildroot%python_sitelibdir/%oname ...@@ -444,6 +444,9 @@ mv -f %buildroot%python_sitelibdir_noarch/* %buildroot%python_sitelibdir/%oname
# .. # ..
%changelog %changelog
* Sat Apr 04 2015 Pavel Vainerman <pv@altlinux.ru> 2.0-alt24.1
- test pgsql extension build
* Thu Apr 02 2015 Pavel Vainerman <pv@altlinux.ru> 2.0-alt24 * Thu Apr 02 2015 Pavel Vainerman <pv@altlinux.ru> 2.0-alt24
- codegen: modify interface for messages (setMsg()) - codegen: modify interface for messages (setMsg())
- remove alarm() function (deprecated) - remove alarm() function (deprecated)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment