pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jul  8 09:32:07 UTC 2011

Modified Files:
        pkgsrc/databases/mysql55-client: Makefile.common PLIST distinfo
        pkgsrc/databases/mysql55-client/patches: patch-CMakeLists.txt
            patch-include_myisam.h patch-sql_mysqld.cc
            patch-storage_innobase_include_os0sync.h
        pkgsrc/databases/mysql55-server: Makefile PLIST

Log Message:
Changes 5.5.14:
* CMake configuration support on Linux now provides a boolean ENABLE_GCOV
  option to control whether to include support for gcov.
* InnoDB now permits concurrent reads while creating a secondary index.
* Client programs now display more information for SSL errors to aid in
  diagnosis and debugging of connection problems.
* In the audit plugin interface, the event_class member was removed from the
  mysql_event_general structure and the calling sequence for the notification
  function changed. Originally, the second argument was a pointer to the event
  structure. The function now receives this information as two arguments: an
  event class number and a pointer to the event. Corresponding to these
  changes, MYSQL_AUDIT_INTERFACE_VERSION was increased to 0x0300.
* The plugin_audit.h header file, and the NULL_AUDIT example plugin in the
  plugin/audit_null directory have been modified per these changes. See
  Section 21.2.4.7, “Writing Audit Plugins”.
* Bug fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/mysql55-client/Makefile.common
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/databases/mysql55-client/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/mysql55-client/distinfo
cvs rdiff -u -r1.1.1.1 -r1.2 \
    pkgsrc/databases/mysql55-client/patches/patch-CMakeLists.txt \
    pkgsrc/databases/mysql55-client/patches/patch-include_myisam.h \
    pkgsrc/databases/mysql55-client/patches/patch-sql_mysqld.cc \
    
pkgsrc/databases/mysql55-client/patches/patch-storage_innobase_include_os0sync.h
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/mysql55-server/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/mysql55-server/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


Home | Main Index | Thread Index | Old Index