mysqlsla can read multiple MySQL general and slow logs (and logs
containing raw SQL statements), combine them, then run various
analyses on all the queries. In addition, mysqlsla can correlate
the analyses so that the queries in one analysis are used as the
basis for subsequent analyses. Other options include limiting the
output of each analysis to the top N queries, averaging execution
time over N runs, customizing the order in which the analyses are
ran, statement filtering, statement pattern matching, and
mysqldumpslow-like formatting.
WWW: http://hackmysql.com/mysqlsla
PR: ports/105788
Submitted by: Alexander Zhuravlev <zaa at zaa.pp.ru>
mysqlreport transforms the values from SHOW STATUS into an easy-to-read
report that provides a much more in-depth understanding of how well
MySQL is running. For this and many other reasons, mysqlreport is
a better alternative (and practically the only alternative) to
manually interpreting SHOW STATUS.
WWW: http://hackmysql.com/mysqlreport
PR: ports/105787
Submitted by: Alexander Zhuravlev <zaa at zaa.pp.ru>
-r-xr-xr-x root wheel fb_inet_server
-r-sr-x--- root firebird fb_lock_mgr
-r-x------ root wheel gds_drop
1. fb_inet_server is installed as normal binary but still must be started
under "firebird" user (it must be specified in x?inetd.conf)
2. fb_lock_mgr is still suid-ed binary but can be started only by users
in "firebird" group - it affects usage of "gsec" and similar utilities
while using "embedded" (direct) database access mode.
3. gds_drop is installed as normal binary but can be started by "root" only
to prevent any improper/malicious usage.
Files and notes can be added into the library as items. Each item can have
text-style meta-data and attributes-style meta-data. Items can be linked as
wiki, or searched based on meta-data. File content can even be searched
with namazu.
Author: Yen-Ju Chen
- Use ARCH instead of MACHINE_ARCH (will possibly allow cross-compilation).
- Rename local WX_VERSION since it is a variable defined in bsd.wx.mk.
- Remove BROKEN for 4.x since bsd.wx.mk takes care of it when WX_UNICODE is
defined.
PR: ports/105492
Submitted by: alepulver
Approved by: Denis Barov <dindin@dindin.ru> (maintainer)
Fixes
-----
* XSS fix
* Wrong import when ;; is at buffer boundary
* Duplicate id for checkbox on table Operations page
* Better behavior on the Add new fields page
* Export: csv/cvs typo
* Renaming a db containing a view
* Automated timestamp values
* Import: correctly fail if file is too short
* Default font family on original theme
Detailed list of changes is available under
http://www.phpmyadmin.net/ChangeLog.txt
PR: ports/105343
Submitted by: maintainer (Matthew Seaman)
- Use RANDOMIZE_MASTER_SITES, USE_LDCONFIG
- Add new patches from vendor
PR: ports/105112
Submitted by: Timur I. Bakeyev
Approved by: Matthias Andree (maintainer)