forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade netatalk #52
Comments
jperkin
pushed a commit
that referenced
this issue
Sep 3, 2013
--- 1.1 --- * Issue #71 (Distribute Issue #333): EasyInstall now puts less emphasis on the condition when a host is blocked via ``--allow-hosts``. * Issue #72: Restored Python 2.4 compatibility in ``ez_setup.py``. --- 1.0 --- * Issue #60: On Windows, Setuptools supports deferring to another launcher, such as Vinay Sajip's `pylauncher <https://bitbucket.org/pypa/pylauncher>`_ (included with Python 3.3) to launch console and GUI scripts and not install its own launcher executables. This experimental functionality is currently only enabled if the ``SETUPTOOLS_LAUNCHER`` environment variable is set to "natural". In the future, this behavior may become default, but only after it has matured and seen substantial adoption. The ``SETUPTOOLS_LAUNCHER`` also accepts "executable" to force the default behavior of creating launcher executables. * Issue #63: Bootstrap script (ez_setup.py) now prefers Powershell, curl, or wget for retrieving the Setuptools tarball for improved security of the install. The script will still fall back to a simple ``urlopen`` on platforms that do not have these tools. * Issue #65: Deprecated the ``Features`` functionality. * Issue #52: In ``VerifyingHTTPSConn``, handle a tunnelled (proxied) connection. Backward-Incompatible Changes ============================= This release includes a couple of backward-incompatible changes, but most if not all users will find 1.0 a drop-in replacement for 0.9. * Issue #50: Normalized API of environment marker support. Specifically, removed line number and filename from SyntaxErrors when returned from `pkg_resources.invalid_marker`. Any clients depending on the specific string representation of exceptions returned by that function may need to be updated to account for this change. * Issue #50: SyntaxErrors generated by `pkg_resources.invalid_marker` are normalized for cross-implementation consistency. * Removed ``--ignore-conflicts-at-my-risk`` and ``--delete-conflicting`` options to easy_install. These options have been deprecated since 0.6a11.
jperkin
pushed a commit
that referenced
this issue
Sep 6, 2013
--- 1.1 --- * Issue #71 (Distribute Issue #333): EasyInstall now puts less emphasis on the condition when a host is blocked via ``--allow-hosts``. * Issue #72: Restored Python 2.4 compatibility in ``ez_setup.py``. --- 1.0 --- * Issue #60: On Windows, Setuptools supports deferring to another launcher, such as Vinay Sajip's `pylauncher <https://bitbucket.org/pypa/pylauncher>`_ (included with Python 3.3) to launch console and GUI scripts and not install its own launcher executables. This experimental functionality is currently only enabled if the ``SETUPTOOLS_LAUNCHER`` environment variable is set to "natural". In the future, this behavior may become default, but only after it has matured and seen substantial adoption. The ``SETUPTOOLS_LAUNCHER`` also accepts "executable" to force the default behavior of creating launcher executables. * Issue #63: Bootstrap script (ez_setup.py) now prefers Powershell, curl, or wget for retrieving the Setuptools tarball for improved security of the install. The script will still fall back to a simple ``urlopen`` on platforms that do not have these tools. * Issue #65: Deprecated the ``Features`` functionality. * Issue #52: In ``VerifyingHTTPSConn``, handle a tunnelled (proxied) connection. Backward-Incompatible Changes ============================= This release includes a couple of backward-incompatible changes, but most if not all users will find 1.0 a drop-in replacement for 0.9. * Issue #50: Normalized API of environment marker support. Specifically, removed line number and filename from SyntaxErrors when returned from `pkg_resources.invalid_marker`. Any clients depending on the specific string representation of exceptions returned by that function may need to be updated to account for this change. * Issue #50: SyntaxErrors generated by `pkg_resources.invalid_marker` are normalized for cross-implementation consistency. * Removed ``--ignore-conflicts-at-my-risk`` and ``--delete-conflicting`` options to easy_install. These options have been deprecated since 0.6a11.
jperkin
pushed a commit
that referenced
this issue
Dec 9, 2013
Changes since Sylpheed 3.1.4 ---------------------------- [New features] * Each attachments on the message view now have graphical label and popup menu. * The UI for Attachments tab was changed to save the space. Users now also can do 'Save all' without switching the view. * The 'show_attach_tab' option (without UI), which reverts the attachments interface to the old one, was added. * Multiple keywords search of the quick search was implemented. * The context menu of the folder view and the summary view can be popped up using Menu key or Shift+F10. * Win32: IPv6 support was enabled again. * Win32: SylFilter is now also included in the installer. The default junk commands were also changed to sylfilter. * Win32: an option to play sound when new messages arrive was added. * Win32: The file selector now follows Windows shortcut (.lnk). [Improvements] * Number of maximum characters per line of configuration files was increased. * Compose window will not be closed if saving of message to outbox failed. * Sender's e-mail address became not guessable from generated Message-Id. * New plug-in APIs were added. * 'Account Preferences - Advanced - Put deleted messages in' account setting actually works now. * MIME debug output was modified. * Both filtered and original numbers of messages are displayed on the status label now. * The POP3 remote mailbox now supports SOCKS proxy. * The POP3 remote mailbox now retrieves headers from the newer messages (useful for slow connection). * The POP3 remote mailbox can now reload message headers after the loading is stopped. * News (NNTP) now supports SOCKS proxy. * The details of new message counts are displayed on the tooltip of the tray icon. * Address auto-completion now also matches to the subsequent part of the name of contacts. * On file selection dialog, the last selected folders are preserved between sessions now. * DNS lookup error is now distinguished from other connection errors. * The clip icon was replaced with more visible one on selected row. [Performance improvements] * The performance of reading cache files was improved by using memory mapped file (requires GTK+ >= 2.8). * Win32: the launch of Windows installer became faster. [Other changes] * Sylfilter command was added as a preset of junk filter program. * The blinking period of the tray icon was extended to 10 seconds. * 'Is shorter than' became the default for 'Age' filter condition. * The Japanse manual was updated, and the encoding of Japanese manual was changed to UTF-8 to prevent display failure on some browsers. [Bugfixes] * Queue control headers are removed when moving messages from queue folders to trash. * Duplicated keyboard accelerators on some dialogs were fixed. * The focus on quick search entry is not stolen by the refresh of summary. * The HTML parser was modified. * The check of IMAP AUTHENTICATE response was fixed. * The compilation failure with GLib 2.32 or later was fixed. * The bug that a MIME part that didn't have its name could not be saved was fixed. * Address autocomplete drop-down list with newer version of GTK+ was fixed (#52). * Line-space for auto-wrapped lines now reflects the line-space setting (#64). * Some minor fixes for IMAP were made. * Some memory leaks were fixed. * Other bugfixes were made. * Some compiler warnings were removed. * Win32: OpenSSL was updated to 0.9.8x. (0.9.8w in Sylpheed 3.1.4 is also not vulnerable)
jperkin
pushed a commit
that referenced
this issue
Dec 9, 2013
--- 1.1 --- * Issue #71 (Distribute Issue #333): EasyInstall now puts less emphasis on the condition when a host is blocked via ``--allow-hosts``. * Issue #72: Restored Python 2.4 compatibility in ``ez_setup.py``. --- 1.0 --- * Issue #60: On Windows, Setuptools supports deferring to another launcher, such as Vinay Sajip's `pylauncher <https://bitbucket.org/pypa/pylauncher>`_ (included with Python 3.3) to launch console and GUI scripts and not install its own launcher executables. This experimental functionality is currently only enabled if the ``SETUPTOOLS_LAUNCHER`` environment variable is set to "natural". In the future, this behavior may become default, but only after it has matured and seen substantial adoption. The ``SETUPTOOLS_LAUNCHER`` also accepts "executable" to force the default behavior of creating launcher executables. * Issue #63: Bootstrap script (ez_setup.py) now prefers Powershell, curl, or wget for retrieving the Setuptools tarball for improved security of the install. The script will still fall back to a simple ``urlopen`` on platforms that do not have these tools. * Issue #65: Deprecated the ``Features`` functionality. * Issue #52: In ``VerifyingHTTPSConn``, handle a tunnelled (proxied) connection. Backward-Incompatible Changes ============================= This release includes a couple of backward-incompatible changes, but most if not all users will find 1.0 a drop-in replacement for 0.9. * Issue #50: Normalized API of environment marker support. Specifically, removed line number and filename from SyntaxErrors when returned from `pkg_resources.invalid_marker`. Any clients depending on the specific string representation of exceptions returned by that function may need to be updated to account for this change. * Issue #50: SyntaxErrors generated by `pkg_resources.invalid_marker` are normalized for cross-implementation consistency. * Removed ``--ignore-conflicts-at-my-risk`` and ``--delete-conflicting`` options to easy_install. These options have been deprecated since 0.6a11.
jperkin
pushed a commit
that referenced
this issue
Jan 21, 2014
--- 1.1 --- * Issue #71 (Distribute Issue #333): EasyInstall now puts less emphasis on the condition when a host is blocked via ``--allow-hosts``. * Issue #72: Restored Python 2.4 compatibility in ``ez_setup.py``. --- 1.0 --- * Issue #60: On Windows, Setuptools supports deferring to another launcher, such as Vinay Sajip's `pylauncher <https://bitbucket.org/pypa/pylauncher>`_ (included with Python 3.3) to launch console and GUI scripts and not install its own launcher executables. This experimental functionality is currently only enabled if the ``SETUPTOOLS_LAUNCHER`` environment variable is set to "natural". In the future, this behavior may become default, but only after it has matured and seen substantial adoption. The ``SETUPTOOLS_LAUNCHER`` also accepts "executable" to force the default behavior of creating launcher executables. * Issue #63: Bootstrap script (ez_setup.py) now prefers Powershell, curl, or wget for retrieving the Setuptools tarball for improved security of the install. The script will still fall back to a simple ``urlopen`` on platforms that do not have these tools. * Issue #65: Deprecated the ``Features`` functionality. * Issue #52: In ``VerifyingHTTPSConn``, handle a tunnelled (proxied) connection. Backward-Incompatible Changes ============================= This release includes a couple of backward-incompatible changes, but most if not all users will find 1.0 a drop-in replacement for 0.9. * Issue #50: Normalized API of environment marker support. Specifically, removed line number and filename from SyntaxErrors when returned from `pkg_resources.invalid_marker`. Any clients depending on the specific string representation of exceptions returned by that function may need to be updated to account for this change. * Issue #50: SyntaxErrors generated by `pkg_resources.invalid_marker` are normalized for cross-implementation consistency. * Removed ``--ignore-conflicts-at-my-risk`` and ``--delete-conflicting`` options to easy_install. These options have been deprecated since 0.6a11.
jperkin
pushed a commit
that referenced
this issue
Mar 14, 2014
--- 1.1 --- * Issue #71 (Distribute Issue #333): EasyInstall now puts less emphasis on the condition when a host is blocked via ``--allow-hosts``. * Issue #72: Restored Python 2.4 compatibility in ``ez_setup.py``. --- 1.0 --- * Issue #60: On Windows, Setuptools supports deferring to another launcher, such as Vinay Sajip's `pylauncher <https://bitbucket.org/pypa/pylauncher>`_ (included with Python 3.3) to launch console and GUI scripts and not install its own launcher executables. This experimental functionality is currently only enabled if the ``SETUPTOOLS_LAUNCHER`` environment variable is set to "natural". In the future, this behavior may become default, but only after it has matured and seen substantial adoption. The ``SETUPTOOLS_LAUNCHER`` also accepts "executable" to force the default behavior of creating launcher executables. * Issue #63: Bootstrap script (ez_setup.py) now prefers Powershell, curl, or wget for retrieving the Setuptools tarball for improved security of the install. The script will still fall back to a simple ``urlopen`` on platforms that do not have these tools. * Issue #65: Deprecated the ``Features`` functionality. * Issue #52: In ``VerifyingHTTPSConn``, handle a tunnelled (proxied) connection. Backward-Incompatible Changes ============================= This release includes a couple of backward-incompatible changes, but most if not all users will find 1.0 a drop-in replacement for 0.9. * Issue #50: Normalized API of environment marker support. Specifically, removed line number and filename from SyntaxErrors when returned from `pkg_resources.invalid_marker`. Any clients depending on the specific string representation of exceptions returned by that function may need to be updated to account for this change. * Issue #50: SyntaxErrors generated by `pkg_resources.invalid_marker` are normalized for cross-implementation consistency. * Removed ``--ignore-conflicts-at-my-risk`` and ``--delete-conflicting`` options to easy_install. These options have been deprecated since 0.6a11.
jperkin
pushed a commit
that referenced
this issue
Apr 1, 2014
--- 3.7 --- * Gnome keyring no longer relies on the GNOME_KEYRING_CONTROL environment variable. * Issue #140: Restore compatibility for older versions of PyWin32. --- 3.6 --- * `Pull Request #1 (github) <https://github.com/jaraco/keyring/pull/1>`_: Add support for packages that wish to bundle keyring by using relative imports throughout. --- 3.5 --- * Issue #49: Give the backend priorities a 1.5 multiplier bump when an XDG_CURRENT_DESKTOP environment variable matches the keyring's target environment. * Issue #99: Clarified documentation on location of config and data files. Prepared the code base to treat the two differently on Unix-based systems. For now, the behavior is unchanged. --- 3.4 --- * Extracted FileBacked and Encrypted base classes. * Add a pyinstaller hook to expose backend modules. Ref #124 * Pull request #41: Use errno module instead of hardcoding error codes. * SecretService backend: correctly handle cases when user dismissed the collection creation or unlock prompt. --- 3.3 --- * Pull request #40: KWallet backend will now honor the ``KDE_FULL_SESSION`` environment variable as found on openSUSE. ----- 3.2.1 ----- * SecretService backend: use a different function to check that the backend is functional. The default collection may not exist, but the collection will remain usable in that case. Also, make the error message more verbose. Resolves https://bugs.launchpad.net/bugs/1242412. --- 3.2 --- * Issue #120: Invoke KeyringBackend.priority during load_keyring to ensure that any keyring loaded is actually viable (or raises an informative exception). * File keyring: - Issue #123: fix removing items. - Correctly escape item name when removing. - Use with statement when working with files. * Add a test for removing one item in group. * Issue #81: Added experimental support for third-party backends. See `keyring.core._load_library_extensions` for information on supplying a third-party backend. --- 3.1 --- * All code now runs natively on both Python 2 and Python 3, no 2to3 conversion is required. * Testsuite: clean up, and make more use of unittest2 methods. ----- 3.0.5 ----- * Issue #114: Fix logic in pyfs detection. ----- 3.0.4 ----- * Issue #114: Fix detection of pyfs under Mercurial Demand Import. ----- 3.0.3 ----- * Simplified the implementation of ``keyring.core.load_keyring``. It now uses ``__import__`` instead of loading modules explicitly. The ``keyring_path`` parameter to ``load_keyring`` is now deprecated. Callers should instead ensure their module is available on ``sys.path`` before calling ``load_keyring``. Keyring still honors ``keyring-path``. This change fixes Issue #113 in which the explicit module loading of keyring modules was breaking package-relative imports. ----- 3.0.2 ----- * Renamed ``keyring.util.platform`` to ``keyring.util.platform_``. As reported in Issue #112 and `mercurial_keyring #31 <https://bitbucket.org/Mekk/mercurial_keyring/issue/31>`_ and in `Mercurial itself <http://bz.selenic.com/show_bug.cgi?id=4029>`_, Mercurial's Demand Import does not honor ``absolute_import`` directives, so it's not possible to have a module with the same name as another top-level module. A patch is in place to fix this issue upstream, but to support older Mercurial versions, this patch will remain for some time. ----- 3.0.1 ----- * Ensure that modules are actually imported even in Mercurial's Demand Import environment. --- 3.0 --- * Removed support for Python 2.5. * Removed names in ``keyring.backend`` moved in 1.1 and previously retained for compatibilty. ----- 2.1.1 ----- * Restored Python 2.5 compatibility (lost in 2.0). --- 2.1 --- * Issue #10: Added a 'store' attribute to the OS X Keyring, enabling custom instances of the KeyringBackend to use another store, such as the 'internet' store. For example:: keys = keyring.backends.OS_X.Keyring() keys.store = 'internet' keys.set_password(system, user, password) keys.get_password(system, user) The default for all instances can be set in the class:: keyring.backends.OS_X.Keyring.store = 'internet' * GnomeKeyring: fix availability checks, and make sure the warning message from pygobject is not printed. * Fixes to GnomeKeyring and SecretService tests. ----- 2.0.3 ----- * Issue #112: Backend viability/priority checks now are more aggressive about module presence checking, requesting ``__name__`` from imported modules to force the demand importer to actually attempt the import. ----- 2.0.2 ----- * Issue #111: Windows backend isn't viable on non-Windows platforms. ----- 2.0.1 ----- * Issue #110: Fix issues with ``Windows.RegistryKeyring``. --- 2.0 --- * Issue #80: Prioritized backend support. The primary interface for Keyring backend classes has been refactored to now emit a 'priority' based on the current environment (operating system, libraries available, etc). These priorities provide an indication of the applicability of that backend for the current environment. Users are still welcome to specify a particular backend in configuration, but the default behavior should now be to select the most appropriate backend by default. ----- 1.6.1 ----- * Only include pytest-runner in 'setup requirements' when ptr invocation is indicated in the command-line (Issue #105). --- 1.6 --- * GNOME Keyring backend: - Use the same attributes (``username`` / ``service``) as the SecretService backend uses, allow searching for old ones for compatibility. - Also set ``application`` attribute. - Correctly handle all types of errors, not only ``CANCELLED`` and ``NO_MATCH``. - Avoid printing warnings to stderr when GnomeKeyring is not available. * Secret Service backend: - Use a better label for passwords, the same as GNOME Keyring backend uses. --- 1.5 --- * SecretService: allow deleting items created using previous python-keyring versions. Before the switch to secretstorage, python-keyring didn't set "application" attribute. Now in addition to supporting searching for items without that attribute, python-keyring also supports deleting them. * Use ``secretstorage.get_default_collection`` if it's available. On secretstorage 1.0 or later, python-keyring now tries to create the default collection if it doesn't exist, instead of just raising the error. * Improvements for tests, including fix for Issue #102. --- 1.4 --- * Switch GnomeKeyring backend to use native libgnome-keyring via GObject Introspection, not the obsolete python-gnomekeyring module. --- 1.3 --- * Use the `SecretStorage library <https://pypi.python.org/pypi/SecretStorage>`_ to implement the Secret Service backend (instead of using dbus directly). Now the keyring supports prompting for and deleting passwords. Fixes #69, #77, and #93. * Catch `gnomekeyring.IOError` per the issue `reported in Nova client <https://bugs.launchpad.net/python-novaclient/+bug/1116302>`_. * Issue #92 Added support for delete_password on Mac OS X Keychain. ----- 1.2.3 ----- * Fix for Encrypted File backend on Python 3. * Issue #97 Improved support for PyPy. ----- 1.2.2 ----- * Fixed handling situations when user cancels kwallet dialog or denies access for the app. ----- 1.2.1 ----- * Fix for kwallet delete. * Fix for OS X backend on Python 3. * Issue #84: Fix for Google backend on Python 3 (use of raw_input not caught by 2to3). --- 1.2 --- * Implemented delete_password on most keyrings. Keyring 2.0 will require delete_password to implement a Keyring. Fixes #79. ----- 1.1.2 ----- * Issue #78: pyfilesystem backend now works on Windows. ----- 1.1.1 ----- * Fixed MANIFEST.in so .rst files are included. --- 1.1 --- This is the last build that will support installation in a pure-distutils mode. Subsequent releases will require setuptools/distribute to install. Python 3 installs have always had this requirement (for 2to3 install support), but starting with the next minor release (1.2+), setuptools will be required. Additionally, this release has made some substantial refactoring in an attempt to modularize the backends. An attempt has been made to maintain 100% backward-compatibility, although if your library does anything fancy with module structure or clasess, some tweaking may be necessary. The backward-compatible references will be removed in 2.0, so the 1.1+ releases represent a transitional implementation which should work with both legacy and updated module structure. * Added a console-script 'keyring' invoking the command-line interface. * Deprecated _ExtensionKeyring. * Moved PasswordSetError and InitError to an `errors` module (references kept for backward-compatibility). * Moved concrete backend implementations into their own modules (references kept for backward compatibility): - OSXKeychain -> backends.OS_X.Keyring - GnomeKeyring -> backends.Gnome.Keyring - SecretServiceKeyring -> backends.SecretService.Keyring - KDEKWallet -> backends.kwallet.Keyring - BasicFileKeyring -> backends.file.BaseKeyring - CryptedFileKeyring -> backends.file.EncryptedKeyring - UncryptedFileKeyring -> backends.file.PlaintextKeyring - Win32CryptoKeyring -> backends.Windows.EncryptedKeyring - WinVaultKeyring -> backends.Windows.WinVaultKeyring - Win32CryptoRegistry -> backends.Windows.RegistryKeyring - select_windows_backend -> backends.Windows.select_windows_backend - GoogleDocsKeyring -> backends.Google.DocsKeyring - Credential -> keyring.credentials.Credential - BaseCredential -> keyring.credentials.SimpleCredential - EnvironCredential -> keyring.credentials.EnvironCredential - GoogleEnvironCredential -> backends.Google.EnvironCredential - BaseKeyczarCrypter -> backends.keyczar.BaseCrypter - KeyczarCrypter -> backends.keyczar.Crypter - EnvironKeyczarCrypter -> backends.keyczar.EnvironCrypter - EnvironGoogleDocsKeyring -> backends.Google.KeyczarDocsKeyring - BasicPyfilesystemKeyring -> backends.pyfs.BasicKeyring - UnencryptedPyfilesystemKeyring -> backends.pyfs.PlaintextKeyring - EncryptedPyfilesystemKeyring -> backends.pyfs.EncryptedKeyring - EnvironEncryptedPyfilesystemKeyring -> backends.pyfs.KeyczarKeyring - MultipartKeyringWrapper -> backends.multi.MultipartKeyringWrapper * Officially require Python 2.5 or greater (although unofficially, this requirement has been in place since 0.10). --- 1.0 --- This backward-incompatible release attempts to remove some cruft from the codebase that's accumulated over the versions. * Removed legacy file relocation support. `keyring` no longer supports loading configuration or file-based backends from ~. If upgrading from 0.8 or later, the files should already have been migrated to their new proper locations. If upgrading from 0.7.x or earlier, the files will have to be migrated manually. * Removed CryptedFileKeyring migration support. To maintain an existing CryptedFileKeyring, one must first upgrade to 0.9.2 or later and access the keyring before upgrading to 1.0 to retain the existing keyring. * File System backends now create files without group and world permissions. Fixes #67. ------ 0.10.1 ------ * Merged 0.9.3 to include fix for #75. ---- 0.10 ---- * Add support for using `Keyczar <http://www.keyczar.org/>`_ to encrypt keyrings. Keyczar is "an open source cryptographic toolkit designed to make it easier and safer for developers to use cryptography in their applications." * Added support for storing keyrings on Google Docs or any other filesystem supported by pyfilesystem. * Fixed issue in Gnome Keyring when unicode is passed as the service name, username, or password. * Tweaked SecretService code to pass unicode to DBus, as unicode is the preferred format. * Issue #71 - Fixed logic in CryptedFileKeyring. * Unencrypted keyring file will be saved with user read/write (and not group or world read/write). ----- 0.9.3 ----- * Ensure migration is run when get_password is called. Fixes #75. Thanks to Marc Deslauriers for reporting the bug and supplying the patch. ----- 0.9.2 ----- * Keyring 0.9.1 introduced a whole different storage format for the CryptedFileKeyring, but this introduced some potential compatibility issues. This release incorporates the security updates but reverts to the INI file format for storage, only encrypting the passwords and leaving the service and usernames in plaintext. Subsequent releases may incorporate a new keyring to implement a whole-file encrypted version. Fixes #64. * The CryptedFileKeyring now requires simplejson for Python 2.5 clients. ----- 0.9.1 ----- * Fix for issue where SecretServiceBackend.set_password would raise a UnicodeError on Python 3 or when a unicode password was provided on Python 2. * CryptedFileKeyring now uses PBKDF2 to derive the key from the user's password and a random hash. The IV is chosen randomly as well. All the stored passwords are encrypted at once. Any keyrings using the old format will be automatically converted to the new format (but will no longer be compatible with 0.9 and earlier). The user's password is no longer limited to 32 characters. PyCrypto 2.5 or greater is now required for this keyring. --- 0.9 --- * Add support for GTK 3 and secret service D-Bus. Fixes #52. * Issue #60 - Use correct method for decoding. ----- 0.8.1 ----- * Fix regression in keyring lib on Windows XP where the LOCALAPPDATA environment variable is not present. --- 0.8 --- * Mac OS X keyring backend now uses subprocess calls to the `security` command instead of calling the API, which with the latest updates, no longer allows Python to invoke from a virtualenv. Fixes issue #13. * When using file-based storage, the keyring files are no longer stored in the user's home directory, but are instead stored in platform-friendly locations (`%localappdata%\Python Keyring` on Windows and according to the freedesktop.org Base Dir Specification (`$XDG_DATA_HOME/python_keyring` or `$HOME/.local/share/python_keyring`) on other operating systems). This fixes #21. *Backward Compatibility Notice* Due to the new storage location for file-based keyrings, keyring 0.8 supports backward compatibility by automatically moving the password files to the updated location. In general, users can upgrade to 0.8 and continue to operate normally. Any applications that customize the storage location or make assumptions about the storage location will need to take this change into consideration. Additionally, after upgrading to 0.8, it is not possible to downgrade to 0.7 without manually moving configuration files. In 1.0, the backward compatibilty will be removed. ----- 0.7.1 ----- * Removed non-ASCII characters from README and CHANGES docs (required by distutils if we're to include them in the long_description). Fixes #55. --- 0.7 --- * Python 3 is now supported. All tests now pass under Python 3.2 on Windows and Linux (although Linux backend support is limited). Fixes #28. * Extension modules on Mac and Windows replaced by pure-Python ctypes implementations. Thanks to Jerome Laheurte. * WinVaultKeyring now supports multiple passwords for the same service. Fixes #47. * Most of the tests don't require user interaction anymore. * Entries stored in Gnome Keyring appears now with a meaningful name if you try to browser your keyring (for ex. with Seahorse) * Tests from Gnome Keyring no longer pollute the user own keyring. * `keyring.util.escape` now accepts only unicode strings. Don't try to encode strings passed to it. ----- 0.6.2 ----- * fix compiling on OSX with XCode 4.0 ----- 0.6.1 ----- * Gnome keyring should not be used if there is no DISPLAY or if the dbus is not around (https://bugs.launchpad.net/launchpadlib/+bug/752282). --- 0.6 --- * Added `keyring.http` for facilitating HTTP Auth using keyring. * Add a utility to access the keyring from the command line.
jperkin
pushed a commit
that referenced
this issue
Apr 15, 2014
Feature request #44: Allow override of the From: field on forensic reports. Feature request #45: Log the host portion of ignored Authentication-Results fields at "debug" level. Feature request #56: Add "RequiredHeaders" setting to enforce syntax checks against a message and reject those that don't comply. Feature request #65: Add "ForensicReportsBcc". Fix bug #46: Charitable tweak to a couple of log messages. Fix bug #55: The "SoftwareHeader" setting wasn't being set properly. Fix bug #58: The "smtp.mailfrom" part of an Authentication-Results field might contain only a domain name. Fix bug #60: Default AuthservID to the name provided by the MTA, not the local host name, which is consistent with what OpenDKIM does. Merge request #2: Validate external recipients before adding them to report recipient lists. Record all DKIM results to the history file, rather than only passing results. BUILD: Fix bug #50: Check libbsd for strlcat() and strlcpy() so we don't make our own when we don't need to. CONTRIB: Fix bug #52: Update path to draft RFC in contrib/spec. CONTRIB: Fix bug #59: Allow database name, userid and password to be specified on the command line rather than hard-coding them. DOCS: Fix bug #48: Add a libopendmarc use overview page. DOCS: Fix bug #53: Add man page for opendmarc-importstats. REPORTS: Fix bug #51: Check status after every phase of SMTP when sending reports. REPORTS: Fix DKIM status importing. LIBOPENDMARC: Fix bug #68: Fix strict/relaxed checking logic when a public suffix list is available. LIBOPENDMARC: Fixed a bug where in some instances the fetch of the orgainizational domain could wrongly return the from domain. LIBOPENDMARC: Fix call to missing function.
Erroneous Github auto-close. |
We do carry netatalk-3.1.x since 2013Q4 now. |
jperkin
pushed a commit
that referenced
this issue
Aug 12, 2014
2014-07-02 version 0.5.9: * Support std::tr1 unordered containers by default (#51, #63, #68, #69) * Remove some warnings (#56) * Fix segmentation fault after malloc failures (#58, #59) * Fix alloc/dealloc mismatch (#52, #61) * Fix sample codes (#60, #64) * Support implicit conversion from integer to float/double (#54) * Improve documents (#45, #75, #82, #83) * Support CMake (#20, #87) * Remove Ruby dependencies in bootstrap (#86, #87) * Add FILE* buffer (#40) * Other bug fixes and refactoring: #39, #73, #77, #79, #80, #81, #84, #90
jperkin
pushed a commit
that referenced
this issue
Sep 19, 2014
Upstream changes: 0.68 2014-08-30 Fixed URI encoding issue #52 (sillymoose) 0.67_01 2014-08-22 rewrite Net::GitHub::V3::Search (legacy methods is removed) 0.66 2014-07-31 "Unrecognized LWP::UserAgent options" warning (RT #97639) 0.65 2014-06-29 fix glob ref issue for perl < 5.14 (Alex Vandiver) 0.64 2014-06-27 use decoded_content on res in upload_asset (Alex Vandiver) 0.63 2014-05-30 fix pulls (RT 96068) 0.62 2014-05-27 formal release, no code changes 0.61_01 2014-05-20 from Any::Moose to Moo (github haarg (Graham Knop)) 0.60 2014-05-16 filters in commits, delete repos etc. 0.59 2014-03-30 - upload_asset 0.58 2014-03-30 - Release API 0.57 2014-03-07 - POD fix (jotamjr) 0.56 2014-02-07 - Add Subscription methods. (Kevin Falcone) 0.55 2013-12-19 - remove JSON::XS requirements in Makefile.PL (no code changes) 0.54 2013-09-25 - $user->contributions (mikegrb)(Rev Michael Greb) 0.53 2013.09.01 - listing all public repos (kimmel) 0.52 2013.03.28 - Fix argument handling for pulls (dagolden) 0.51 2013.03.14 - move pod.t to xt and fix POD (RT 83926)
jperkin
pushed a commit
that referenced
this issue
Jun 1, 2015
Upstream changes: version 3.27 (2015-05-05) [ENHANCEMENTS] * Cisco Aironet PSU information * Only log adding mibdirs at debug level 2 [BUG FIXES] * [#221] Drop Cisco Voice VLAN 4096 version 3.26 (2015-03-07) [ENHANCEMENTS] * Add fan and psu reporting to Layer3::Dell * Include Voice VLANs in (tagged) VLAN Membership on Cisco devices [BUG FIXES] * Fix typo in MRO::print_superclasses version 3.25 (2015-02-25) [ENHANCEMENTS] * Add new model name mappings for to Layer2::HP version 3.24 (2015-02-04) [ENHANCEMENTS] * Support RSTP and ieee8021d STP operating modes in RapidCity [BUG FIXES] * Fix single instance leafs defined in %FUNCS to behave like table leafs * Fix incorrect FDB ID to VLAN ID mapping in Bridge and L3:Enterasys version 3.23 (2014-12-09) [ENHANCEMENTS] * Update MIB used in L1::Asante * Enhanced STP support for L3::Extreme [BUG FIXES] * Fix Cisco VLAN membership issue introduced in 3.22 related to capturing port VLANs on Cisco interfaces which are configured for trunking but are not in operational trunking mode version 3.22 (2014-12-02) [NEW FEATURES] * Support obtaining FDB in Avaya SPBM edge deployments in L2::Baystack NOTE: This requires a RAPID-CITY MIB with the rcBridgeSpbmMacTable * Support for Fortinet devices in new class L3::Fortinet [ENHANCEMENTS] * Include LLDP support in base Layer2 and Layer3 classes. Due to the widespread adoption of LLDP, this should improve mapping networks when devices aren't supported in a more specific class. * No longer ignore interfaces based on name, in base L2/L3/L7 device classes. For several device classes SNMP::Info will now return tunnel interfaces and/or loopbacks, if present. * Use dot1qVlanCurrentTable if available to capture dynamic and static VLANs, fall back to dot1qVlanStaticTable if not available. * New method i_vlan_membership_untagged() for VLANs transmitted as untagged frames. * Capture Aruba AP hardware and software version when available * New STP methods to support gathering information from devices running mutiple STP instances such as PVST and MST * Enhanced STP support for Avaya and Foundry classes [BUG FIXES] * [#64] Misdetection: Wireless APs, add products MIB to L2::3Com * Use FDB ID to VID mapping if available to determine end station VLAN rather than assuming they are the same. * Capture port VLANs on Cisco interfaces which are configured for trunking but are not in operational trunking mode * Correct munging of stp_p_port(), i_stp_port(), and stp_root() methods in Bridge * In LLDP.pm don't create a variable in a conditional version 3.20 (2014-09-08) [NEW FEATURES] * Override layers in Juniper for routers with switch modules [BUG FIXES] * Update MANIFEST to include Ubiquiti files version 3.19 (2014-08-01) [NEW FEATURES] * Support for Ubiquiti Access Points in new class L2::Ubiquiti (begemot) * Preliminary support for 3Com switches in new class L2::3Com (begemot) [BUG FIXES] * Fix Avaya detection lldp_port() * Silence uninitialized value warning in L3::Cisco * H3C fixes (begemot) * Only use L2::ZyXEL_DSLAM for ZyXEL DSL modules version 3.18 (2014-07-02) [ENHANCEMENTS] * Pseudo ENTITY-MIB methods added to L3::Tasman for hardware information * Capture VPC Keepalive IP addresses in L3::Nexus (jeroenvi) * L2::Netgear inheritance clean up and removal of unnecessary c_* methods defined in Info base class [BUG FIXES] * Correctly identify device type (class) for instantiated objects which have overridden layers. * [#58] Fix inheritance in L3::FWSM and L3::CiscoASA * [#71] Don't try to match on a false port description in lldp_if * [#54] Possible bad values returned for cdp_id and lldp_port with some HP gear (Joel Leonhardt) version 3.17 (2014-06-23) [ENHANCEMENTS] * POD tests are not required for distribution. version 3.16 (2014-06-23) [ENHANCEMENTS] * Add method resolution discovery in SNMP::Info::MRO helper module * Consolidate CiscoImage class into CiscoStats class * Clean up inheritance for Cisco classes. With this change all applicable classes now inherit CiscoAgg, CiscoStpExtensions, CiscoPortSecurity, CiscoPower, and LLDP classes. * Remove inheritance of classes the devices do not support in L3::FWSM and L3::CiscoASA [BUG FIXES] * Use CiscoVTP methods to get interface VLAN in L3::Cisco rather than solely relying on the interface description. version 3.15 (2014-07-10) [NEW FEATURES] * Offline mode and Cache export/priming. [ENHANCEMENTS] * Return serial number for Cisco 3850 from entPhysicalSerialNum [BUG FIXES] * Cisco SB serial number probably did not work version 3.14 (2014-06-07) [ENHANCEMENTS] * Improvements to Mikrotik module (Alex Z) * Don't unshift length from broken lldpRemManAddrTable implementations (G. Shtern) * 802.3ad LAG support in Layer3::H3C * Add LLDP capabilities to Layer2::HPVC class [BUG FIXES] * Return correct VLAN info with qb_fw_table() on Layer2::HP version 3.13 (2014-03-27) [ENHANCEMENTS] * Cisco PAgP support added to LAG method * HP ProCurve LAG support by inheriting Info::Aggregate class version 3.12 (2014-02-10) [ENHANCEMENTS] * Modify L3::Passport to obtain forwarding table information from RAPID-CITY if information is not available in either Q-BRIDGE-MIB or BRIDGE-MIB. Needed for VSP 9000 prior to version 4.x (Tobias Gerlach) [BUG FIXES] * [#52] NETSCREEN-IP-ARP-MIB considered harmful * Foundry/Brocade aggreate port master ifIndex resolved properly version 3.11 (2014-01-26) [NEW FEATURES] * [#31] port-channel (aggregate) support. Aggregate support added in new agg_ports() method. Inital support added for Arista (ifStack), Avaya (MLT), Brocade (MST), and Cisco (802.3ad). [ENHANCEMENTS] * Use Q-BRIDGE-MIB as default with fallback to BRIDGE-MIB across all classes for the fw_mac, fw_port, and fw_status methods * Additional support for Avaya 8800 series in L3::Passport [BUG FIXES] * Modify cdp_cap() to handle devices which return space delimited strings for cdpCacheCapabilities rather than hex strings * [#51] Netdisco shows broken topology for devices with no alias entry for primary IP - Collect nsIfMngIp when getting IP interfaces in L3::Netscreen * Fix Extreme XOS i_vlan_membership - Revert [28bbe0], fix bug with untagged being added to @ret twice (Robert Kerr) * Skip default CPU management addresses on VSP and 8800/8600 series in L3::Passport to prevent erroneous duplicate addresses version 3.10 (2013-12-16) [BUG FIXES] * Data values of zero are now sent to munge method instead of skipped version 3.09 (2013-12-15) [NEW FEATURES] * [#45] IBM (Blade Network Technologies) Rackswitch support in new class L3::IBMGbTor * [] set_i_untagged combines both set_i_vlan and set_i_pvid in one method * [#41] Riverbed Steelhead support added in new class L3::Steelhead * New c_cap(), cdp_cap(), and lldp_cap() methods which return a hash of arrays with each array containing the system capabilities reported as supported by the remote system via CDP or LLDP. [ENHANCEMENTS] * Remove "Switch" from model name in L3::Foundry * [#49] IOS-XR support, add identification of IOS XR and version in CiscoStats * Aruba POE Support * Aruba utilizes Q-BRIDGE-MIB when available for VLAN information to better support wired switches * Add lldp_platform() method which uses lldp_rem_sysdesc() or lldp_rem_sysname() to provide a clue to type of remote LLDP capable device. * [RT#78232] Extend cdpCacheCapabilities to show more CDP bits [BUG FIXES] * Modify _xos_i_vlan_membership() in L3::Extreme to only include tagged ports * When determining the BSSID in Airespace there is only one hexadecimal digit available so skip if outside the range of 1-16, 17 is reserved for 3rd party AP's * Don't assume entity index 1 is the chassis and has serial in Layer3 * Capture serial number on newer Aruba devices * munge_bits() correctly unpacks BITS * Fix for single instance table leafs in test_class_mocked.pl * Fix power module indexing version 3.08 (2013-10-22) [ENHANCEMENTS] * Rewrite of L3::Aruba, now supports pseudo ENTITY-MIB methods to gather module information, more interface information for APs, more wireless information to include client stats, and arpnip information from wireless clients. WARNING: AP device interfaces are now based on AP MAC and radio versus BSSID to align with other wireless classes. * [#64] Add i_speed_admin() to L2::2900 (psychiatric) * [#66] Support for VSS via CISCO-VIRTUAL-SWITCH-MIB in L3::6500 * [#67] Add the possibility to set speed for Layer3::C4000 (psychiatric) * [#69] set speed and duplex on Cisco VSS system (psychiatric) * munge_null() now removes all non-printable control characters * Support Aironet standalone access points (Layer2::Aironet) running IOS15 * lldp_port() returns port ID instead of port description if the port ID subtype is "interface name". This improves the ability to correlate ports by name when a port description is also set. * Add docs note about make_snmpdata.pl under EXTENDING SNMP::Info * [#46] Brocade (Foundry) Module Support * Brocade (Foundry) POE Support * Support peth_port_power() power supplied by PoE ports in L2::Baystack * Update test_class.pl utility to allow ignore of snmp.conf and test summarize more standard class methods * On EOS, the LLDP port ID is a dot1d port * Use LLDP in Layer3::Aruba, for switches * Clean up more model names in L2::Baystack [BUG FIXES] * [#68] Fix device_port entries for switches with non-unique ifDesc (Nic Bernstein) * Don't try to munge undef values * [#49] Perl 5.18 UNIVERSAL::can change could cause infinite loop * Silence warning from uninitialized variable in L3::Passport e_descr() version 3.07 (2013-10-01) [ENHANCEMENTS] * Support for Pica8 switches in L3::Pica8 * Factor out cache/munge code from global/attr methods [BUG FIXES] * [#48] Switch duplicate J9624A for J9626A in Layer2/HP (R. Kerr) * Correct device serial number reporting for Nexus devices * Override ipAddrTable methods in L3::Nexus as some versions do not index the table with the IPv4 address in accordance with the MIB definition. version 3.05 (2013-08-16) [ENHANCEMENTS] * [#47] Add model info on HP 2530 and HP 2920 series * Add support for Cisco Small Business series Layer2/CiscoSB class * Add proper LLDP support to Netgear.pm * Change $netgear->interfaces() to use ifName rather than ifDescr as the former is unique per interface while the latter is not. If ifName is not present, concatenate ifDescr and ifIndex to achieve a unique value. * Properly report hardware version, Serial No. and OS Version for Netgear. version 3.03 (2013-07-11) [BUG FIXES] * Add missing =back to POD (A. Hartmaier) version 3.02 (2013-07-08) [ENHANCEMENTS] * Properly pull os_ver from Netgear GS series switches. * Support Alcatel devices with layer3 features. * Identify Cisco Aironet 1140 APs as Layer2::Aironet * LAN switch support added to Layer3::Aruba class * [RT#86725] - Identify Cisco Catalyst 3850 as Layer3::C6500 (C. Causer) version 3.01 (2013-04-13) [API Changes] * The methods c_ip(), c_if(), c_port(), c_id(), and c_platform() now represent common topology methods and will try to return a combined hash of data from all L2 topology protocols either running on the device or specified in the method call. The topology specific methods have been been prefixed with the protocol name in lowercase so that they can be called directly, sonmp_ip(), cdp_ip(), etc. * L2::Bay and L2::Foundry have been removed from the distribution. Both classes were depreciated and all functionality is available through L2::Baystack and L3::Foundry. [NEW FEATURES] * [3160037] - Support _raw suffix on methods to skip munging * [3185391] - Support for F5 devices in new class L3::F5 * [3323814] - Arp support for Netscreen (David Baldwin) * [3323821] - Support for Netscreen w/ WLAN (eg SSG5) (David Baldwin) * [3599277] - Q-BRIDGE Support to collect VLAN in macsuck * [3033731] - Alcatel-Lucent OmniSwich AMAP Support in new AMAP class * [3598896] - Lantronix device support (J R Binks) * [3598337] - Lantronix SLC support * Support for Cisco ASA in L3::CiscoASA (Kraus/Hartmaier/Bernstein) * Support for Avaya VSP 9000 series in L3::Passport * Support for Avaya VSP 7000 series in L2::Baystack * Support Avaya (Trapeze) Wireless Controllers in new class L2::NWSS2300 * Support Juniper (Trapeze) Wireless Controllers in new class L2::Trapeze * Support for newer Radware Alteon ADC switches 4408/4416/5412/5224 and older AWS 2000/3000 series in existing L3::AlteonAD * Support for H3C & HP A-series in new class L3::H3C * Support for Citrix Netscaler appliances in new class L7::Netscaler * New configuration option IgnoreNetSNMPConf will ignore Net-SNMP configuration files on object initialization * Two new utilities added in t/util to assist in developing device support; make_snmpdata.pl gathers SNMP data (snmpwalk) in a format that can be used with test_class_mocked.pl which mocks an SNMP agent to enable testing with no network access to a device. [ENHANCEMENTS] * UNIVERSAL::can() now works with dynamic methods * Dynamically generated methods are added to symbol table to avoid AUTOLOAD on subsequent calls * L2::Airespace now supports 802.11n client tx rates * L2::Airespace now reports AP Ethernet MAC as port MAC for radio ports * CiscoStats improvements to determine os versions, eg IOS XE ver on Sup7L-E * CiscoStats now reports 'ios-xe' if the device runs IOS XE (used to be 'ios') * Improved support of XOS based Extreme devices [BUG FIXES] * [3564920] - lldp_if gives wrong data for Enterasys version 2.11 (2012-12-09) [BUG FIXES] * Add fall-back for sysDescr on Force10 version 2.10 (2012-12-08) [NEW FEATURES] * Support for Force10 devices (W. Bulley)
jperkin
pushed a commit
that referenced
this issue
Jul 13, 2015
Update LICENSE HOMEPAGE and MASTER_SITES Now it is python3 compatible Complete test target Upstream changes: 3.0.8 2015-06-23 [NEW] Added a monitoring guide to the documentation. [FIX] Improved packaging (thanks to Larissa Reis). [FIX] Fixed and improved various test cases. 3.0.7 2015-03-01 [FIX] State of resources and requests were inconsistent before the request has been processed (issue #62). [FIX] Empty conditions were never triggered (regression in 3.0.6, issue #63). [FIX] Environment.run() will fail if the until event does not get triggered (issue #64). [FIX] Callback modification during event processing is now prohibited (thanks to Andreas Beham). 3.0.6 - 2015-01-30 [NEW] Guide to SimPy resources. [CHANGE] Improve performance of condition events. [CHANGE] Improve performance of filter store (thanks to Christoph Körner). [CHANGE] Exception tracebacks are now more compact. [FIX] AllOf conditions handle already processed events correctly (issue #52). [FIX] Add sync() to RealtimeEnvironment to reset its internal wall-clock reference time (issue #42). [FIX] Only send copies of exceptions into processes to prevent traceback modifications. [FIX] Documentation improvements. 3.0.5 2014-05-14 [CHANGE] Move interruption and all of the safety checks into a new event (pull request #30) [FIX] FilterStore.get() now behaves correctly (issue #49). [FIX] Documentation improvements. 3.0.4 2014-04-07 [NEW] Verified, that SimPy works on Python 3.4. [NEW] Guide to SimPy events [CHANGE] The result dictionary for condition events (AllOF / & and AnyOf / |) now is an OrderedDict sorted in the same way as the original events list. [CHANGE] Condition events now also except processed events. [FIX] Resource.request() directly after Resource.release() no longer successful. The process now has to wait as supposed to. [FIX] Event.fail() now accept all exceptions derived from BaseException instead of only Exception. 3.0.3 2014-03-06 [NEW] Guide to SimPy basics. [NEW] Guide to SimPy Environments. [FIX] Timing problems with real time simulation on Windows (issue #46). [FIX] Installation problems on Windows due to Unicode errors (issue #41). [FIX] Minor documentation issues. 3.0.2 2013-10-24 [FIX] The default capacity for Container and FilterStore is now also inf. 3.0.1 2013-10-24 [FIX] Documentation and default parameters of Store didn’t match. Its default capacity is now inf. 3.0 2013-10-11 SimPy 3 has been completely rewritten from scratch. Our main goals were to simplify the API and code base as well as making SimPy more flexible and extensible. Some of the most important changes are: Stronger focus on events. Processes yield event instances and are suspended until the event is triggered. An example for an event is a timeout (formerly known as hold), but even processes are now events, too (you can wait until a process terminates). Events can be combined with & (and) and | (or) to create condition events. Process can now be defined by any generator function. You don’t have to subclass Process anymore. No more global simulation state. Every simulation stores its state in an environment which is comparable to the old Simulation class. Improved resource system with newly added resource types. Removed plotting and GUI capabilities. Pyside and matplotlib are much better with this. Greatly improved test suite. Its cleaner, and the tests are shorter and more numerous. Completely overhauled documentation.
jperkin
pushed a commit
that referenced
this issue
Dec 30, 2015
Version 2.018 (release build) ttf, otf, webfont builds Patch for missing glyphs in regular set: added U+016C (upper case U breve), regular set - Issue #21 added U+016D (lower case u breve), regular set - Issue #21 Version 2.017 (release build) ttf, otf, webfont builds Changes vs. release v2.015: increased vertical position of the tilde (U+007E) to improve alignment with other glyphs - Issue #23 increased width of the vertical stroke on the dollar symbol (U+0024) - Issue #92 modified Cyrillic upper case C (U+0421) to differentiate from Latin C - Issues #22 & #29 modified Cyrillic lower case c (U+0441) to differentiate from Latin c - Issues #22 & #29 modified upper case theta (U+0398) to differentiate from lower case theta - Issue #36 added U+0132 (IJ) glyph - Issue #52 added U+0133 (ij) glyph - Issue #52 added U+013F (upper case L dot) glyph - Issue #52 added U+0140 (lower case l dot) glyph - Issue #52 added U+0162 (upper case T cedilla) glyph - Issue #52 added U+0163 (lower case t cedilla) glyph - Issue #52 added U+0138 (kgreenlandic) glyph - Issue #52 added U+266A (musical note) glyph - Issue #52 added U+0149 (lower case n apostrophe) - Issue #52 added U+1EF9 (lower case y tilde) glyph - Issue #102 added U+1EF8 (upper case Y tilde) glyph - Issue #102 added U+1EBD (lower case e tilde) glyph - Issue #102 added U+1EBC (upper case E tilde) glyph - Issue #102 added U+2116 (numero) glyph - Issues #22 & #114 added U+01A4 (p hook) glyph - Issue #105 added U+0108 (upper case C circumflex) - Issue #21 added U+0109 (lower case c circumflex) - Issue #21 added U+011C (upper case G circumflex) - Issue #21 added U+011D (lower case g circumflex) - Issue #21 added U+0124 (upper case H circumflex) - Issue #21 added U+0125 (lower case h circumflex) - Issue #21 added U+0134 (upper case J circumflex) - Issue #21 added U+0135 (lower case j circumflex) - Issue #21 added U+015C (upper case S circumflex) - Issue #21 added U+015D (lower case s circumflex) - Issue #21 added U+016C (upper case U breve) - Issue #21 added U+016D (lower case u breve) - Issue #21 added U+20B7 (spesmilo) - Issue #21 fixed missing null glyph (U+0000) in regular, italic, bolditalic sets removed duplicate CR glyph (U+000D) in all sets - Issue #149 updated ttfautohint to version 1.4.1 for TrueType (.ttf) build instruction sets Version 2.016 (testing build) increased vertical position of the tilde (U+007E) to improve alignment with other glyphs - Issue #23 increased width of the vertical stroke on the dollar symbol (U+0024) - Issue #92 modified Cyrillic upper case C (U+0421) to differentiate from Latin C - Issues #22 & #29 modified Cyrillic lower case c (U+0441) to differentiate from Latin c - Issues #22 & #29 modified upper case theta (U+0398) to differentiate from lower case theta - Issue #36 added U+1EF9 (lower case y tilde) glyph - Issue #102 added U+1EF8 (upper case Y tilde) glyph - Issue #102 added U+1EBD (lower case e tilde) glyph - Issue #102 added U+1EBC (upper case E tilde) glyph - Issue #102 added U+2116 (numero) glyph - Issues #22 & #114 added U+01A4 (p hook) glyph - Issue #105 added U+0108 (upper case C circumflex) - Issue #21 added U+0109 (lower case c circumflex) - Issue #21 added U+011C (upper case G circumflex) - Issue #21 added U+011D (lower case g circumflex) - Issue #21 added U+0124 (upper case H circumflex) - Issue #21 added U+0125 (lower case h circumflex) - Issue #21 added U+0134 (upper case J circumflex) - Issue #21 added U+0135 (lower case j circumflex) - Issue #21 added U+015C (upper case S circumflex) - Issue #21 added U+015D (lower case s circumflex) - Issue #21 added U+016C (upper case U breve) - Issue #21 added U+016D (lower case u breve) - Issue #21 added U+20B7 (spesmilo) - Issue #21 updated ttfautohint to version 1.4 for TrueType (.ttf) build instruction sets
jperkin
pushed a commit
that referenced
this issue
Mar 7, 2016
2.7.0 (2016-02-14): * Remove sexplib.syntax, type_conv deps and camlp4 transitive dependency * Add ppx_sexp_conv dependency * Require OCaml 4.02.2+ * Add `Ipaddr.Prefix.subset`, `Ipaddr.V4.Prefix.subset` and `Ipaddr.V6.subset` predicates to test containment of subnets (#52 from @seliopou) 2.6.1 (2015-02-20): * Fix findlib requires in oasis to restore pre-4.02.1 compatibility 2.6.0 (2015-02-19): * Change IPv6 link-local address prefix from fe80::/10 to fe80::/64. (#39) * Remove type bytes = string alias (potentially breaking) * Turn on -safe-string (#41) * {V4,V6}.to_bytes_raw now uses Bytes.t rather than string (potentially breaking) * Add multicast MAC conversions from RFC 1112 and RFC 2464 * Add to_domain_name conversions to DNS label lists (in-addr.arpa and ip6.arpa) * Add V6.interface_routers, V6.site_routers, and V6.Prefix.solicited_node * Add V6.link_address_of_mac to convert a MAC into a link local IP address
jperkin
pushed a commit
that referenced
this issue
Mar 18, 2016
Set up a separate user, previous PGUSER/PGGROUP integration didn't make sense. 2016-02-26 - PgBouncer 1.7.2 - "Finally Airborne" - Fix crash on stale pidfile removal. Problem introduced in 1.7.1. - Disable cleanup - it breaks takeover and is not useful for production loads. Problem introduced in 1.7.1. - After takeover, wait until pidfile is gone before booting. Slow shutdown due to memory cleanup exposed existing race. (#113) - Make build reproducible by dropping DBGVER handling. (#112) - Antimake: Sort file list from $(wildcard), newer gmake does not sort it anymore. (#111) - Show libssl version in log. - deb: Turn on full hardening. 2016-02-18 - PgBouncer 1.7.1 - "Forward To Five Friends Or Else" - WARNING: Since version 1.7, server_reset_query is not executed when database is in transaction-pooling mode. Seems this was not highlighted enough in 1.7 announcement. If your apps depend on that happening, use server_reset_query_always to restore previous behaviour. - TLS: Rename sslmode "disabled" to "disable" as that is what PostgreSQL uses. - TLS: client_tls_sslmode=verify-ca/-full now reject connections without client certificate. (#104) - TLS: client_tls_sslmode=allow/require do validate client certificate if sent. Previously they left cert validation unconfigured so connections with client cert failed. (#105) - Fix memleak when freeing database. - Fix potential memleak in tls_handshake(). - Fix EOF handling in tls_handshake(). - Fix too small memset in asn1_time_parse compat. - Fix non-TLS (--without-openssl) build. (#101) - Fix various issues with Windows build. (#100) - TLS: Use SSL_MODE_RELEASE_BUFFERS to decrease memory usage of inactive connections. - Clean allocated memory on exit. Helps to run memory-leak checkers. - Improve server_reset_query documentation. (#110) - Add TLS options to sample config. 2015-12-18 - PgBouncer 1.7 - "Colors Vary After Resurrection" - Support TLS connections. OpenSSL/LibreSSL is used as backend implementation. - Support authentication via TLS client certificate. - Support "peer" authentication on Unix sockets. - Support Host Based Access control file, like pg_hba.conf in Postgres. This allows to configure TLS for network connections and "peer" authentication for local connections. - Set query_wait_timeout to 120s by default. Current default (0) causes infinite queueing, which is not useful. That means if client has pending query and has not been assigned to server connection, the client connection will be dropped. - Disable server_reset_query_always by default. Now reset query is used only in pools that are in session mode. - Increase pkt_buf to 4096 bytes. Improves performance with TLS. The behaviour is probably load-specific, but it should be safe to do as since v1.2 the packet buffers are split from connections and used lazily from pool. - Support pipelining count expected ReadyForQuery packets. This avoids releasing server too early. Fixes #52. - Improved sbuf_loopcnt logic - socket is guarateed to be reprocessed even if there are no event from socket. Required for TLS as it has it's own buffering. - Adapt system tests to work with modern BSD and MacOS. (Eric Radman) - Remove crypt auth. It's obsolete and not supported by PostgreSQL since 8.4. - Fix plain "--with-cares" configure option - without argument it was broken.
jperkin
pushed a commit
that referenced
this issue
Apr 11, 2016
add experimental SunOS backend support adapted from the upstream RTI submission from Oracle and initial illumos support from OpenIndiana/Hipster From the Changelog: For detailed information about the changes below, please see the git log or visit: http://log.libusb.info 2015-09-13: v1.0.20 * Add Haiku support * Fix multiple memory and resource leaks (#16, #52, #76, #81) * Fix possible deadlock when executing transfer callback * New libusb_free_pollfds() API * Darwin: Fix devices not being detected on OS X 10.8 (#48) * Linux: Allow larger isochronous transfer submission (#23) * Windows: Fix broken builds Cygwin/MinGW builds and compiler warnings * Windows: Fix broken bus number lookup * Windows: Improve submission of control requests for composite devices * Examples: Add two-stage load support to fxload (#12) * Correctly report cancellations due to timeouts * Improve efficiency of event handling * Improve speed of transfer submission in multi-threaded environments * Various other bug fixes and improvements The (#xx) numbers are libusb issue numbers, see ie: libusb/libusb#16 MAKE_JOBS_SAFE=no given build issues when enabled.
jperkin
pushed a commit
that referenced
this issue
Jun 20, 2016
* CMake on MinGW and MSVC was unable to find time related types because time.h was not included. This header is now included for the checks. Patch #53. * If the test runner process catches a SIGTERM or SIGINT signal the running tests are now also killed. Patch #52. * If Check is compiled without support for fork(), the behavior of functions which require fork() to be useful have been changed. Functions that attempt to set CK_FORK mode are no-ops, check_fork() returns in failure, and check_waitpid_and_exit() exits in failure. * Add space around operators in assert messages for readability. Bug #102. * Use mkstemp() if available instead of tmpfile() or tempnam(). Patch #51. * Fix issue with string formatting in ck_assert(), where using the % operator would be interpreted as a string formatter. Bug #96. * In nofork mode, the location of a failed assertion within a test case was lost if that test case has a checked teardown fixture (even if that fixture function is empty). This is now fixed. Bug #99
jperkin
pushed a commit
that referenced
this issue
Sep 14, 2016
Security update CVE-2016-6662: Remote Root Code Execution / Privilege Escalation (0day) (Fixed in 5.5.51, MDEV-10465) XXX put the distfile on nbftp manually as most mirrors don't have it yet and pullup. Changes: Revision #0da39ca 2016-09-12 16:18:07 +0200 fix BIGINT+MEDIUMINT type aggregation Revision #347eeef 2016-09-11 20:55:11 +0200 don't use my_copystat in the server Revision #611dc0d 2016-09-11 20:53:16 +0200 missing element in prelocked_mode_name[] array Revision #a229091 2016-09-11 20:52:00 +0200 potential signedness issue Revision #7ae555c 2016-09-11 20:51:09 +0200 - Merge branch 'mysql/5.5' into 5.5 Revision #b9631e3 2015-11-10 12:41:26 +0100 MDEV-8833 Crash of server on prepared statement with conversion to semi-join Revision #ee97274 2016-08-25 09:50:04 +0300 DEV-10595 MariaDB daemon leaks memory with specific query Revision #a92a8cc 2016-08-19 17:11:20 +0000 Windows packaging : use /d switch to sign MSI, to prevent installer showing randomly generated name in UAC prompt Revision #723488b 2016-08-04 15:43:52 +0400 MDEV-10424 - Assertion `ticket == null' failed in MDL_request::set_type Revision #09cb646 2016-08-11 19:35:53 +0000 Windows : fix search for WiX root directory when using 64bit cmake Revision #5ad0206 2016-08-09 16:15:10 +0300 MDEV-10341: InnoDB: Failing assertion: mutex_own(mutex) - mutex_exit_func Revision #0098d78 2016-08-09 13:25:40 +0200 MDEV-10465 general_log_file can be abused Revision #a3f6424 2016-08-08 12:58:27 +0200 MDEV-6128:[PATCH] mysqlcheck wrongly escapes '.' in table names Revision #2a54a53 2016-08-08 10:27:22 +0200 MDEV-10465 general_log_file can be abused Revision #a7c43a6 2016-01-26 14:49:25 +0200 MDEV-9304: MariaDB crash with specific query Revision #5269d37 2016-08-08 18:37:02 +0400 MDEV-10468 Assertion `nr >= 0.0' failed in Item_sum_std::val_real() Revision #1b3430a 2016-08-08 16:04:40 +0400 MDEV-10500 CASE/IF Statement returns multiple values and shifts further result values to the next column Revision #5e23b63 2016-08-07 11:02:42 +0200 MDEV-10506 Protocol::end_statement(): Assertion `0' failed upon ALTER TABLE Revision #93d5cdf 2016-08-04 13:14:45 +0300 MDEV-9946: main.xtradb_mrr fails sporadically Revision #c0cb84b 2016-08-04 10:57:55 +0200 - Merge branch 'bb-5.5-serg' into 5.5 Revision #470f259 2016-08-03 20:56:24 +0200 MDEV-10465 general_log_file can be abused Revision #0214115 2016-08-01 16:53:57 +0200 trivial cleanup Revision #03dec1a 2016-08-03 18:05:29 +0200 MDEV-10350 "./mtr --report-features" doesn't work Revision #9d2f892 2016-08-03 17:58:56 +0200 MDEV-7329 plugins.pam_cleartext fails sporadically in buildbot Revision #75891ed 2016-08-03 17:50:45 +0200 improve pam_cleartext.test a bit Revision #5265243 2016-08-03 20:44:08 +0200 - Merge branch 'merge/merge-xtradb-5.5' into 5.5 Revision #e316c46 2016-08-03 20:43:29 +0200 5.5.50-38.0 Revision #19fe10c 2016-08-03 20:39:47 +0200 MDEV-6581 Writing to TEMPORARY TABLE not possible in read-only Revision #a350e53 2016-08-03 20:38:25 +0200 - Merge branch 'mysql/5.5' into 5.5 Revision #eb32dfd 2016-08-03 11:49:35 +0400 MDEV-10365 - Race condition in error handling of INSERT DELAYED Revision #511313b 2016-08-03 13:42:46 +0000 MDEV-10010 - potential deadlock on windows due to recursive SRWLock acquisition Revision #141f88d 2016-08-03 12:41:38 +0000 MDEV-10357 my_context_continue() does not store current fiber on Windows Revision #ecb7ce7 2016-08-03 15:55:48 +0400 MDEV-10467 Assertion `nr >= 0.0' failed in Item_sum_std::val_real() Backporting MDEV-5781 from 10.0. Revision #35c9c85 2016-08-03 13:40:53 +0300 MDEV-10217: innodb.innodb_bug59641 fails sporadically in buildbot: InnoDB: Failing assertion: current_rec != insert_rec in file page0cur.c line 1052 Revision #6b71a6d 2016-08-02 18:52:51 +0200 MDEV-10383 Named pipes : multiple servers can listen on the same pipename Revision #5fdb3cf 2016-07-29 18:21:08 +0200 MDEV-10419: crash in mariadb 10.1.16-MariaDB-1trusty Revision #c6aaa2a 2016-07-30 10:53:01 +0300 MDEV-10228: update test results Revision #15ef38d 2016-07-27 00:38:51 +0300 MDEV-10228: Delete missing rows with OR conditions Revision #1b5da2c 2016-07-21 15:32:28 +0400 MDEV-10316 - main.type_date fails around midnight sporadically Revision #5cf49cd 2016-07-15 23:51:30 +0300 MDEV-10248 Cannot Remove Test Tables Revision #4e19aa3 2016-07-12 12:13:31 +0200 MDEV-10318 unset params in --ps --embedded Revision #97ded96 2016-07-11 17:03:03 +0000 MDEV-10318 : Fix crash in embedded, in case prepared statement has parameter placeholders, but does not bind parameters Revision #e81455bb 2015-05-04 08:32:05 +0200 MDEV-7973 bigint fail with gcc 5.0 Revision #a7814d4 2016-06-30 12:59:52 +0400 MDEV-10311 - funcs_1.processlist_priv_no_prot fails sporadically Revision #79f852a 2016-06-22 14:17:06 +0200 MDEV-10050: Crash in subselect Revision #ef92aaf 2016-06-22 22:37:28 +0300 MDEV-10083: Orphan ibd file when playing with foreign keys Revision #a482e76 2016-06-20 16:12:54 +0200 fix a mysql-5.5.50 merge: mysqlcheck Revision #95bf696 2016-06-19 14:51:03 +0200 MDEV-9749 InnoDB receives 'Bad file descriptor' error, possibly related to feedback plugin Revision #7f38a07 2016-06-17 18:54:11 +0400 MDEV-10043 - main.events_restart fails sporadically in buildbot (crashes upon shutdown) Revision #7ff86b4 2016-06-17 14:59:17 +0300 MDEV-10247 TokuDB assertion error when building with DEBUG Revision #12ae840 2016-06-16 22:04:24 +0300 Fix typo bug that cause myisam repair to fail Revision #c7eef02 2016-06-16 22:00:16 +0300 Increase the number of default build thread ids possibilities Revision #7ab7abd 2016-06-16 18:52:46 +0300 Fix compilation failure when compiling with std=c90 Revision #b644661 2016-06-14 22:29:24 +0200 MDEV-9256 : Crashes on Windows x64 with aria_pagecache_buffer_size > 4GB Revision #34a104b 2016-06-14 12:28:05 +0300 MDEV-10229: TokuDB fails to build with CLang Revision #1bf2509 2016-06-13 23:32:50 +0300 MDEV-10162: Update repair testcase Revision #2b47832 2015-12-10 03:56:31 +0200 Fixed compilation failure using clang Revision #6a34ba3 2016-02-16 16:15:22 +0200 [Code cleanup] Refactor duplicate code within myisam and maria sort.cc Revision #bfef17b 2016-06-13 18:30:02 +0300 MDEV-9433: [PATCH} cppcheck reported a number of minor coding errors Revision #0089af8 2016-06-13 18:11:31 +0300 MDEV-9433: [PATCH] cppcheck reported a number of minor coding errors Revision #cf721d2 2015-12-10 17:00:14 +1100 MDEV-9257: Increase limit on parallel workers in mysql-test-run Revision #05bb3b9 2016-06-14 16:28:07 +0200 fix main.ssl_ca test for windows Revision #a4cfd32 2016-06-14 14:52:43 +0200 main.openssl_1 failure Revision #c73b987 2016-06-14 13:18:05 +0200 MDEV-8328 Evaluation of two "!" operators depends on space in beetween Revision #c3c272c 2016-06-10 13:47:00 +0200 MDEV-10166 probes_mysql_nodtrace.h is not provided anymore by mariadb-10.0.25 Revision #260699e 2016-06-14 13:59:41 +0200 - Merge branch 'merge-xtradb-5.5' into 5.5 Revision #f54dcf1 2016-06-14 12:38:47 +0200 5.5.49-37.9 Revision #90eb302 2016-06-14 13:57:49 +0200 fix main.ssl_ca from mysql-5.5.50 Revision #ae29ea2 2016-06-14 13:55:28 +0200 - Merge branch 'mysql/5.5' into 5.5 Revision #1b50d59 2016-06-14 14:44:09 +0400 MDEV-9945 - main.kill_processlist-6619 fails sporadically Revision #d6a1bae 2016-06-13 17:10:31 +0400 MDEV-10218 - rpl.rpl_binlog_errors fails in buildbot with valgrind warnings - bytes are possibly lost Revision #2db724c 2016-06-13 15:54:12 +0400 MDEV-10218 - rpl.rpl_binlog_errors fails in buildbot with valgrind warnings - bytes are possibly lost Revision #3c77a00 2016-03-08 13:27:18 +0200 MDEV-8012: Wrong exit code when asking for help Revision #416006a 2016-06-12 22:45:15 +0300 MDEV-8012: Wrong exit code when asking for help Revision #67b4a6f 2016-06-12 20:14:51 +0300 MDEV-8859 rpl.rpl_mdev382 sporadically fails to finish due to disappeared expect file Revision #87007dc 2016-06-08 15:03:18 +0400 MDEV-9994 - Aria service threads are not "joined" Revision #4155d09 2016-06-10 17:06:38 +0400 MDEV-8402 Bug #77473 Truncated data with subquery & UTF8 Revision #df14488 2016-06-10 15:50:19 +0400 MDEV-10181 Illegal mix of collation for a field and an ASCII string as a view field Revision #7adf04e 2016-01-05 22:48:50 +0100 MDEV-9366 : do_shutdown_server fails to detect server shutdown on Windows. Fix test whether process is alive in mysqltest. Revision #a4848e9 2016-06-08 19:04:12 +0400 MDEV-9972 Least function retuns date in date time format Revision #b31976f 2016-06-08 15:15:55 +0200 - Merge branch 'mdev9991' into mdev9991-5.5 Revision #196d96c 2016-06-08 15:12:44 +0200 Fix compiler check for stack unwind hint Revision #0f25270 2016-06-08 08:40:10 +0300 MDEV-7139: Sporadic failure in innodb.innodb_corrupt_bit on P8 Revision #ff832e0 2016-05-24 17:37:23 +0200 Restore COMPONENT Embedded for Windows embedded libs. Revision #221adbc 2016-05-24 17:01:08 +0200 Fix warnings on Windows, compiler option -ggdb3 option is nonexistent Revision #535160b 2016-05-24 16:57:03 +0200 MDEV-10117 - update HeidiSQL to current version Revision #9eb0fbd 2016-05-24 14:20:53 +0200 MDEV-10071 Block installation on XP/Windows 2003 Server(they are no more supported) Revision #18487ed 2016-05-24 14:18:55 +0200 MDEV-10108 Fix errors in installations by domain user Revision #964c4f0 2016-05-10 19:13:06 +0400 MDEV-10052 Illegal mix of collations with DAYNAME(date_field)<>varchar_field Revision #672bbcd 2016-04-27 16:13:14 +0200 MDEV-9973 : Do not set permissions for serviceaccount user (Win7 and later) This appears to break some installation, and it did not do anything useful anyway. Revision #4f1ad43 2016-04-26 16:15:15 +0400 MDEV-9987 - gen_lex_hash leaks memory, making LeakSanitizer builds fail Revision #29868de 2016-04-26 12:58:14 +0200 MDEV-9986 Full-text search of the utf8mb4 column causes crash Revision #7f5ceb7 2016-04-26 11:49:35 +0200 disable main.wait_timeout_not_windows for embedded Revision #2220480 2016-04-25 18:59:41 +0200 MDEV-7775 Wrong error message (Unknown error) when idle sessions are killed after wait_timeout Revision #a98ecc2 2016-04-23 12:19:40 +0200 support SEARCH_RANGE in search_pattern_in_file.inc Revision #2b7573e 2016-04-24 13:36:51 +0400 MDEV-9975 - main.partition_innodb_plugin fails sporadically Revision #19e3597 2016-04-07 10:47:46 +0300 MDEV-9142 :Adding Constraint with no database reference results in ERROR 1046 (3D000) at line 13: No database selected. Revision #0ea4c73 2016-04-23 12:15:18 +0400 Fixed compilation failure due to unused var. Revision #618e300 2016-04-22 12:57:39 +0400 MDEV-9970 - main.sp-threads fails sporadically Revision #bd75ee7 2016-04-22 09:10:00 -0400 bump the VERSION Revision #3f0d07e 2016-04-22 16:04:20 +0400 MDEV-9372 select 100 between 1 and 9223372036854775808 returns false Revision #0991e19e 2016-04-20 20:25:46 +0200 - Merge branch 'bb-5.5-serg' into 5.5 Revision #63c834e 2016-04-20 18:56:41 +0200 - Merge branch 'merge-xtradb-5.5' into 5.5 Revision #c9e56d5 2016-04-18 17:38:05 +0200 5.5.48-37.8 Revision #24ac546 2016-04-20 18:27:23 +0200 use consistent error messaging for IGNORE Revision #9e826bf 2016-04-20 15:28:44 +0200 trivial optimization Revision #8f1f869 2016-04-20 15:26:37 +0200 another test case for ER_DATA_OUT_OF_RANGE on insert Revision #b069d19 2016-04-20 15:25:55 +0200 - Merge branch 'mysql/5.5' into 5.5 Revision #1bc0b0b 2016-04-19 11:08:16 +0200 fix a couple of dbug tests not to write to /tmp Revision #cc04a9f 2016-04-18 18:30:42 +0200 MDEV-9835 Valid password is not working after server restart Revision #608c0e1 2016-04-18 11:57:34 +0200 MDEV-5982 `make` fail @ ".../libmysql_versions.ld:155:9: invalid use of VERSION in input file" Revision #ce35530 2016-04-17 19:52:15 +0200 MDEV-9885 Client doesn't start if 'TERM' unknown Revision #95fe71a 2016-04-17 18:51:54 +0200 MDEV-9707 MAX(timestamp(6) column) in correlated sub-query returns non-existent row data in original table Revision #3294cd1 2016-04-16 17:36:47 +0200 MDEV-9929 MariaDB segfaults on command "mysqld --version" with ignore-db-dir option on /etc/my.cnf Revision #4f133fb 2016-04-16 12:39:20 +0200 MDEV-9493 --tc-heuristic-recover option values off by one Revision #edf71fd 2016-04-16 10:28:03 +0200 MDEV-9928 LC_TIME_NAMES=de_AT; unusual name for february Revision #9c64735 2016-03-29 12:50:56 +0200 MDEV-9748 Include Twin (mysys_err.h is included twice in mysys/my_copy.c) Revision #2a45fa9 2016-04-20 19:03:59 +0200 MDEV-9836 Connection lost when using SSL Revision #0c0a865 2016-04-19 16:16:13 +0400 MDEV-9943 - TokuDB fails to compile with gcc 5.2.1 Revision #62122ba 2016-04-20 00:36:58 +0300 MDEV-9953 Debian packages install broken 'maria' test suite which cannot be run Revision #e90f8b7 2016-04-20 11:11:13 +0400 MDEV-9413 "datetime >= coalesce(c1(NULL))" doesn't return expected NULL Revision #2564650 2016-04-20 11:02:34 +0400 MDEV-9662 Assertion `precision || !scale' failed in my_decimal_precision_to_length_no_truncation(uint, uint8, bool) Revision #9a98714 2016-04-20 08:53:30 +0400 MDEV-9745 Crash with CASE WHEN TRUE THEN COALESCE(CAST(NULL AS UNSIGNED)) ELSE 4 END Revision #6c0e231 2016-04-19 14:05:52 +0400 MDEV-9945 - main.kill_processlist-6619 fails sporadically Revision #18ff6f6 2016-04-19 12:38:00 +0400 MDEV-9944 - main.events_2 fails sporadically Revision #6fd54c0 2016-04-18 23:15:15 +0400 MDEV-9521 Least function returns 0000-00-00 for null date columns instead of null Revision #777c213 2016-04-02 00:04:47 +0400 MDEV-9862 Illegal mix of collation, when comparing column with CASE expression Revision #11b77e9 2016-03-18 16:55:11 +0100 MDEV-9527 build FAILs with GCC 5.1 with release supported "-std=c+11" Revision #fc2c1e4 2016-03-17 21:29:52 +0100 MDEV-9733 Server crashes in lf_pinbox_real_free on replication slaves Revision #0b9fb9a 2016-03-17 10:45:15 +0100 MDEV-9568 mysqlcheck crashes with nonexistent table name Revision #c29e450 2016-02-26 03:02:07 +0200 MDEV-4070 sys_vars.secure_file_priv fails sporadically if it's executed with --mem Revision #ceba41c 2016-01-24 17:41:11 +0100 MDEV-9299 Test main.events_2 incompatible with Debian reproducibility testing framework Revision #e1385f2 2016-02-15 12:59:47 +0100 fix buffer overrun Revision #3889b19 2016-02-14 22:19:27 +0100 more strict ipv6_ok check in mtr Revision #8f5030e 2016-02-14 22:17:38 +0100 fix my_gethwaddr() for solaris Revision #95740bc 2016-02-14 22:16:50 +0100 dtrace in cmake Revision #a5d9597 2016-02-14 22:15:16 +0100 better inline check Revision #5f078cc 2016-02-14 20:57:48 +0100 compilation errors on sparc sun studio 10 Revision #2a47817 2016-02-14 18:33:20 +0200 MDEV-9225 mysql_upgrade segfault due to missing /etc/my.cnf.d Revision #b7dc830 2016-02-14 18:31:06 +0200 Fix memory leak when failing to read config file Revision #93e9d81 2016-02-12 12:04:11 +0400 Errorneous PSI declaration line fixed. Revision #a9a08b1 2016-02-10 10:03:47 +0400 MDEV-9371 select insert('a',2,1,'b') doesn't return expected 'a' Revision #3c5c04b 2016-02-10 03:49:11 +0200 MDEV-7122: Assertion `0' failed in subselect_hash_sj_engine::init Revision #6b614c6 2016-02-09 13:50:48 +0100 MDEV-7765: Crash (Assertion `!table || (!table->write_set || bitmap_is_set(table->write_set, field_index) || bitmap_is_set(table->vcol_set, field_index))' fails) on using function over not created table Revision #775cccc 2016-02-08 22:53:40 +0200 MDEV-7122: Assertion `0' failed in subselect_hash_sj_engine::init Revision #01628ce 2016-02-09 14:08:36 +0100 Merge branch 'bb-5.5-serg' into 5.5 Revision #afce541 2016-02-09 14:06:45 +0100 Merge branch 'merge-xtradb-5.5' into 5.5 Revision #5d478f5 2016-02-08 20:07:38 +0100 Bug#19817021 Revision #6703e5b 2016-02-08 20:07:09 +0100 Bug#20691429 ASSERTION `CHILD_L' FAILED IN STORAGE/MYISAMMRG/HA_MYISAMMRG.CC:631 Revision #dece4bc 2016-02-09 11:28:44 +0100 cleanup: make assert more readable Revision #63d3ccd 2016-02-08 20:04:39 +0100 Bug#21205695 DROP TABLE MAY CAUSE SLAVES TO BREAK Revision #f3444df 2016-02-09 11:27:40 +0100 Merge branch 'mysql/5.5' into 5.5 Revision #ea0c3fc 2016-02-09 05:17:41 +0400 MDEV-9438 backport feedback-http-proxy to 5.5 and 10.0. The http-proxy option to the FEEDBACK plugin backported. Revision #b17a435 2016-02-09 02:31:47 +0300 MDEV-6859: scalar subqueries in a comparison produced unexpected result Revision #3cfd36b 2016-02-09 00:13:25 +0100 5.5.47-37.7 Revision #d443d70 2016-02-09 01:46:53 +0300 MDEV-7823: Server crashes in next_depth_first_tab on nested IN clauses with SQ inside Revision #c4cb240 2016-02-06 22:41:58 +0100 MDEV-9024 Build fails with VS2015 Revision #1e361f2 2016-02-06 13:57:59 +0100 MDEV-4664 mysql_upgrade crashes if root's password contains an apostrophe/single quotation mark Revision #9e4e412 2016-02-06 13:56:37 +0100 unit test for dynstr_append_os_quoted() Revision #41021c0 2016-02-03 17:15:22 +0100 MDEV-9462: Out of memory using explain on 2 empty tables Revision #ad94790 2016-02-04 14:47:46 +0100 MDEV-9453 mysql_upgrade.exe error when mysql is migrated to mariadb Revision #0a76ad5 2016-02-04 12:51:57 +0100 MDEV-9175 Query parser tansforms MICROSECOND into SECOND_FRAC, which does not work Revision #a90da6e 2016-02-05 14:04:24 +0100 MDEV-9314 fatal build error: viosslfactories.c:58:5: error: dereferencing pointer to incomplete type ‘DH {aka struct dh_st} Revision #db5f743 2016-02-06 12:37:46 +0200 Merge pull request #148 from grooverdan/5.5-rpl_reporting-cppcheck-va_end Revision #6ecf6d8 2016-02-05 17:46:01 +0100 MDEV-7827: Assertion `!table || (!table->read_set || bitmap_is_set(table->read_set, field_index))' failed in Field_long::val_str on EXPLAIN EXTENDED Revision #9f3b53f 2015-12-14 19:16:29 +0100 MDEV-9093 Persistent computed column is not updated when update query contains join Revision #a3d843d 2016-02-03 15:52:26 +0200 Fix function visibility as it is used on row0mysql.c in Windows. Revision #f66d016 2016-02-03 11:32:51 +0200 MDEV-9471: Server crashes or returns an error while trying to alter partitioning on a table moved from Windows to Linux Revision #603c096 2016-02-03 00:43:00 +0100 MDEV-9466 : Exception handler on Windows does not output any text, if mysqld runs as service Revision #0e84d54 2016-02-01 16:27:12 +0100 Merge MDEV-9112 into 5.5 Revision #8cf1f50 2016-02-01 16:10:49 +0100 MDEV-9112: Non-blocking client API missing on non-x86 platforms Revision #d0c5efc 2016-01-29 23:53:44 +0200 If one compiled with too long MYSQL_SERVER_SUFFIX this caused a memory overrun that caused some test to fail. Revision #a1ddf01 2016-01-29 23:52:15 +0200 my_decimal didn't compile properly with debug Revision #3e5724f 2016-01-19 14:47:41 +1100 Add va_end to make cppcheck happy Revision #9c9d10b 2016-01-15 09:50:27 +0400 MDEV-9106 Audit plugin not working with MySQL 5.7. fixing Windows crash. Revision #fe4823d 2016-01-13 18:02:44 +0400 MDEV-9106 Audit plugin doesnt run with MySQL 5.7. updata thread_pool_server_audit test result. Revision #cdc9aa5 2016-01-13 15:24:33 +0400 MDEV-9106 Audit Plugin doesn't run with MySQL 5.7. MariaDB 5.5 built in debug gets unhappy with mutexes. Although everything is correct, some DBUG_ASSERT can happen. So this patch keeps safe_mutex silent. Revision #c955253 2016-01-12 16:29:02 +0400 MDEV-9106 Audit plugin compiled with MariaDB can't install on MySQL 5.7. The audit API was seriously changed in MySQL 5.7. so we had to adapt the plugin's code to that. Revision #5f48b61 2016-01-07 14:45:40 +0100 MDEV-9298 : Build failure when linking libmysql. Revision #ff24820 2015-12-30 19:39:31 +0100 Fix process handle leak in buildbot. GenerateConsoleCtrlEvent sent to non-existing process will add a process handle to this non-existing process to console host process conhost.exe Revision #61d3621 2015-12-29 18:40:41 +0400 Moving Field_blob::store_length() back from protected to public, as it's needed for Cassandra in 10.0. Revision #e1b9be5 2015-12-29 14:17:31 +0400 MDEV-9319 ALTER from a bigger to a smaller blob type truncates too much data Revision #e126baa 2015-12-21 10:19:02 +0100 MDEV-9249 MariaDB un-buildable on linux64: fails @ "error: ‘ERR_remove_state’ was not declared in this scope" when linking against OpenSSL 1.0.2e Revision #591e74c 2015-06-20 16:59:22 +0800 MDEV-7526: TokuDB doesn't build on OS X Revision #e386523 2015-12-19 13:53:43 +0200 MDEV-7526: TokuDB doesn't build on OS X Revision #f39b9e0 2015-12-19 13:52:27 +0200 MDEV-7526: TokuDB doesn't build on OS X Revision #6414959 2015-12-19 13:31:44 +0200 MDEV-7526: TokuDB doesn't build on OS X Revision #f89c9fc 2015-12-19 13:25:55 +0200 MDEV-7526: TokuDB doesn't build on OS X Revision #0ed4744 2015-12-11 17:03:55 +0100 fix main.mysqldump test on windows Revision #ca28d90 2015-12-09 17:54:55 +0100 MDEV-7655 SHOW CREATE TABLE returns invalid DDL when using virtual columns along with a table collation Revision #f560c1b 2015-12-10 10:32:11 +0100 revert 5e9a50efc37c233f1e2a3616f8bcb36315aba4c2 Revision #265e833 2015-12-09 21:22:37 +0100 revert 415faa122b9c683661dafac82fff414fa6864151 Revision #c19972f 2015-12-11 14:33:41 +0200 MDEV-9251: Fix MySQL Bug#20755615: InnoDB compares column names case sensitively, while according to Storage Engine API column names should be compared case insensitively. This can cause FRM and InnoDB data dictionary to go out of sync. Revision #fa25921 2015-12-10 11:22:53 +0100 MDEV-8407 Numeric errors, server crash with COLUMN_JSON() on DECIMAL with precision > 40 Revision #d67aacb 2015-12-09 17:11:55 +0100 fix xtradb compilation on windows Revision #fa4d4fc 2015-12-09 10:06:28 +0100 unit tests for my_getopt Revision #584c07b 2015-10-21 11:51:15 +0200 MDEV-8978 Specify GPL version in RPM metadata Revision #142b725 2015-12-09 12:57:04 +0100 Merge branch 'merge/merge-xtradb-5.5' into 5.5 Revision #9457139 2015-12-09 12:27:04 +0100 5.5.46-37.6 Revision #1a72c6f 2015-12-09 11:51:59 +0100 Merge branch 'bb-5.5-serg' into 5.5 Revision #abf9d35 2015-12-09 10:00:49 +0100 Merge branch 'mysql/5.5' into 5.5 Revision #dac3149 2015-12-08 17:20:34 +0400 MDEV-9001 - [PATCH] Fix DB name quoting in mysqldump --routine Revision #50a796d 2015-12-08 10:16:41 +0100 MDEV-8825 mysql_upgrade leaks the admin password when it spawns a shell process to execute mysqlcheck Revision #c21b927 2015-12-08 10:13:13 +0100 mysql_upgrade cleanup Revision #f0d774d 2015-12-07 20:06:54 +0100 MDEV-9212 ssl-validate-cert incorrect hostname check Revision #544eeda 2015-12-07 20:27:58 +0100 MDEV-8644 Using a UDF in a virtual column causes a crash when stopping the server Revision #79d08e6 2015-12-07 15:15:43 +0100 small cleanup: udf_init()/udf_free() calls Revision #859a736 2015-12-07 14:07:36 +0100 MDEV-9161 feedback_plugin_send in debug builds Revision #99774f1 2015-12-06 11:51:57 +0100 feedback plugin compilation warnings Revision #8fd24b4 2015-12-07 20:25:27 +0100 MDEV-9226 SHOW COLUMNS returns wrong column order for tables with large ENUMs Revision #f18599a 2015-12-06 20:22:33 +0100 tokudb compilation warnings Revision #d1fe928 2015-12-06 12:01:12 +0100 MDEV-8607 Init script doesn't check all applicable configuration groups Revision #18954ff 2015-12-06 01:48:07 +0100 MDEV-8313 Got an error writing communication packets Revision #354e567 2015-12-06 01:40:51 +0100 federatedx small cleanup Revision #e05883b 2015-12-05 15:25:15 +0100 MDEV-7341 mysqld_multi doesn't recognize include directive (not following includes) Revision #ef47b625 2015-12-05 11:29:00 +0100 MDEV-8827 Duplicate key with auto increment Revision #c8652ee 2015-12-05 11:22:25 +0100 one more test Revision #ee2fce5 2015-10-20 09:41:44 +0200 fix debian logrotate slow log filename Revision #0df22a5 2015-12-07 09:34:41 +0200 MDEV-7050: MySQL#74603 - Assertion `comma_length > 0' failed in mysql_prepare_create_table Revision #d85168e 2015-12-07 09:20:31 +0200 Correct length check in my_wc_mb_filename() Revision #e528fe7 2015-12-05 12:21:33 +0200 Fix gcc v5.compiler errors. Revision #082b859 2015-12-04 14:24:03 +0200 MDEV-9233: Copying MySQL 5.5 data directory to 10.0 with partition tables crashes on insert Revision #d87bc55 2015-12-03 20:43:54 +0400 MDEV-8630 Datetime value dropped in "INSERT ... SELECT ... ON DUPLICATE KEY" Item_func_coalesce::fix_length_and_dec() calls Item_func::count_string_result_length()) which called agg_arg_charsets() with wrong flags, so the collation derivation of the COALESCE result was not properly set to DERIVATION_COERCIBLE. It erroneously stayed DERIVATION_NUMERIC. So GREATEST() misinterpreted the argument as a number rather that a string and did not calculate its own length properly. Revision #9f07c6b 2015-12-02 16:08:54 +0400 MDEV-9001 - [PATCH] Fix DB name quoting in mysqldump --routine Revision #33589b2 2015-12-03 13:18:10 +0200 MDEV-7762 InnoDB: Failing assertion: block->page.buf_fix_count > 0 in buf0buf.ic line 730 Revision #13ad179 2015-11-20 14:50:18 +0100 MDEV-8756 MariaDB 10.0.21 crashes during PREPARE Revision #43a5090 2015-11-18 11:20:59 +0100 MDEV-9051 mysqld got signal 11, after upgrade to 10.1.8 Revision #7261629 2015-11-18 10:58:51 +0100 feedback plugin debug Revision #e669a5f 2015-11-17 18:33:08 +0100 MDEV-7588 Add thd_wait_begin/end to notify threadpool of binlog waits Revision #7e4da9b 2015-11-06 16:36:41 +0100 MDEV-8632 Segmentation fault on INSERT Revision #5d754fc 2015-11-09 09:23:32 +0200 MDEV-8854: New warning messages are unreadable Revision #c88ca2c 2015-11-06 17:56:56 +0100 MDEV-8701 Crash on derived query MDEV-8938 Server Crash on Update with joins Revision #df80420 2015-10-21 14:42:56 +0200 fix events_1 test for October 2015 Revision #978c2a3 2015-10-11 17:06:03 -0400 MDEV-7640: CHANGE MASTER TO doesn't work with prepared statements Revision #16c4b3c 2015-10-09 16:43:59 +0200 fixes for buildbot Revision #f41a41f 2015-10-09 00:06:16 +0200 Merge branch 'merge-xtradb-5.5' into 5.5 Revision #db79f4c 2015-10-08 23:02:43 +0200 5.5.45-37.4 Revision #82e9f6d 2015-10-08 22:54:24 +0200 Merge remote-tracking branch 'mysql/5.5' into 5.5 Revision #c8d5112 2015-10-08 00:32:07 +0200 MDEV-8796 Delete with sub query with information_schema.TABLES deletes too many rows Revision #504802f 2015-08-05 11:57:35 +0200 MDEV-7846: postreview fix Revision #54b9981 2015-04-23 20:08:57 +0200 MDEV-7846: Server crashes in Item_subselect::fix_fields or fails with Thread stack overrun Revision #0ab93fd 2015-04-23 19:16:57 +0200 MDEV-7445:Server crash with Signal 6 MDEV-7565: Server crash with Signal 6 (part 2) Revision #2e3e818 2015-04-23 19:11:06 +0200 MDEV-7445: Server crash with Signal 6 Revision #7ccde2c 2015-04-23 19:04:11 +0200 MDEV-7565: Server crash with Signal 6 (part 2) Revision #006acf7 2015-09-30 10:49:45 +0300 Bug #68148: drop index on a foreign key column leads to missing table MDEV-8845: Table disappear after modifying FK Revision #a95711e 2015-09-29 08:39:54 +0300 MDEV-8855: innodb.innodb-fk-warnings fails on Windows Revision #02a38fd 2015-09-24 17:25:52 +0200 MDEV-8624: MariaDB hangs on query with many logical condition Revision #f804b74 2015-09-28 03:40:29 +0300 MDEV-8154 rpl.show_status_stop_slave_race-7126 sporadically causes internal check failure Revision #ce7d8c5 2015-09-27 18:01:47 +0300 MDEV-7330 plugins.feedback_plugin_send fails sporadically in buildbot Revision #bdcf370 2015-09-27 16:00:48 +0300 MDEV-7933 plugins.feedback_plugin_send depends on being executed after plugins.feedback_plugin_load Revision #2563609 2015-09-26 02:51:29 +0300 Increased the version number Revision #86ed494 2015-09-26 02:48:55 +0300 MDEV-8849 rpl.rpl_innodb_bug30888 sporadically fails in buildbot with testcase timeout Revision #dca4ab9 2015-09-24 21:24:28 +0300 MDEV-8841 innodb_zip.innodb-create-options fails in buildbot Revision #5cc149f 2015-09-24 10:28:47 +0200 The compiler warnings fixed. Revision #29ac245 2015-09-07 13:13:52 +0200 MDEV-8473: mysqlbinlog -v does not properly decode DECIMAL values in an RBR log Revision #102a85f 2015-09-03 18:00:43 +0200 MDEV-8663: IF Statement returns multiple values erroneously (or Assertion `!null_value' failed in Item::send(Protocol*, String*)) Revision #fa51f70 2015-08-04 23:42:44 +0200 correct the NULL-pointer test Revision #877de3a 2015-07-30 22:08:39 +0300 MDEV-8554: Server crashes in base_list_iterator::next_fast ... Revision #1b0c81c 2015-08-01 15:02:14 +0200 5.5.44-37.3 Revision #96badb1 2015-07-31 22:09:46 +0200 MDEV-7821 Server crashes in Item_func_group_concat::fix_fields on 2nd execution of PS Revision #409709e 2015-07-31 20:33:10 +0200 compilation error on windows Revision #79deefc 2015-07-31 12:31:37 +0200 MDEV-8340 Add "mysqlbinlog --binlog-row-event-max-size" support for MariaDB 5.5 Revision #4d5772c 2015-07-31 10:13:01 +0200 MDEV-7810 Wrong result on execution of a query as a PS (both 1st and further executions) Revision #2721d69 2015-07-28 19:11:53 +0200 MDEV-8352 Increase Diffie-Helman modulus to 2048-bits Revision #bfe2689 2015-07-31 13:13:39 +0400 MDEV-8379 - SUSE mariadb patches Revision #360e597 2015-07-31 12:06:29 +0300 Make sure name buffer has string end marker on correct place. Revision #1ad294e 2015-07-30 18:51:44 +0400 MDEV-7821 - Server crashes in Item_func_group_concat::fix_fields on 2nd execution of PS Revision #fa765a4 2015-07-31 08:52:24 +0300 MDEV-6697: Improve foreign keys warnings/errors Revision #e05cd97 2015-07-29 05:58:45 +0300 MDEV-8524: Improve error messaging when there is duplicate key or foreign key names Revision #392df76 2015-07-23 12:50:58 +0400 MDEV-4017 - GET_LOCK() with negative timeouts has strange behavior Revision #e40bc65 2015-07-25 15:14:40 +0300 Fixed memory loss detected on P8. This can happen when we call after_flush but never call after_rollback() or after_commit(). Revision #7115341 2015-07-23 14:57:12 +0300 Fixed warnings and errors found by buildbot Revision #7a96702 2015-07-21 12:12:58 +0300 MDEV-8474: InnoDB sets per-connection data unsafely Revision #00d3b20 2015-07-17 00:06:27 +0300 MDEV-8432 Slave cannot replicate signed integer-type values with high bit set to 1 Revision #44de090 2015-07-17 00:02:25 +0300 MDEV-8432 Slave cannot replicate signed integer-type values with high bit set to 1 Revision #bc30046 2015-06-26 14:48:22 +0300 Fix for MDEV-8301; Statistics for a thread could be counted twice in SHOW STATUS while thread was ending Revision #67c56ab 2015-06-25 23:34:54 +0300 Simple cleanups - Removing use of calls to current_thd - More DBUG_PRINT - Code style changes - Made some local functions static Ensure that calls to print_keyuse are locked with mutex to get all lines in same debug packet Revision #8c81575 2015-06-25 23:26:29 +0300 Problem was that for cases like: SELECT ... WHERE XX IN (SELECT YY) this was transformed to something like: SELECT ... WHERE IF_EXISTS(SELECT ... HAVING XX=YY) Revision #2e941fe 2015-06-25 23:18:48 +0300 Fixed crashing bug when using ONLY_FULL_GROUP_BY in a stored procedure/trigger that is repeatedly executed. This is MDEV-7601, including its sub tasks MDEV-7594, MDEV-7555, MDEV-7590, MDEV-7581, MDEV-7589 Revision #d199a0f 2015-06-11 17:47:52 +0200 more renames after tokudb merge Revision #b96c196 2015-06-11 16:48:10 +0200 Item_cache::safe_charset_converter() fixes Revision #7c98e8a 2015-06-11 16:43:56 +0200 fix after the tokudb ft-index merge Revision #5a44e1a 2015-06-09 22:11:22 +0200 tests for MDEV-7937: Enforce SSL when --ssl client option is used Revision #80f6b22 2015-06-09 16:08:09 +0400 MDEV-3870 - Valgrind warnings on OPTIMIZE MyISAM or Aria TABLE with disabled keys Revision #3a50a8c 2015-06-09 13:50:43 +0400 MDEV-363 - Server crashes in intern_plugin_lock on concurrent installing semisync plugin and setting rpl_semi_sync_master_enabled Revision #49a3392 2015-06-09 11:57:31 +0400 MDEV-363 - Server crashes in intern_plugin_lock on concurrent installing semisync plugin and setting rpl_semi_sync_master_enabled Revision #e5005ce 2015-06-09 18:06:41 +0200 disable ssl for ssl-disabled tests Revision #992d782 2015-06-09 18:56:09 +0300 MDEV-6735: Range checked for each record used with key (also MDEV-7786, MDEV-7923) Revision #5d57e2d 2015-06-09 16:46:45 +0300 Fix tests for 7937 Revision #be5035b 2015-06-09 15:59:29 +0300 Added tests for MDEV-7937 Revision #4ef7497 2015-06-09 14:08:44 +0300 MDEV-7937: Enforce SSL when --ssl client option is used Revision #56e2d83 2015-05-02 08:45:10 +0200 MDEV-7695 MariaDB - ssl - fips: can not connect with --ssl-cipher=DHE-RSA-AES256-SHA - handshake failure Revision #92b3659 2015-06-09 12:05:06 +0400 MDEV-7268 Column of table cannot be converted from type 'decimal(0,?)' to type ' 'decimal(10,7)' Changing the error message to: "...from type 'decimal(0,?)/*old*/' to type ' 'decimal(10,7)'..." So it's now clear that the master data type is OLD decimal. Revision #b1e1039 2015-06-09 07:36:24 +0400 MDEV-8286 Likely a redundant declaration of Item_cache::used_table_map Revision #a4d93e0 2015-06-05 20:05:08 +0200 MDEV-8050 sphinx test cases cannot run with sphinxsearch-2.2.6 Revision #b41ad55 2015-06-08 15:09:20 +0200 update tokudb version Revision #1707cfc 2015-06-08 21:55:52 +0500 MDEV-8211 plugins.server_audit fails sporadically in buildbot. More fixes to assure the order of queries in the log. Revision #87088b9 2015-06-08 21:44:13 +0500 MDEV-8211 plugins.server_audit fails sporadically in buildbot. This test also should be fixed - delay added so the connection event doesn't happen before the query. Revision #96b3703 2015-06-08 21:40:17 +0500 MDEV-8211 plugins.server_audit fails sporadically in buildbot. Connection event can happen before the query ends. Added a delay to confirm the order. Revision #a765cca 2015-06-08 20:50:40 +0400 MDEV-8067 correct fix for MySQL Bug # 19699237: UNINITIALIZED VARIABLE IN ITEM_FIELD::STR_RESULT Revision #b37b52a 2015-06-08 13:47:07 +0500 MDEV-4922 Stored Procedure - Geometry parameter not working. Fhe GEOMETRY field should be handled just as the BLOB field. So that was fiexed in field_conv. One additional bug was found and fixed meanwhile - thet the geometry field subtypes should also be merged for UNION command. Revision #69ed429 2015-06-08 12:09:13 +0500 MDEV-7500 thread_handling option in my.cnf is not passing "connect events" to audit plugin. The MYSQL_AUDIT_NOTIFY_CONNECTION_CONNECT() call moved to the login_connection() function. So that it'll be invoked in any thread handling mode. Revision #1ae05db 2015-06-07 15:40:42 +0500 MDEV-8078 Memory disclosure/buffer overread on audit plugin. If the SET PASSWORD query doesn't have the password string, the parsing of it can fail. It manifested first in MySQL 5.6 as it started to hide password lines sent to the plugins. Fixed by checking for that case. Revision #db0ecf2 2015-06-06 19:12:44 +0500 MDEV-8032 [PATCH] audit plugin - csv output broken. Symbols like TAB or NEWLINE should be escaped, which was forgotten in one place. Revision #6264451 2015-06-06 16:13:51 +0200 MDEV-8114: server crash on updates with joins still on 10.0.18 Revision #9a3b975 2015-06-05 09:51:17 +0200 Merge branch '5.5' into bb-5.5-serg Revision #a2bb9d2 2015-06-04 16:04:05 +0400 MDEV-7505 - Too large scale in DECIMAL dynamic column getter crashes mysqld Revision #b611ac0 2015-06-03 14:30:09 +0400 MDEV-6236 - [PATCH] mysql_tzinfo_to_sql may produce invalid SQL Revision #af2256f 2015-06-03 13:59:58 +0400 MDEV-7207 - ALTER VIEW does not change ALGORITM Revision #ae0c576 2015-06-05 02:14:49 +0200 Merge branch 'merge/merge-xtradb-5.5' into bb-5.5-serg Revision #f84f577 2015-06-05 02:06:51 +0200 Merge tag 'mysql-5.5.44' into bb-5.5-serg Revision #f07b346 2015-06-05 02:04:32 +0200 do not re-populate I_S tables in subqueries Revision #1ff423d 2015-06-04 21:12:29 +0400 MDEV-8243 configure defines to empty string, not 1 Revision #750aa8b 2015-06-04 18:58:12 +0200 5.5.43-37.2 Revision #980bdc3 2015-06-04 17:39:05 +0200 followup: CREATE SERVER tests should not be run for embedded Revision #a477cd1 2015-06-03 23:31:05 +0300 MDEV-6500: Stale data returned after TRUNCATE PARTITION operation Revision #08fa02c 2015-06-04 18:51:30 +0400 Some MYD files (e.g. in mysql-test/std_data) could erroneously be treated by git as text files. Revision #9da8a8f 2015-06-04 18:49:12 +0400 MDEV-7269 mysqlbinlog Don't know how to handle column type=0 meta=0 (0000)# MDEV-8267 Add /*old*/ comment into I_S.COLUMN_TYPE for old DECIMAL Revision #a8b8544 2015-06-04 13:00:53 +0300 MDEV-7906: InnoDB: Failing assertion: prebuilt->sql_stat_start || trx->state == 1 on concurrent multi-table update Revision #7b05650 2015-06-03 20:24:51 +0200 Merge tag 'tokudb-engine/tokudb-7.5.7' into 5.5 Revision #e500c47 2015-06-03 19:47:46 +0200 Merge tag 'tokudb-ft-index/tokudb-7.5.7' into 5.5 Revision #934a18d 2015-06-03 19:42:34 +0200 .gitattributes: *.dat files should not be CRLF converted Revision #c79e98e 2015-06-03 18:45:08 +0200 MDEV-8085 main.group_by failed in buildbot Revision #5d8cee4 2015-06-03 17:11:07 +0200 MDEV-8224 Server crashes in get_server_from_table_to_cache on empty name Revision #33d480f 2015-06-03 16:33:10 +0200 MDEV-4608 deb packages for jessie Revision #f806b4d 2015-06-03 12:13:43 +0200 MDEV-8124 mysqlcheck: --auto-repair runs REPAIR TABLE instead of REPAIR VIEW on views Revision #535b514 2015-06-03 10:35:34 +0200 MDEV-8123 mysqlcheck: new --process-views option conflicts with --quick, --extended and such Revision #64569fa 2015-06-03 11:11:53 +0200 parser: better error messages for CHECK/REPAIR VIEW Revision #0ffef5d 2015-06-03 09:54:56 +0200 MDEV-8052 abi detection incorrect with clang Revision #8e7d665 2015-06-02 22:07:47 +0200 CRLF->LF Revision #6bd76f8 2015-05-27 10:27:18 +0400 Merge pull request #73 from akopytov/MDEV-7658-5.5 Revision #70bc0a3 2015-05-26 23:56:00 +0300 Fixes MDEV-7658: MDEV-7026 fix reintroduces MDEV-6615 on AArch64 Revision #5d02928 2015-05-16 10:26:34 +0200 remove second @ from CONFIGURE_FILE (... @only@) Revision #6f8558b 2015-05-12 14:19:30 -0400 Fix for debug build failure Revision #373d092 2015-05-08 17:19:48 +0300 Fix win/ files to be stored with LF in repository Revision #23b2b95 2015-05-08 17:19:06 +0300 Update .gitattributes Revision #6ef3c7d 2015-05-08 17:09:45 +0300 Updated .gitattributes Revision #0014bdc 2015-05-07 22:18:34 +0200 MDEV-8115 mysql_upgrade crashes the server with REPAIR VIEW Revision #8350ea0 2015-05-07 13:04:03 +0300 Fix compiler error if compiler does not support c99 style initializers. Revision #f704b33 2015-05-06 16:47:23 +0300 Merge pull request #52 from openquery/MDEV-8053-c99-style-for-structure-members Revision #4d606cb 2015-04-24 23:17:16 +1000 c99 style for assigning structure members
jperkin
pushed a commit
that referenced
this issue
Sep 26, 2016
databases/mariadb55-server: security fix Revisions pulled up: - databases/mariadb55-client/Makefile 1.6 - databases/mariadb55-client/Makefile.common 1.4 - databases/mariadb55-client/distinfo 1.5 - databases/mariadb55-client/patches/patch-include_my__context.h 1.2 - databases/mariadb55-client/patches/patch-vio_viosslfactories.c deleted - databases/mariadb55-server/Makefile 1.4 - databases/mariadb55-server/PLIST 1.3-1.4 --- Module Name: pkgsrc Committed By: maya Date: Tue Sep 13 19:15:14 UTC 2016 Modified Files: pkgsrc/databases/mariadb55-client: Makefile Makefile.common distinfo pkgsrc/databases/mariadb55-client/patches: patch-include_my__context.h pkgsrc/databases/mariadb55-server: Makefile PLIST Removed Files: pkgsrc/databases/mariadb55-client/patches: patch-vio_viosslfactories.c Log Message: update mariadb55-{client,server} to 5.5.52 Security update CVE-2016-6662: Remote Root Code Execution / Privilege Escalation (0day) (Fixed in 5.5.51, MDEV-10465) XXX put the distfile on nbftp manually as most mirrors don't have it yet and pullup. Changes: Revision #0da39ca 2016-09-12 16:18:07 +0200 fix BIGINT+MEDIUMINT type aggregation Revision #347eeef 2016-09-11 20:55:11 +0200 don't use my_copystat in the server Revision #611dc0d 2016-09-11 20:53:16 +0200 missing element in prelocked_mode_name[] array Revision #a229091 2016-09-11 20:52:00 +0200 potential signedness issue Revision #7ae555c 2016-09-11 20:51:09 +0200 - Merge branch 'mysql/5.5' into 5.5 Revision #b9631e3 2015-11-10 12:41:26 +0100 MDEV-8833 Crash of server on prepared statement with conversion to semi-join Revision #ee97274 2016-08-25 09:50:04 +0300 DEV-10595 MariaDB daemon leaks memory with specific query Revision #a92a8cc 2016-08-19 17:11:20 +0000 Windows packaging : use /d switch to sign MSI, to prevent installer showing randomly generated name in UAC prompt Revision #723488b 2016-08-04 15:43:52 +0400 MDEV-10424 - Assertion `ticket == null' failed in MDL_request::set_type Revision #09cb646 2016-08-11 19:35:53 +0000 Windows : fix search for WiX root directory when using 64bit cmake Revision #5ad0206 2016-08-09 16:15:10 +0300 MDEV-10341: InnoDB: Failing assertion: mutex_own(mutex) - mutex_exit_func Revision #0098d78 2016-08-09 13:25:40 +0200 MDEV-10465 general_log_file can be abused Revision #a3f6424 2016-08-08 12:58:27 +0200 MDEV-6128:[PATCH] mysqlcheck wrongly escapes '.' in table names Revision #2a54a53 2016-08-08 10:27:22 +0200 MDEV-10465 general_log_file can be abused Revision #a7c43a6 2016-01-26 14:49:25 +0200 MDEV-9304: MariaDB crash with specific query Revision #5269d37 2016-08-08 18:37:02 +0400 MDEV-10468 Assertion `nr >= 0.0' failed in Item_sum_std::val_real() Revision #1b3430a 2016-08-08 16:04:40 +0400 MDEV-10500 CASE/IF Statement returns multiple values and shifts further result values to the next column Revision #5e23b63 2016-08-07 11:02:42 +0200 MDEV-10506 Protocol::end_statement(): Assertion `0' failed upon ALTER TABLE Revision #93d5cdf 2016-08-04 13:14:45 +0300 MDEV-9946: main.xtradb_mrr fails sporadically Revision #c0cb84b 2016-08-04 10:57:55 +0200 - Merge branch 'bb-5.5-serg' into 5.5 Revision #470f259 2016-08-03 20:56:24 +0200 MDEV-10465 general_log_file can be abused Revision #0214115 2016-08-01 16:53:57 +0200 trivial cleanup Revision #03dec1a 2016-08-03 18:05:29 +0200 MDEV-10350 "./mtr --report-features" doesn't work Revision #9d2f892 2016-08-03 17:58:56 +0200 MDEV-7329 plugins.pam_cleartext fails sporadically in buildbot Revision #75891ed 2016-08-03 17:50:45 +0200 improve pam_cleartext.test a bit Revision #5265243 2016-08-03 20:44:08 +0200 - Merge branch 'merge/merge-xtradb-5.5' into 5.5 Revision #e316c46 2016-08-03 20:43:29 +0200 5.5.50-38.0 Revision #19fe10c 2016-08-03 20:39:47 +0200 MDEV-6581 Writing to TEMPORARY TABLE not possible in read-only Revision #a350e53 2016-08-03 20:38:25 +0200 - Merge branch 'mysql/5.5' into 5.5 Revision #eb32dfd 2016-08-03 11:49:35 +0400 MDEV-10365 - Race condition in error handling of INSERT DELAYED Revision #511313b 2016-08-03 13:42:46 +0000 MDEV-10010 - potential deadlock on windows due to recursive SRWLock acquisition Revision #141f88d 2016-08-03 12:41:38 +0000 MDEV-10357 my_context_continue() does not store current fiber on Windows Revision #ecb7ce7 2016-08-03 15:55:48 +0400 MDEV-10467 Assertion `nr >= 0.0' failed in Item_sum_std::val_real() Backporting MDEV-5781 from 10.0. Revision #35c9c85 2016-08-03 13:40:53 +0300 MDEV-10217: innodb.innodb_bug59641 fails sporadically in buildbot: InnoDB: Failing assertion: current_rec != insert_rec in file page0cur.c line 1052 Revision #6b71a6d 2016-08-02 18:52:51 +0200 MDEV-10383 Named pipes : multiple servers can listen on the same pipename Revision #5fdb3cf 2016-07-29 18:21:08 +0200 MDEV-10419: crash in mariadb 10.1.16-MariaDB-1trusty Revision #c6aaa2a 2016-07-30 10:53:01 +0300 MDEV-10228: update test results Revision #15ef38d 2016-07-27 00:38:51 +0300 MDEV-10228: Delete missing rows with OR conditions Revision #1b5da2c 2016-07-21 15:32:28 +0400 MDEV-10316 - main.type_date fails around midnight sporadically Revision #5cf49cd 2016-07-15 23:51:30 +0300 MDEV-10248 Cannot Remove Test Tables Revision #4e19aa3 2016-07-12 12:13:31 +0200 MDEV-10318 unset params in --ps --embedded Revision #97ded96 2016-07-11 17:03:03 +0000 MDEV-10318 : Fix crash in embedded, in case prepared statement has parameter placeholders, but does not bind parameters Revision #e81455bb 2015-05-04 08:32:05 +0200 MDEV-7973 bigint fail with gcc 5.0 Revision #a7814d4 2016-06-30 12:59:52 +0400 MDEV-10311 - funcs_1.processlist_priv_no_prot fails sporadically Revision #79f852a 2016-06-22 14:17:06 +0200 MDEV-10050: Crash in subselect Revision #ef92aaf 2016-06-22 22:37:28 +0300 MDEV-10083: Orphan ibd file when playing with foreign keys Revision #a482e76 2016-06-20 16:12:54 +0200 fix a mysql-5.5.50 merge: mysqlcheck Revision #95bf696 2016-06-19 14:51:03 +0200 MDEV-9749 InnoDB receives 'Bad file descriptor' error, possibly related to feedback plugin Revision #7f38a07 2016-06-17 18:54:11 +0400 MDEV-10043 - main.events_restart fails sporadically in buildbot (crashes upon shutdown) Revision #7ff86b4 2016-06-17 14:59:17 +0300 MDEV-10247 TokuDB assertion error when building with DEBUG Revision #12ae840 2016-06-16 22:04:24 +0300 Fix typo bug that cause myisam repair to fail Revision #c7eef02 2016-06-16 22:00:16 +0300 Increase the number of default build thread ids possibilities Revision #7ab7abd 2016-06-16 18:52:46 +0300 Fix compilation failure when compiling with std=c90 Revision #b644661 2016-06-14 22:29:24 +0200 MDEV-9256 : Crashes on Windows x64 with aria_pagecache_buffer_size > 4GB Revision #34a104b 2016-06-14 12:28:05 +0300 MDEV-10229: TokuDB fails to build with CLang Revision #1bf2509 2016-06-13 23:32:50 +0300 MDEV-10162: Update repair testcase Revision #2b47832 2015-12-10 03:56:31 +0200 Fixed compilation failure using clang Revision #6a34ba3 2016-02-16 16:15:22 +0200 [Code cleanup] Refactor duplicate code within myisam and maria sort.cc Revision #bfef17b 2016-06-13 18:30:02 +0300 MDEV-9433: [PATCH} cppcheck reported a number of minor coding errors Revision #0089af8 2016-06-13 18:11:31 +0300 MDEV-9433: [PATCH] cppcheck reported a number of minor coding errors Revision #cf721d2 2015-12-10 17:00:14 +1100 MDEV-9257: Increase limit on parallel workers in mysql-test-run Revision #05bb3b9 2016-06-14 16:28:07 +0200 fix main.ssl_ca test for windows Revision #a4cfd32 2016-06-14 14:52:43 +0200 main.openssl_1 failure Revision #c73b987 2016-06-14 13:18:05 +0200 MDEV-8328 Evaluation of two "!" operators depends on space in beetween Revision #c3c272c 2016-06-10 13:47:00 +0200 MDEV-10166 probes_mysql_nodtrace.h is not provided anymore by mariadb-10.0.25 Revision #260699e 2016-06-14 13:59:41 +0200 - Merge branch 'merge-xtradb-5.5' into 5.5 Revision #f54dcf1 2016-06-14 12:38:47 +0200 5.5.49-37.9 Revision #90eb302 2016-06-14 13:57:49 +0200 fix main.ssl_ca from mysql-5.5.50 Revision #ae29ea2 2016-06-14 13:55:28 +0200 - Merge branch 'mysql/5.5' into 5.5 Revision #1b50d59 2016-06-14 14:44:09 +0400 MDEV-9945 - main.kill_processlist-6619 fails sporadically Revision #d6a1bae 2016-06-13 17:10:31 +0400 MDEV-10218 - rpl.rpl_binlog_errors fails in buildbot with valgrind warnings - bytes are possibly lost Revision #2db724c 2016-06-13 15:54:12 +0400 MDEV-10218 - rpl.rpl_binlog_errors fails in buildbot with valgrind warnings - bytes are possibly lost Revision #3c77a00 2016-03-08 13:27:18 +0200 MDEV-8012: Wrong exit code when asking for help Revision #416006a 2016-06-12 22:45:15 +0300 MDEV-8012: Wrong exit code when asking for help Revision #67b4a6f 2016-06-12 20:14:51 +0300 MDEV-8859 rpl.rpl_mdev382 sporadically fails to finish due to disappeared expect file Revision #87007dc 2016-06-08 15:03:18 +0400 MDEV-9994 - Aria service threads are not "joined" Revision #4155d09 2016-06-10 17:06:38 +0400 MDEV-8402 Bug #77473 Truncated data with subquery & UTF8 Revision #df14488 2016-06-10 15:50:19 +0400 MDEV-10181 Illegal mix of collation for a field and an ASCII string as a view field Revision #7adf04e 2016-01-05 22:48:50 +0100 MDEV-9366 : do_shutdown_server fails to detect server shutdown on Windows. Fix test whether process is alive in mysqltest. Revision #a4848e9 2016-06-08 19:04:12 +0400 MDEV-9972 Least function retuns date in date time format Revision #b31976f 2016-06-08 15:15:55 +0200 - Merge branch 'mdev9991' into mdev9991-5.5 Revision #196d96c 2016-06-08 15:12:44 +0200 Fix compiler check for stack unwind hint Revision #0f25270 2016-06-08 08:40:10 +0300 MDEV-7139: Sporadic failure in innodb.innodb_corrupt_bit on P8 Revision #ff832e0 2016-05-24 17:37:23 +0200 Restore COMPONENT Embedded for Windows embedded libs. Revision #221adbc 2016-05-24 17:01:08 +0200 Fix warnings on Windows, compiler option -ggdb3 option is nonexistent Revision #535160b 2016-05-24 16:57:03 +0200 MDEV-10117 - update HeidiSQL to current version Revision #9eb0fbd 2016-05-24 14:20:53 +0200 MDEV-10071 Block installation on XP/Windows 2003 Server(they are no more supported) Revision #18487ed 2016-05-24 14:18:55 +0200 MDEV-10108 Fix errors in installations by domain user Revision #964c4f0 2016-05-10 19:13:06 +0400 MDEV-10052 Illegal mix of collations with DAYNAME(date_field)<>varchar_field Revision #672bbcd 2016-04-27 16:13:14 +0200 MDEV-9973 : Do not set permissions for serviceaccount user (Win7 and later) This appears to break some installation, and it did not do anything useful anyway. Revision #4f1ad43 2016-04-26 16:15:15 +0400 MDEV-9987 - gen_lex_hash leaks memory, making LeakSanitizer builds fail Revision #29868de 2016-04-26 12:58:14 +0200 MDEV-9986 Full-text search of the utf8mb4 column causes crash Revision #7f5ceb7 2016-04-26 11:49:35 +0200 disable main.wait_timeout_not_windows for embedded Revision #2220480 2016-04-25 18:59:41 +0200 MDEV-7775 Wrong error message (Unknown error) when idle sessions are killed after wait_timeout Revision #a98ecc2 2016-04-23 12:19:40 +0200 support SEARCH_RANGE in search_pattern_in_file.inc Revision #2b7573e 2016-04-24 13:36:51 +0400 MDEV-9975 - main.partition_innodb_plugin fails sporadically Revision #19e3597 2016-04-07 10:47:46 +0300 MDEV-9142 :Adding Constraint with no database reference results in ERROR 1046 (3D000) at line 13: No database selected. Revision #0ea4c73 2016-04-23 12:15:18 +0400 Fixed compilation failure due to unused var. Revision #618e300 2016-04-22 12:57:39 +0400 MDEV-9970 - main.sp-threads fails sporadically Revision #bd75ee7 2016-04-22 09:10:00 -0400 bump the VERSION Revision #3f0d07e 2016-04-22 16:04:20 +0400 MDEV-9372 select 100 between 1 and 9223372036854775808 returns false Revision #0991e19e 2016-04-20 20:25:46 +0200 - Merge branch 'bb-5.5-serg' into 5.5 Revision #63c834e 2016-04-20 18:56:41 +0200 - Merge branch 'merge-xtradb-5.5' into 5.5 Revision #c9e56d5 2016-04-18 17:38:05 +0200 5.5.48-37.8 Revision #24ac546 2016-04-20 18:27:23 +0200 use consistent error messaging for IGNORE Revision #9e826bf 2016-04-20 15:28:44 +0200 trivial optimization Revision #8f1f869 2016-04-20 15:26:37 +0200 another test case for ER_DATA_OUT_OF_RANGE on insert Revision #b069d19 2016-04-20 15:25:55 +0200 - Merge branch 'mysql/5.5' into 5.5 Revision #1bc0b0b 2016-04-19 11:08:16 +0200 fix a couple of dbug tests not to write to /tmp Revision #cc04a9f 2016-04-18 18:30:42 +0200 MDEV-9835 Valid password is not working after server restart Revision #608c0e1 2016-04-18 11:57:34 +0200 MDEV-5982 `make` fail @ ".../libmysql_versions.ld:155:9: invalid use of VERSION in input file" Revision #ce35530 2016-04-17 19:52:15 +0200 MDEV-9885 Client doesn't start if 'TERM' unknown Revision #95fe71a 2016-04-17 18:51:54 +0200 MDEV-9707 MAX(timestamp(6) column) in correlated sub-query returns non-existent row data in original table Revision #3294cd1 2016-04-16 17:36:47 +0200 MDEV-9929 MariaDB segfaults on command "mysqld --version" with ignore-db-dir option on /etc/my.cnf Revision #4f133fb 2016-04-16 12:39:20 +0200 MDEV-9493 --tc-heuristic-recover option values off by one Revision #edf71fd 2016-04-16 10:28:03 +0200 MDEV-9928 LC_TIME_NAMES=de_AT; unusual name for february Revision #9c64735 2016-03-29 12:50:56 +0200 MDEV-9748 Include Twin (mysys_err.h is included twice in mysys/my_copy.c) Revision #2a45fa9 2016-04-20 19:03:59 +0200 MDEV-9836 Connection lost when using SSL Revision #0c0a865 2016-04-19 16:16:13 +0400 MDEV-9943 - TokuDB fails to compile with gcc 5.2.1 Revision #62122ba 2016-04-20 00:36:58 +0300 MDEV-9953 Debian packages install broken 'maria' test suite which cannot be run Revision #e90f8b7 2016-04-20 11:11:13 +0400 MDEV-9413 "datetime >= coalesce(c1(NULL))" doesn't return expected NULL Revision #2564650 2016-04-20 11:02:34 +0400 MDEV-9662 Assertion `precision || !scale' failed in my_decimal_precision_to_length_no_truncation(uint, uint8, bool) Revision #9a98714 2016-04-20 08:53:30 +0400 MDEV-9745 Crash with CASE WHEN TRUE THEN COALESCE(CAST(NULL AS UNSIGNED)) ELSE 4 END Revision #6c0e231 2016-04-19 14:05:52 +0400 MDEV-9945 - main.kill_processlist-6619 fails sporadically Revision #18ff6f6 2016-04-19 12:38:00 +0400 MDEV-9944 - main.events_2 fails sporadically Revision #6fd54c0 2016-04-18 23:15:15 +0400 MDEV-9521 Least function returns 0000-00-00 for null date columns instead of null Revision #777c213 2016-04-02 00:04:47 +0400 MDEV-9862 Illegal mix of collation, when comparing column with CASE expression Revision #11b77e9 2016-03-18 16:55:11 +0100 MDEV-9527 build FAILs with GCC 5.1 with release supported "-std=c+11" Revision #fc2c1e4 2016-03-17 21:29:52 +0100 MDEV-9733 Server crashes in lf_pinbox_real_free on replication slaves Revision #0b9fb9a 2016-03-17 10:45:15 +0100 MDEV-9568 mysqlcheck crashes with nonexistent table name Revision #c29e450 2016-02-26 03:02:07 +0200 MDEV-4070 sys_vars.secure_file_priv fails sporadically if it's executed with --mem Revision #ceba41c 2016-01-24 17:41:11 +0100 MDEV-9299 Test main.events_2 incompatible with Debian reproducibility testing framework Revision #e1385f2 2016-02-15 12:59:47 +0100 fix buffer overrun Revision #3889b19 2016-02-14 22:19:27 +0100 more strict ipv6_ok check in mtr Revision #8f5030e 2016-02-14 22:17:38 +0100 fix my_gethwaddr() for solaris Revision #95740bc 2016-02-14 22:16:50 +0100 dtrace in cmake Revision #a5d9597 2016-02-14 22:15:16 +0100 better inline check Revision #5f078cc 2016-02-14 20:57:48 +0100 compilation errors on sparc sun studio 10 Revision #2a47817 2016-02-14 18:33:20 +0200 MDEV-9225 mysql_upgrade segfault due to missing /etc/my.cnf.d Revision #b7dc830 2016-02-14 18:31:06 +0200 Fix memory leak when failing to read config file Revision #93e9d81 2016-02-12 12:04:11 +0400 Errorneous PSI declaration line fixed. Revision #a9a08b1 2016-02-10 10:03:47 +0400 MDEV-9371 select insert('a',2,1,'b') doesn't return expected 'a' Revision #3c5c04b 2016-02-10 03:49:11 +0200 MDEV-7122: Assertion `0' failed in subselect_hash_sj_engine::init Revision #6b614c6 2016-02-09 13:50:48 +0100 MDEV-7765: Crash (Assertion `!table || (!table->write_set || bitmap_is_set(table->write_set, field_index) || bitmap_is_set(table->vcol_set, field_index))' fails) on using function over not created table Revision #775cccc 2016-02-08 22:53:40 +0200 MDEV-7122: Assertion `0' failed in subselect_hash_sj_engine::init Revision #01628ce 2016-02-09 14:08:36 +0100 Merge branch 'bb-5.5-serg' into 5.5 Revision #afce541 2016-02-09 14:06:45 +0100 Merge branch 'merge-xtradb-5.5' into 5.5 Revision #5d478f5 2016-02-08 20:07:38 +0100 Bug#19817021 Revision #6703e5b 2016-02-08 20:07:09 +0100 Bug#20691429 ASSERTION `CHILD_L' FAILED IN STORAGE/MYISAMMRG/HA_MYISAMMRG.CC:631 Revision #dece4bc 2016-02-09 11:28:44 +0100 cleanup: make assert more readable Revision #63d3ccd 2016-02-08 20:04:39 +0100 Bug#21205695 DROP TABLE MAY CAUSE SLAVES TO BREAK Revision #f3444df 2016-02-09 11:27:40 +0100 Merge branch 'mysql/5.5' into 5.5 Revision #ea0c3fc 2016-02-09 05:17:41 +0400 MDEV-9438 backport feedback-http-proxy to 5.5 and 10.0. The http-proxy option to the FEEDBACK plugin backported. Revision #b17a435 2016-02-09 02:31:47 +0300 MDEV-6859: scalar subqueries in a comparison produced unexpected result Revision #3cfd36b 2016-02-09 00:13:25 +0100 5.5.47-37.7 Revision #d443d70 2016-02-09 01:46:53 +0300 MDEV-7823: Server crashes in next_depth_first_tab on nested IN clauses with SQ inside Revision #c4cb240 2016-02-06 22:41:58 +0100 MDEV-9024 Build fails with VS2015 Revision #1e361f2 2016-02-06 13:57:59 +0100 MDEV-4664 mysql_upgrade crashes if root's password contains an apostrophe/single quotation mark Revision #9e4e412 2016-02-06 13:56:37 +0100 unit test for dynstr_append_os_quoted() Revision #41021c0 2016-02-03 17:15:22 +0100 MDEV-9462: Out of memory using explain on 2 empty tables Revision #ad94790 2016-02-04 14:47:46 +0100 MDEV-9453 mysql_upgrade.exe error when mysql is migrated to mariadb Revision #0a76ad5 2016-02-04 12:51:57 +0100 MDEV-9175 Query parser tansforms MICROSECOND into SECOND_FRAC, which does not work Revision #a90da6e 2016-02-05 14:04:24 +0100 MDEV-9314 fatal build error: viosslfactories.c:58:5: error: dereferencing pointer to incomplete type ???DH {aka struct dh_st} Revision #db5f743 2016-02-06 12:37:46 +0200 Merge pull request #148 from grooverdan/5.5-rpl_reporting-cppcheck-va_end Revision #6ecf6d8 2016-02-05 17:46:01 +0100 MDEV-7827: Assertion `!table || (!table->read_set || bitmap_is_set(table->read_set, field_index))' failed in Field_long::val_str on EXPLAIN EXTENDED Revision #9f3b53f 2015-12-14 19:16:29 +0100 MDEV-9093 Persistent computed column is not updated when update query contains join Revision #a3d843d 2016-02-03 15:52:26 +0200 Fix function visibility as it is used on row0mysql.c in Windows. Revision #f66d016 2016-02-03 11:32:51 +0200 MDEV-9471: Server crashes or returns an error while trying to alter partitioning on a table moved from Windows to Linux Revision #603c096 2016-02-03 00:43:00 +0100 MDEV-9466 : Exception handler on Windows does not output any text, if mysqld runs as service Revision #0e84d54 2016-02-01 16:27:12 +0100 Merge MDEV-9112 into 5.5 Revision #8cf1f50 2016-02-01 16:10:49 +0100 MDEV-9112: Non-blocking client API missing on non-x86 platforms Revision #d0c5efc 2016-01-29 23:53:44 +0200 If one compiled with too long MYSQL_SERVER_SUFFIX this caused a memory overrun that caused some test to fail. Revision #a1ddf01 2016-01-29 23:52:15 +0200 my_decimal didn't compile properly with debug Revision #3e5724f 2016-01-19 14:47:41 +1100 Add va_end to make cppcheck happy Revision #9c9d10b 2016-01-15 09:50:27 +0400 MDEV-9106 Audit plugin not working with MySQL 5.7. fixing Windows crash. Revision #fe4823d 2016-01-13 18:02:44 +0400 MDEV-9106 Audit plugin doesnt run with MySQL 5.7. updata thread_pool_server_audit test result. Revision #cdc9aa5 2016-01-13 15:24:33 +0400 MDEV-9106 Audit Plugin doesn't run with MySQL 5.7. MariaDB 5.5 built in debug gets unhappy with mutexes. Although everything is correct, some DBUG_ASSERT can happen. So this patch keeps safe_mutex silent. Revision #c955253 2016-01-12 16:29:02 +0400 MDEV-9106 Audit plugin compiled with MariaDB can't install on MySQL 5.7. The audit API was seriously changed in MySQL 5.7. so we had to adapt the plugin's code to that. Revision #5f48b61 2016-01-07 14:45:40 +0100 MDEV-9298 : Build failure when linking libmysql. Revision #ff24820 2015-12-30 19:39:31 +0100 Fix process handle leak in buildbot. GenerateConsoleCtrlEvent sent to non-existing process will add a process handle to this non-existing process to console host process conhost.exe Revision #61d3621 2015-12-29 18:40:41 +0400 Moving Field_blob::store_length() back from protected to public, as it's needed for Cassandra in 10.0. Revision #e1b9be5 2015-12-29 14:17:31 +0400 MDEV-9319 ALTER from a bigger to a smaller blob type truncates too much data Revision #e126baa 2015-12-21 10:19:02 +0100 MDEV-9249 MariaDB un-buildable on linux64: fails @ "error: ???ERR_remove_state??? was not declared in this scope" when linking against OpenSSL 1.0.2e Revision #591e74c 2015-06-20 16:59:22 +0800 MDEV-7526: TokuDB doesn't build on OS X Revision #e386523 2015-12-19 13:53:43 +0200 MDEV-7526: TokuDB doesn't build on OS X Revision #f39b9e0 2015-12-19 13:52:27 +0200 MDEV-7526: TokuDB doesn't build on OS X Revision #6414959 2015-12-19 13:31:44 +0200 MDEV-7526: TokuDB doesn't build on OS X Revision #f89c9fc 2015-12-19 13:25:55 +0200 MDEV-7526: TokuDB doesn't build on OS X Revision #0ed4744 2015-12-11 17:03:55 +0100 fix main.mysqldump test on windows Revision #ca28d90 2015-12-09 17:54:55 +0100 MDEV-7655 SHOW CREATE TABLE returns invalid DDL when using virtual columns along with a table collation Revision #f560c1b 2015-12-10 10:32:11 +0100 revert 5e9a50efc37c233f1e2a3616f8bcb36315aba4c2 Revision #265e833 2015-12-09 21:22:37 +0100 revert 415faa122b9c683661dafac82fff414fa6864151 Revision #c19972f 2015-12-11 14:33:41 +0200 MDEV-9251: Fix MySQL Bug#20755615: InnoDB compares column names case sensitively, while according to Storage Engine API column names should be compared case insensitively. This can cause FRM and InnoDB data dictionary to go out of sync. Revision #fa25921 2015-12-10 11:22:53 +0100 MDEV-8407 Numeric errors, server crash with COLUMN_JSON() on DECIMAL with precision > 40 Revision #d67aacb 2015-12-09 17:11:55 +0100 fix xtradb compilation on windows Revision #fa4d4fc 2015-12-09 10:06:28 +0100 unit tests for my_getopt Revision #584c07b 2015-10-21 11:51:15 +0200 MDEV-8978 Specify GPL version in RPM metadata Revision #142b725 2015-12-09 12:57:04 +0100 Merge branch 'merge/merge-xtradb-5.5' into 5.5 Revision #9457139 2015-12-09 12:27:04 +0100 5.5.46-37.6 Revision #1a72c6f 2015-12-09 11:51:59 +0100 Merge branch 'bb-5.5-serg' into 5.5 Revision #abf9d35 2015-12-09 10:00:49 +0100 Merge branch 'mysql/5.5' into 5.5 Revision #dac3149 2015-12-08 17:20:34 +0400 MDEV-9001 - [PATCH] Fix DB name quoting in mysqldump --routine Revision #50a796d 2015-12-08 10:16:41 +0100 MDEV-8825 mysql_upgrade leaks the admin password when it spawns a shell process to execute mysqlcheck Revision #c21b927 2015-12-08 10:13:13 +0100 mysql_upgrade cleanup Revision #f0d774d 2015-12-07 20:06:54 +0100 MDEV-9212 ssl-validate-cert incorrect hostname check Revision #544eeda 2015-12-07 20:27:58 +0100 MDEV-8644 Using a UDF in a virtual column causes a crash when stopping the server Revision #79d08e6 2015-12-07 15:15:43 +0100 small cleanup: udf_init()/udf_free() calls Revision #859a736 2015-12-07 14:07:36 +0100 MDEV-9161 feedback_plugin_send in debug builds Revision #99774f1 2015-12-06 11:51:57 +0100 feedback plugin compilation warnings Revision #8fd24b4 2015-12-07 20:25:27 +0100 MDEV-9226 SHOW COLUMNS returns wrong column order for tables with large ENUMs Revision #f18599a 2015-12-06 20:22:33 +0100 tokudb compilation warnings Revision #d1fe928 2015-12-06 12:01:12 +0100 MDEV-8607 Init script doesn't check all applicable configuration groups Revision #18954ff 2015-12-06 01:48:07 +0100 MDEV-8313 Got an error writing communication packets Revision #354e567 2015-12-06 01:40:51 +0100 federatedx small cleanup Revision #e05883b 2015-12-05 15:25:15 +0100 MDEV-7341 mysqld_multi doesn't recognize include directive (not following includes) Revision #ef47b625 2015-12-05 11:29:00 +0100 MDEV-8827 Duplicate key with auto increment Revision #c8652ee 2015-12-05 11:22:25 +0100 one more test Revision #ee2fce5 2015-10-20 09:41:44 +0200 fix debian logrotate slow log filename Revision #0df22a5 2015-12-07 09:34:41 +0200 MDEV-7050: MySQL#74603 - Assertion `comma_length > 0' failed in mysql_prepare_create_table Revision #d85168e 2015-12-07 09:20:31 +0200 Correct length check in my_wc_mb_filename() Revision #e528fe7 2015-12-05 12:21:33 +0200 Fix gcc v5.compiler errors. Revision #082b859 2015-12-04 14:24:03 +0200 MDEV-9233: Copying MySQL 5.5 data directory to 10.0 with partition tables crashes on insert Revision #d87bc55 2015-12-03 20:43:54 +0400 MDEV-8630 Datetime value dropped in "INSERT ... SELECT ... ON DUPLICATE KEY" Item_func_coalesce::fix_length_and_dec() calls Item_func::count_string_result_length()) which called agg_arg_charsets() with wrong flags, so the collation derivation of the COALESCE result was not properly set to DERIVATION_COERCIBLE. It erroneously stayed DERIVATION_NUMERIC. So GREATEST() misinterpreted the argument as a number rather that a string and did not calculate its own length properly. Revision #9f07c6b 2015-12-02 16:08:54 +0400 MDEV-9001 - [PATCH] Fix DB name quoting in mysqldump --routine Revision #33589b2 2015-12-03 13:18:10 +0200 MDEV-7762 InnoDB: Failing assertion: block->page.buf_fix_count > 0 in buf0buf.ic line 730 Revision #13ad179 2015-11-20 14:50:18 +0100 MDEV-8756 MariaDB 10.0.21 crashes during PREPARE Revision #43a5090 2015-11-18 11:20:59 +0100 MDEV-9051 mysqld got signal 11, after upgrade to 10.1.8 Revision #7261629 2015-11-18 10:58:51 +0100 feedback plugin debug Revision #e669a5f 2015-11-17 18:33:08 +0100 MDEV-7588 Add thd_wait_begin/end to notify threadpool of binlog waits Revision #7e4da9b 2015-11-06 16:36:41 +0100 MDEV-8632 Segmentation fault on INSERT Revision #5d754fc 2015-11-09 09:23:32 +0200 MDEV-8854: New warning messages are unreadable Revision #c88ca2c 2015-11-06 17:56:56 +0100 MDEV-8701 Crash on derived query MDEV-8938 Server Crash on Update with joins Revision #df80420 2015-10-21 14:42:56 +0200 fix events_1 test for October 2015 Revision #978c2a3 2015-10-11 17:06:03 -0400 MDEV-7640: CHANGE MASTER TO doesn't work with prepared statements Revision #16c4b3c 2015-10-09 16:43:59 +0200 fixes for buildbot Revision #f41a41f 2015-10-09 00:06:16 +0200 Merge branch 'merge-xtradb-5.5' into 5.5 Revision #db79f4c 2015-10-08 23:02:43 +0200 5.5.45-37.4 Revision #82e9f6d 2015-10-08 22:54:24 +0200 Merge remote-tracking branch 'mysql/5.5' into 5.5 Revision #c8d5112 2015-10-08 00:32:07 +0200 MDEV-8796 Delete with sub query with information_schema.TABLES deletes too many rows Revision #504802f 2015-08-05 11:57:35 +0200 MDEV-7846: postreview fix Revision #54b9981 2015-04-23 20:08:57 +0200 MDEV-7846: Server crashes in Item_subselect::fix_fields or fails with Thread stack overrun Revision #0ab93fd 2015-04-23 19:16:57 +0200 MDEV-7445:Server crash with Signal 6 MDEV-7565: Server crash with Signal 6 (part 2) Revision #2e3e818 2015-04-23 19:11:06 +0200 MDEV-7445: Server crash with Signal 6 Revision #7ccde2c 2015-04-23 19:04:11 +0200 MDEV-7565: Server crash with Signal 6 (part 2) Revision #006acf7 2015-09-30 10:49:45 +0300 Bug #68148: drop index on a foreign key column leads to missing table MDEV-8845: Table disappear after modifying FK Revision #a95711e 2015-09-29 08:39:54 +0300 MDEV-8855: innodb.innodb-fk-warnings fails on Windows Revision #02a38fd 2015-09-24 17:25:52 +0200 MDEV-8624: MariaDB hangs on query with many logical condition Revision #f804b74 2015-09-28 03:40:29 +0300 MDEV-8154 rpl.show_status_stop_slave_race-7126 sporadically causes internal check failure Revision #ce7d8c5 2015-09-27 18:01:47 +0300 MDEV-7330 plugins.feedback_plugin_send fails sporadically in buildbot Revision #bdcf370 2015-09-27 16:00:48 +0300 MDEV-7933 plugins.feedback_plugin_send depends on being executed after plugins.feedback_plugin_load Revision #2563609 2015-09-26 02:51:29 +0300 Increased the version number Revision #86ed494 2015-09-26 02:48:55 +0300 MDEV-8849 rpl.rpl_innodb_bug30888 sporadically fails in buildbot with testcase timeout Revision #dca4ab9 2015-09-24 21:24:28 +0300 MDEV-8841 innodb_zip.innodb-create-options fails in buildbot Revision #5cc149f 2015-09-24 10:28:47 +0200 The compiler warnings fixed. Revision #29ac245 2015-09-07 13:13:52 +0200 MDEV-8473: mysqlbinlog -v does not properly decode DECIMAL values in an RBR log Revision #102a85f 2015-09-03 18:00:43 +0200 MDEV-8663: IF Statement returns multiple values erroneously (or Assertion `!null_value' failed in Item::send(Protocol*, String*)) Revision #fa51f70 2015-08-04 23:42:44 +0200 correct the NULL-pointer test Revision #877de3a 2015-07-30 22:08:39 +0300 MDEV-8554: Server crashes in base_list_iterator::next_fast ... Revision #1b0c81c 2015-08-01 15:02:14 +0200 5.5.44-37.3 Revision #96badb1 2015-07-31 22:09:46 +0200 MDEV-7821 Server crashes in Item_func_group_concat::fix_fields on 2nd execution of PS Revision #409709e 2015-07-31 20:33:10 +0200 compilation error on windows Revision #79deefc 2015-07-31 12:31:37 +0200 MDEV-8340 Add "mysqlbinlog --binlog-row-event-max-size" support for MariaDB 5.5 Revision #4d5772c 2015-07-31 10:13:01 +0200 MDEV-7810 Wrong result on execution of a query as a PS (both 1st and further executions) Revision #2721d69 2015-07-28 19:11:53 +0200 MDEV-8352 Increase Diffie-Helman modulus to 2048-bits Revision #bfe2689 2015-07-31 13:13:39 +0400 MDEV-8379 - SUSE mariadb patches Revision #360e597 2015-07-31 12:06:29 +0300 Make sure name buffer has string end marker on correct place. Revision #1ad294e 2015-07-30 18:51:44 +0400 MDEV-7821 - Server crashes in Item_func_group_concat::fix_fields on 2nd execution of PS Revision #fa765a4 2015-07-31 08:52:24 +0300 MDEV-6697: Improve foreign keys warnings/errors Revision #e05cd97 2015-07-29 05:58:45 +0300 MDEV-8524: Improve error messaging when there is duplicate key or foreign key names Revision #392df76 2015-07-23 12:50:58 +0400 MDEV-4017 - GET_LOCK() with negative timeouts has strange behavior Revision #e40bc65 2015-07-25 15:14:40 +0300 Fixed memory loss detected on P8. This can happen when we call after_flush but never call after_rollback() or after_commit(). Revision #7115341 2015-07-23 14:57:12 +0300 Fixed warnings and errors found by buildbot Revision #7a96702 2015-07-21 12:12:58 +0300 MDEV-8474: InnoDB sets per-connection data unsafely Revision #00d3b20 2015-07-17 00:06:27 +0300 MDEV-8432 Slave cannot replicate signed integer-type values with high bit set to 1 Revision #44de090 2015-07-17 00:02:25 +0300 MDEV-8432 Slave cannot replicate signed integer-type values with high bit set to 1 Revision #bc30046 2015-06-26 14:48:22 +0300 Fix for MDEV-8301; Statistics for a thread could be counted twice in SHOW STATUS while thread was ending Revision #67c56ab 2015-06-25 23:34:54 +0300 Simple cleanups - Removing use of calls to current_thd - More DBUG_PRINT - Code style changes - Made some local functions static Ensure that calls to print_keyuse are locked with mutex to get all lines in same debug packet Revision #8c81575 2015-06-25 23:26:29 +0300 Problem was that for cases like: SELECT ... WHERE XX IN (SELECT YY) this was transformed to something like: SELECT ... WHERE IF_EXISTS(SELECT ... HAVING XX=YY) Revision #2e941fe 2015-06-25 23:18:48 +0300 Fixed crashing bug when using ONLY_FULL_GROUP_BY in a stored procedure/trigger that is repeatedly executed. This is MDEV-7601, including its sub tasks MDEV-7594, MDEV-7555, MDEV-7590, MDEV-7581, MDEV-7589 Revision #d199a0f 2015-06-11 17:47:52 +0200 more renames after tokudb merge Revision #b96c196 2015-06-11 16:48:10 +0200 Item_cache::safe_charset_converter() fixes Revision #7c98e8a 2015-06-11 16:43:56 +0200 fix after the tokudb ft-index merge Revision #5a44e1a 2015-06-09 22:11:22 +0200 tests for MDEV-7937: Enforce SSL when --ssl client option is used Revision #80f6b22 2015-06-09 16:08:09 +0400 MDEV-3870 - Valgrind warnings on OPTIMIZE MyISAM or Aria TABLE with disabled keys Revision #3a50a8c 2015-06-09 13:50:43 +0400 MDEV-363 - Server crashes in intern_plugin_lock on concurrent installing semisync plugin and setting rpl_semi_sync_master_enabled Revision #49a3392 2015-06-09 11:57:31 +0400 MDEV-363 - Server crashes in intern_plugin_lock on concurrent installing semisync plugin and setting rpl_semi_sync_master_enabled Revision #e5005ce 2015-06-09 18:06:41 +0200 disable ssl for ssl-disabled tests Revision #992d782 2015-06-09 18:56:09 +0300 MDEV-6735: Range checked for each record used with key (also MDEV-7786, MDEV-7923) Revision #5d57e2d 2015-06-09 16:46:45 +0300 Fix tests for 7937 Revision #be5035b 2015-06-09 15:59:29 +0300 Added tests for MDEV-7937 Revision #4ef7497 2015-06-09 14:08:44 +0300 MDEV-7937: Enforce SSL when --ssl client option is used Revision #56e2d83 2015-05-02 08:45:10 +0200 MDEV-7695 MariaDB - ssl - fips: can not connect with --ssl-cipher=DHE-RSA-AES256-SHA - handshake failure Revision #92b3659 2015-06-09 12:05:06 +0400 MDEV-7268 Column of table cannot be converted from type 'decimal(0,?)' to type ' 'decimal(10,7)' Changing the error message to: "...from type 'decimal(0,?)/*old*/' to type ' 'decimal(10,7)'..." So it's now clear that the master data type is OLD decimal. Revision #b1e1039 2015-06-09 07:36:24 +0400 MDEV-8286 Likely a redundant declaration of Item_cache::used_table_map Revision #a4d93e0 2015-06-05 20:05:08 +0200 MDEV-8050 sphinx test cases cannot run with sphinxsearch-2.2.6 Revision #b41ad55 2015-06-08 15:09:20 +0200 update tokudb version Revision #1707cfc 2015-06-08 21:55:52 +0500 MDEV-8211 plugins.server_audit fails sporadically in buildbot. More fixes to assure the order of queries in the log. Revision #87088b9 2015-06-08 21:44:13 +0500 MDEV-8211 plugins.server_audit fails sporadically in buildbot. This test also should be fixed - delay added so the connection event doesn't happen before the query. Revision #96b3703 2015-06-08 21:40:17 +0500 MDEV-8211 plugins.server_audit fails sporadically in buildbot. Connection event can happen before the query ends. Added a delay to confirm the order. Revision #a765cca 2015-06-08 20:50:40 +0400 MDEV-8067 correct fix for MySQL Bug # 19699237: UNINITIALIZED VARIABLE IN ITEM_FIELD::STR_RESULT Revision #b37b52a 2015-06-08 13:47:07 +0500 MDEV-4922 Stored Procedure - Geometry parameter not working. Fhe GEOMETRY field should be handled just as the BLOB field. So that was fiexed in field_conv. One additional bug was found and fixed meanwhile - thet the geometry field subtypes should also be merged for UNION command. Revision #69ed429 2015-06-08 12:09:13 +0500 MDEV-7500 thread_handling option in my.cnf is not passing "connect events" to audit plugin. The MYSQL_AUDIT_NOTIFY_CONNECTION_CONNECT() call moved to the login_connection() function. So that it'll be invoked in any thread handling mode. Revision #1ae05db 2015-06-07 15:40:42 +0500 MDEV-8078 Memory disclosure/buffer overread on audit plugin. If the SET PASSWORD query doesn't have the password string, the parsing of it can fail. It manifested first in MySQL 5.6 as it started to hide password lines sent to the plugins. Fixed by checking for that case. Revision #db0ecf2 2015-06-06 19:12:44 +0500 MDEV-8032 [PATCH] audit plugin - csv output broken. Symbols like TAB or NEWLINE should be escaped, which was forgotten in one place. Revision #6264451 2015-06-06 16:13:51 +0200 MDEV-8114: server crash on updates with joins still on 10.0.18 Revision #9a3b975 2015-06-05 09:51:17 +0200 Merge branch '5.5' into bb-5.5-serg Revision #a2bb9d2 2015-06-04 16:04:05 +0400 MDEV-7505 - Too large scale in DECIMAL dynamic column getter crashes mysqld Revision #b611ac0 2015-06-03 14:30:09 +0400 MDEV-6236 - [PATCH] mysql_tzinfo_to_sql may produce invalid SQL Revision #af2256f 2015-06-03 13:59:58 +0400 MDEV-7207 - ALTER VIEW does not change ALGORITM Revision #ae0c576 2015-06-05 02:14:49 +0200 Merge branch 'merge/merge-xtradb-5.5' into bb-5.5-serg Revision #f84f577 2015-06-05 02:06:51 +0200 Merge tag 'mysql-5.5.44' into bb-5.5-serg Revision #f07b346 2015-06-05 02:04:32 +0200 do not re-populate I_S tables in subqueries Revision #1ff423d 2015-06-04 21:12:29 +0400 MDEV-8243 configure defines to empty string, not 1 Revision #750aa8b 2015-06-04 18:58:12 +0200 5.5.43-37.2 Revision #980bdc3 2015-06-04 17:39:05 +0200 followup: CREATE SERVER tests should not be run for embedded Revision #a477cd1 2015-06-03 23:31:05 +0300 MDEV-6500: Stale data returned after TRUNCATE PARTITION operation Revision #08fa02c 2015-06-04 18:51:30 +0400 Some MYD files (e.g. in mysql-test/std_data) could erroneously be treated by git as text files. Revision #9da8a8f 2015-06-04 18:49:12 +0400 MDEV-7269 mysqlbinlog Don't know how to handle column type=0 meta=0 (0000)# MDEV-8267 Add /*old*/ comment into I_S.COLUMN_TYPE for old DECIMAL Revision #a8b8544 2015-06-04 13:00:53 +0300 MDEV-7906: InnoDB: Failing assertion: prebuilt->sql_stat_start || trx->state == 1 on concurrent multi-table update Revision #7b05650 2015-06-03 20:24:51 +0200 Merge tag 'tokudb-engine/tokudb-7.5.7' into 5.5 Revision #e500c47 2015-06-03 19:47:46 +0200 Merge tag 'tokudb-ft-index/tokudb-7.5.7' into 5.5 Revision #934a18d 2015-06-03 19:42:34 +0200 .gitattributes: *.dat files should not be CRLF converted Revision #c79e98e 2015-06-03 18:45:08 +0200 MDEV-8085 main.group_by failed in buildbot Revision #5d8cee4 2015-06-03 17:11:07 +0200 MDEV-8224 Server crashes in get_server_from_table_to_cache on empty name Revision #33d480f 2015-06-03 16:33:10 +0200 MDEV-4608 deb packages for jessie Revision #f806b4d 2015-06-03 12:13:43 +0200 MDEV-8124 mysqlcheck: --auto-repair runs REPAIR TABLE instead of REPAIR VIEW on views Revision #535b514 2015-06-03 10:35:34 +0200 MDEV-8123 mysqlcheck: new --process-views option conflicts with --quick, --extended and such Revision #64569fa 2015-06-03 11:11:53 +0200 parser: better error messages for CHECK/REPAIR VIEW Revision #0ffef5d 2015-06-03 09:54:56 +0200 MDEV-8052 abi detection incorrect with clang Revision #8e7d665 2015-06-02 22:07:47 +0200 CRLF->LF Revision #6bd76f8 2015-05-27 10:27:18 +0400 Merge pull request #73 from akopytov/MDEV-7658-5.5 Revision #70bc0a3 2015-05-26 23:56:00 +0300 Fixes MDEV-7658: MDEV-7026 fix reintroduces MDEV-6615 on AArch64 Revision #5d02928 2015-05-16 10:26:34 +0200 remove second @ from CONFIGURE_FILE (... @only@) Revision #6f8558b 2015-05-12 14:19:30 -0400 Fix for debug build failure Revision #373d092 2015-05-08 17:19:48 +0300 Fix win/ files to be stored with LF in repository Revision #23b2b95 2015-05-08 17:19:06 +0300 Update .gitattributes Revision #6ef3c7d 2015-05-08 17:09:45 +0300 Updated .gitattributes Revision #0014bdc 2015-05-07 22:18:34 +0200 MDEV-8115 mysql_upgrade crashes the server with REPAIR VIEW Revision #8350ea0 2015-05-07 13:04:03 +0300 Fix compiler error if compiler does not support c99 style initializers. Revision #f704b33 2015-05-06 16:47:23 +0300 Merge pull request #52 from openquery/MDEV-8053-c99-style-for-structure-members Revision #4d606cb 2015-04-24 23:17:16 +1000 c99 style for assigning structure members --- Module Name: pkgsrc Committed By: maya Date: Wed Sep 14 07:29:10 UTC 2016 Modified Files: pkgsrc/databases/mariadb55-server: PLIST Log Message: mariadb55-server: Restore PLIST ability to build without embedded-server
mamash
pushed a commit
that referenced
this issue
Sep 29, 2016
Security update CVE-2016-6662: Remote Root Code Execution / Privilege Escalation (0day) (Fixed in 5.5.51, MDEV-10465) XXX put the distfile on nbftp manually as most mirrors don't have it yet and pullup. Changes: Revision #0da39ca 2016-09-12 16:18:07 +0200 fix BIGINT+MEDIUMINT type aggregation Revision #347eeef 2016-09-11 20:55:11 +0200 don't use my_copystat in the server Revision #611dc0d 2016-09-11 20:53:16 +0200 missing element in prelocked_mode_name[] array Revision #a229091 2016-09-11 20:52:00 +0200 potential signedness issue Revision #7ae555c 2016-09-11 20:51:09 +0200 - Merge branch 'mysql/5.5' into 5.5 Revision #b9631e3 2015-11-10 12:41:26 +0100 MDEV-8833 Crash of server on prepared statement with conversion to semi-join Revision #ee97274 2016-08-25 09:50:04 +0300 DEV-10595 MariaDB daemon leaks memory with specific query Revision #a92a8cc 2016-08-19 17:11:20 +0000 Windows packaging : use /d switch to sign MSI, to prevent installer showing randomly generated name in UAC prompt Revision #723488b 2016-08-04 15:43:52 +0400 MDEV-10424 - Assertion `ticket == null' failed in MDL_request::set_type Revision #09cb646 2016-08-11 19:35:53 +0000 Windows : fix search for WiX root directory when using 64bit cmake Revision #5ad0206 2016-08-09 16:15:10 +0300 MDEV-10341: InnoDB: Failing assertion: mutex_own(mutex) - mutex_exit_func Revision #0098d78 2016-08-09 13:25:40 +0200 MDEV-10465 general_log_file can be abused Revision #a3f6424 2016-08-08 12:58:27 +0200 MDEV-6128:[PATCH] mysqlcheck wrongly escapes '.' in table names Revision #2a54a53 2016-08-08 10:27:22 +0200 MDEV-10465 general_log_file can be abused Revision #a7c43a6 2016-01-26 14:49:25 +0200 MDEV-9304: MariaDB crash with specific query Revision #5269d37 2016-08-08 18:37:02 +0400 MDEV-10468 Assertion `nr >= 0.0' failed in Item_sum_std::val_real() Revision #1b3430a 2016-08-08 16:04:40 +0400 MDEV-10500 CASE/IF Statement returns multiple values and shifts further result values to the next column Revision #5e23b63 2016-08-07 11:02:42 +0200 MDEV-10506 Protocol::end_statement(): Assertion `0' failed upon ALTER TABLE Revision #93d5cdf 2016-08-04 13:14:45 +0300 MDEV-9946: main.xtradb_mrr fails sporadically Revision #c0cb84b 2016-08-04 10:57:55 +0200 - Merge branch 'bb-5.5-serg' into 5.5 Revision #470f259 2016-08-03 20:56:24 +0200 MDEV-10465 general_log_file can be abused Revision #0214115 2016-08-01 16:53:57 +0200 trivial cleanup Revision #03dec1a 2016-08-03 18:05:29 +0200 MDEV-10350 "./mtr --report-features" doesn't work Revision #9d2f892 2016-08-03 17:58:56 +0200 MDEV-7329 plugins.pam_cleartext fails sporadically in buildbot Revision #75891ed 2016-08-03 17:50:45 +0200 improve pam_cleartext.test a bit Revision #5265243 2016-08-03 20:44:08 +0200 - Merge branch 'merge/merge-xtradb-5.5' into 5.5 Revision #e316c46 2016-08-03 20:43:29 +0200 5.5.50-38.0 Revision #19fe10c 2016-08-03 20:39:47 +0200 MDEV-6581 Writing to TEMPORARY TABLE not possible in read-only Revision #a350e53 2016-08-03 20:38:25 +0200 - Merge branch 'mysql/5.5' into 5.5 Revision #eb32dfd 2016-08-03 11:49:35 +0400 MDEV-10365 - Race condition in error handling of INSERT DELAYED Revision #511313b 2016-08-03 13:42:46 +0000 MDEV-10010 - potential deadlock on windows due to recursive SRWLock acquisition Revision #141f88d 2016-08-03 12:41:38 +0000 MDEV-10357 my_context_continue() does not store current fiber on Windows Revision #ecb7ce7 2016-08-03 15:55:48 +0400 MDEV-10467 Assertion `nr >= 0.0' failed in Item_sum_std::val_real() Backporting MDEV-5781 from 10.0. Revision #35c9c85 2016-08-03 13:40:53 +0300 MDEV-10217: innodb.innodb_bug59641 fails sporadically in buildbot: InnoDB: Failing assertion: current_rec != insert_rec in file page0cur.c line 1052 Revision #6b71a6d 2016-08-02 18:52:51 +0200 MDEV-10383 Named pipes : multiple servers can listen on the same pipename Revision #5fdb3cf 2016-07-29 18:21:08 +0200 MDEV-10419: crash in mariadb 10.1.16-MariaDB-1trusty Revision #c6aaa2a 2016-07-30 10:53:01 +0300 MDEV-10228: update test results Revision #15ef38d 2016-07-27 00:38:51 +0300 MDEV-10228: Delete missing rows with OR conditions Revision #1b5da2c 2016-07-21 15:32:28 +0400 MDEV-10316 - main.type_date fails around midnight sporadically Revision #5cf49cd 2016-07-15 23:51:30 +0300 MDEV-10248 Cannot Remove Test Tables Revision #4e19aa3 2016-07-12 12:13:31 +0200 MDEV-10318 unset params in --ps --embedded Revision #97ded96 2016-07-11 17:03:03 +0000 MDEV-10318 : Fix crash in embedded, in case prepared statement has parameter placeholders, but does not bind parameters Revision #e81455bb 2015-05-04 08:32:05 +0200 MDEV-7973 bigint fail with gcc 5.0 Revision #a7814d4 2016-06-30 12:59:52 +0400 MDEV-10311 - funcs_1.processlist_priv_no_prot fails sporadically Revision #79f852a 2016-06-22 14:17:06 +0200 MDEV-10050: Crash in subselect Revision #ef92aaf 2016-06-22 22:37:28 +0300 MDEV-10083: Orphan ibd file when playing with foreign keys Revision #a482e76 2016-06-20 16:12:54 +0200 fix a mysql-5.5.50 merge: mysqlcheck Revision #95bf696 2016-06-19 14:51:03 +0200 MDEV-9749 InnoDB receives 'Bad file descriptor' error, possibly related to feedback plugin Revision #7f38a07 2016-06-17 18:54:11 +0400 MDEV-10043 - main.events_restart fails sporadically in buildbot (crashes upon shutdown) Revision #7ff86b4 2016-06-17 14:59:17 +0300 MDEV-10247 TokuDB assertion error when building with DEBUG Revision #12ae840 2016-06-16 22:04:24 +0300 Fix typo bug that cause myisam repair to fail Revision #c7eef02 2016-06-16 22:00:16 +0300 Increase the number of default build thread ids possibilities Revision #7ab7abd 2016-06-16 18:52:46 +0300 Fix compilation failure when compiling with std=c90 Revision #b644661 2016-06-14 22:29:24 +0200 MDEV-9256 : Crashes on Windows x64 with aria_pagecache_buffer_size > 4GB Revision #34a104b 2016-06-14 12:28:05 +0300 MDEV-10229: TokuDB fails to build with CLang Revision #1bf2509 2016-06-13 23:32:50 +0300 MDEV-10162: Update repair testcase Revision #2b47832 2015-12-10 03:56:31 +0200 Fixed compilation failure using clang Revision #6a34ba3 2016-02-16 16:15:22 +0200 [Code cleanup] Refactor duplicate code within myisam and maria sort.cc Revision #bfef17b 2016-06-13 18:30:02 +0300 MDEV-9433: [PATCH} cppcheck reported a number of minor coding errors Revision #0089af8 2016-06-13 18:11:31 +0300 MDEV-9433: [PATCH] cppcheck reported a number of minor coding errors Revision #cf721d2 2015-12-10 17:00:14 +1100 MDEV-9257: Increase limit on parallel workers in mysql-test-run Revision #05bb3b9 2016-06-14 16:28:07 +0200 fix main.ssl_ca test for windows Revision #a4cfd32 2016-06-14 14:52:43 +0200 main.openssl_1 failure Revision #c73b987 2016-06-14 13:18:05 +0200 MDEV-8328 Evaluation of two "!" operators depends on space in beetween Revision #c3c272c 2016-06-10 13:47:00 +0200 MDEV-10166 probes_mysql_nodtrace.h is not provided anymore by mariadb-10.0.25 Revision #260699e 2016-06-14 13:59:41 +0200 - Merge branch 'merge-xtradb-5.5' into 5.5 Revision #f54dcf1 2016-06-14 12:38:47 +0200 5.5.49-37.9 Revision #90eb302 2016-06-14 13:57:49 +0200 fix main.ssl_ca from mysql-5.5.50 Revision #ae29ea2 2016-06-14 13:55:28 +0200 - Merge branch 'mysql/5.5' into 5.5 Revision #1b50d59 2016-06-14 14:44:09 +0400 MDEV-9945 - main.kill_processlist-6619 fails sporadically Revision #d6a1bae 2016-06-13 17:10:31 +0400 MDEV-10218 - rpl.rpl_binlog_errors fails in buildbot with valgrind warnings - bytes are possibly lost Revision #2db724c 2016-06-13 15:54:12 +0400 MDEV-10218 - rpl.rpl_binlog_errors fails in buildbot with valgrind warnings - bytes are possibly lost Revision #3c77a00 2016-03-08 13:27:18 +0200 MDEV-8012: Wrong exit code when asking for help Revision #416006a 2016-06-12 22:45:15 +0300 MDEV-8012: Wrong exit code when asking for help Revision #67b4a6f 2016-06-12 20:14:51 +0300 MDEV-8859 rpl.rpl_mdev382 sporadically fails to finish due to disappeared expect file Revision #87007dc 2016-06-08 15:03:18 +0400 MDEV-9994 - Aria service threads are not "joined" Revision #4155d09 2016-06-10 17:06:38 +0400 MDEV-8402 Bug #77473 Truncated data with subquery & UTF8 Revision #df14488 2016-06-10 15:50:19 +0400 MDEV-10181 Illegal mix of collation for a field and an ASCII string as a view field Revision #7adf04e 2016-01-05 22:48:50 +0100 MDEV-9366 : do_shutdown_server fails to detect server shutdown on Windows. Fix test whether process is alive in mysqltest. Revision #a4848e9 2016-06-08 19:04:12 +0400 MDEV-9972 Least function retuns date in date time format Revision #b31976f 2016-06-08 15:15:55 +0200 - Merge branch 'mdev9991' into mdev9991-5.5 Revision #196d96c 2016-06-08 15:12:44 +0200 Fix compiler check for stack unwind hint Revision #0f25270 2016-06-08 08:40:10 +0300 MDEV-7139: Sporadic failure in innodb.innodb_corrupt_bit on P8 Revision #ff832e0 2016-05-24 17:37:23 +0200 Restore COMPONENT Embedded for Windows embedded libs. Revision #221adbc 2016-05-24 17:01:08 +0200 Fix warnings on Windows, compiler option -ggdb3 option is nonexistent Revision #535160b 2016-05-24 16:57:03 +0200 MDEV-10117 - update HeidiSQL to current version Revision #9eb0fbd 2016-05-24 14:20:53 +0200 MDEV-10071 Block installation on XP/Windows 2003 Server(they are no more supported) Revision #18487ed 2016-05-24 14:18:55 +0200 MDEV-10108 Fix errors in installations by domain user Revision #964c4f0 2016-05-10 19:13:06 +0400 MDEV-10052 Illegal mix of collations with DAYNAME(date_field)<>varchar_field Revision #672bbcd 2016-04-27 16:13:14 +0200 MDEV-9973 : Do not set permissions for serviceaccount user (Win7 and later) This appears to break some installation, and it did not do anything useful anyway. Revision #4f1ad43 2016-04-26 16:15:15 +0400 MDEV-9987 - gen_lex_hash leaks memory, making LeakSanitizer builds fail Revision #29868de 2016-04-26 12:58:14 +0200 MDEV-9986 Full-text search of the utf8mb4 column causes crash Revision #7f5ceb7 2016-04-26 11:49:35 +0200 disable main.wait_timeout_not_windows for embedded Revision #2220480 2016-04-25 18:59:41 +0200 MDEV-7775 Wrong error message (Unknown error) when idle sessions are killed after wait_timeout Revision #a98ecc2 2016-04-23 12:19:40 +0200 support SEARCH_RANGE in search_pattern_in_file.inc Revision #2b7573e 2016-04-24 13:36:51 +0400 MDEV-9975 - main.partition_innodb_plugin fails sporadically Revision #19e3597 2016-04-07 10:47:46 +0300 MDEV-9142 :Adding Constraint with no database reference results in ERROR 1046 (3D000) at line 13: No database selected. Revision #0ea4c73 2016-04-23 12:15:18 +0400 Fixed compilation failure due to unused var. Revision #618e300 2016-04-22 12:57:39 +0400 MDEV-9970 - main.sp-threads fails sporadically Revision #bd75ee7 2016-04-22 09:10:00 -0400 bump the VERSION Revision #3f0d07e 2016-04-22 16:04:20 +0400 MDEV-9372 select 100 between 1 and 9223372036854775808 returns false Revision #0991e19e 2016-04-20 20:25:46 +0200 - Merge branch 'bb-5.5-serg' into 5.5 Revision #63c834e 2016-04-20 18:56:41 +0200 - Merge branch 'merge-xtradb-5.5' into 5.5 Revision #c9e56d5 2016-04-18 17:38:05 +0200 5.5.48-37.8 Revision #24ac546 2016-04-20 18:27:23 +0200 use consistent error messaging for IGNORE Revision #9e826bf 2016-04-20 15:28:44 +0200 trivial optimization Revision #8f1f869 2016-04-20 15:26:37 +0200 another test case for ER_DATA_OUT_OF_RANGE on insert Revision #b069d19 2016-04-20 15:25:55 +0200 - Merge branch 'mysql/5.5' into 5.5 Revision #1bc0b0b 2016-04-19 11:08:16 +0200 fix a couple of dbug tests not to write to /tmp Revision #cc04a9f 2016-04-18 18:30:42 +0200 MDEV-9835 Valid password is not working after server restart Revision #608c0e1 2016-04-18 11:57:34 +0200 MDEV-5982 `make` fail @ ".../libmysql_versions.ld:155:9: invalid use of VERSION in input file" Revision #ce35530 2016-04-17 19:52:15 +0200 MDEV-9885 Client doesn't start if 'TERM' unknown Revision #95fe71a 2016-04-17 18:51:54 +0200 MDEV-9707 MAX(timestamp(6) column) in correlated sub-query returns non-existent row data in original table Revision #3294cd1 2016-04-16 17:36:47 +0200 MDEV-9929 MariaDB segfaults on command "mysqld --version" with ignore-db-dir option on /etc/my.cnf Revision #4f133fb 2016-04-16 12:39:20 +0200 MDEV-9493 --tc-heuristic-recover option values off by one Revision #edf71fd 2016-04-16 10:28:03 +0200 MDEV-9928 LC_TIME_NAMES=de_AT; unusual name for february Revision #9c64735 2016-03-29 12:50:56 +0200 MDEV-9748 Include Twin (mysys_err.h is included twice in mysys/my_copy.c) Revision #2a45fa9 2016-04-20 19:03:59 +0200 MDEV-9836 Connection lost when using SSL Revision #0c0a865 2016-04-19 16:16:13 +0400 MDEV-9943 - TokuDB fails to compile with gcc 5.2.1 Revision #62122ba 2016-04-20 00:36:58 +0300 MDEV-9953 Debian packages install broken 'maria' test suite which cannot be run Revision #e90f8b7 2016-04-20 11:11:13 +0400 MDEV-9413 "datetime >= coalesce(c1(NULL))" doesn't return expected NULL Revision #2564650 2016-04-20 11:02:34 +0400 MDEV-9662 Assertion `precision || !scale' failed in my_decimal_precision_to_length_no_truncation(uint, uint8, bool) Revision #9a98714 2016-04-20 08:53:30 +0400 MDEV-9745 Crash with CASE WHEN TRUE THEN COALESCE(CAST(NULL AS UNSIGNED)) ELSE 4 END Revision #6c0e231 2016-04-19 14:05:52 +0400 MDEV-9945 - main.kill_processlist-6619 fails sporadically Revision #18ff6f6 2016-04-19 12:38:00 +0400 MDEV-9944 - main.events_2 fails sporadically Revision #6fd54c0 2016-04-18 23:15:15 +0400 MDEV-9521 Least function returns 0000-00-00 for null date columns instead of null Revision #777c213 2016-04-02 00:04:47 +0400 MDEV-9862 Illegal mix of collation, when comparing column with CASE expression Revision #11b77e9 2016-03-18 16:55:11 +0100 MDEV-9527 build FAILs with GCC 5.1 with release supported "-std=c+11" Revision #fc2c1e4 2016-03-17 21:29:52 +0100 MDEV-9733 Server crashes in lf_pinbox_real_free on replication slaves Revision #0b9fb9a 2016-03-17 10:45:15 +0100 MDEV-9568 mysqlcheck crashes with nonexistent table name Revision #c29e450 2016-02-26 03:02:07 +0200 MDEV-4070 sys_vars.secure_file_priv fails sporadically if it's executed with --mem Revision #ceba41c 2016-01-24 17:41:11 +0100 MDEV-9299 Test main.events_2 incompatible with Debian reproducibility testing framework Revision #e1385f2 2016-02-15 12:59:47 +0100 fix buffer overrun Revision #3889b19 2016-02-14 22:19:27 +0100 more strict ipv6_ok check in mtr Revision #8f5030e 2016-02-14 22:17:38 +0100 fix my_gethwaddr() for solaris Revision #95740bc 2016-02-14 22:16:50 +0100 dtrace in cmake Revision #a5d9597 2016-02-14 22:15:16 +0100 better inline check Revision #5f078cc 2016-02-14 20:57:48 +0100 compilation errors on sparc sun studio 10 Revision #2a47817 2016-02-14 18:33:20 +0200 MDEV-9225 mysql_upgrade segfault due to missing /etc/my.cnf.d Revision #b7dc830 2016-02-14 18:31:06 +0200 Fix memory leak when failing to read config file Revision #93e9d81 2016-02-12 12:04:11 +0400 Errorneous PSI declaration line fixed. Revision #a9a08b1 2016-02-10 10:03:47 +0400 MDEV-9371 select insert('a',2,1,'b') doesn't return expected 'a' Revision #3c5c04b 2016-02-10 03:49:11 +0200 MDEV-7122: Assertion `0' failed in subselect_hash_sj_engine::init Revision #6b614c6 2016-02-09 13:50:48 +0100 MDEV-7765: Crash (Assertion `!table || (!table->write_set || bitmap_is_set(table->write_set, field_index) || bitmap_is_set(table->vcol_set, field_index))' fails) on using function over not created table Revision #775cccc 2016-02-08 22:53:40 +0200 MDEV-7122: Assertion `0' failed in subselect_hash_sj_engine::init Revision #01628ce 2016-02-09 14:08:36 +0100 Merge branch 'bb-5.5-serg' into 5.5 Revision #afce541 2016-02-09 14:06:45 +0100 Merge branch 'merge-xtradb-5.5' into 5.5 Revision #5d478f5 2016-02-08 20:07:38 +0100 Bug#19817021 Revision #6703e5b 2016-02-08 20:07:09 +0100 Bug#20691429 ASSERTION `CHILD_L' FAILED IN STORAGE/MYISAMMRG/HA_MYISAMMRG.CC:631 Revision #dece4bc 2016-02-09 11:28:44 +0100 cleanup: make assert more readable Revision #63d3ccd 2016-02-08 20:04:39 +0100 Bug#21205695 DROP TABLE MAY CAUSE SLAVES TO BREAK Revision #f3444df 2016-02-09 11:27:40 +0100 Merge branch 'mysql/5.5' into 5.5 Revision #ea0c3fc 2016-02-09 05:17:41 +0400 MDEV-9438 backport feedback-http-proxy to 5.5 and 10.0. The http-proxy option to the FEEDBACK plugin backported. Revision #b17a435 2016-02-09 02:31:47 +0300 MDEV-6859: scalar subqueries in a comparison produced unexpected result Revision #3cfd36b 2016-02-09 00:13:25 +0100 5.5.47-37.7 Revision #d443d70 2016-02-09 01:46:53 +0300 MDEV-7823: Server crashes in next_depth_first_tab on nested IN clauses with SQ inside Revision #c4cb240 2016-02-06 22:41:58 +0100 MDEV-9024 Build fails with VS2015 Revision #1e361f2 2016-02-06 13:57:59 +0100 MDEV-4664 mysql_upgrade crashes if root's password contains an apostrophe/single quotation mark Revision #9e4e412 2016-02-06 13:56:37 +0100 unit test for dynstr_append_os_quoted() Revision #41021c0 2016-02-03 17:15:22 +0100 MDEV-9462: Out of memory using explain on 2 empty tables Revision #ad94790 2016-02-04 14:47:46 +0100 MDEV-9453 mysql_upgrade.exe error when mysql is migrated to mariadb Revision #0a76ad5 2016-02-04 12:51:57 +0100 MDEV-9175 Query parser tansforms MICROSECOND into SECOND_FRAC, which does not work Revision #a90da6e 2016-02-05 14:04:24 +0100 MDEV-9314 fatal build error: viosslfactories.c:58:5: error: dereferencing pointer to incomplete type ‘DH {aka struct dh_st} Revision #db5f743 2016-02-06 12:37:46 +0200 Merge pull request #148 from grooverdan/5.5-rpl_reporting-cppcheck-va_end Revision #6ecf6d8 2016-02-05 17:46:01 +0100 MDEV-7827: Assertion `!table || (!table->read_set || bitmap_is_set(table->read_set, field_index))' failed in Field_long::val_str on EXPLAIN EXTENDED Revision #9f3b53f 2015-12-14 19:16:29 +0100 MDEV-9093 Persistent computed column is not updated when update query contains join Revision #a3d843d 2016-02-03 15:52:26 +0200 Fix function visibility as it is used on row0mysql.c in Windows. Revision #f66d016 2016-02-03 11:32:51 +0200 MDEV-9471: Server crashes or returns an error while trying to alter partitioning on a table moved from Windows to Linux Revision #603c096 2016-02-03 00:43:00 +0100 MDEV-9466 : Exception handler on Windows does not output any text, if mysqld runs as service Revision #0e84d54 2016-02-01 16:27:12 +0100 Merge MDEV-9112 into 5.5 Revision #8cf1f50 2016-02-01 16:10:49 +0100 MDEV-9112: Non-blocking client API missing on non-x86 platforms Revision #d0c5efc 2016-01-29 23:53:44 +0200 If one compiled with too long MYSQL_SERVER_SUFFIX this caused a memory overrun that caused some test to fail. Revision #a1ddf01 2016-01-29 23:52:15 +0200 my_decimal didn't compile properly with debug Revision #3e5724f 2016-01-19 14:47:41 +1100 Add va_end to make cppcheck happy Revision #9c9d10b 2016-01-15 09:50:27 +0400 MDEV-9106 Audit plugin not working with MySQL 5.7. fixing Windows crash. Revision #fe4823d 2016-01-13 18:02:44 +0400 MDEV-9106 Audit plugin doesnt run with MySQL 5.7. updata thread_pool_server_audit test result. Revision #cdc9aa5 2016-01-13 15:24:33 +0400 MDEV-9106 Audit Plugin doesn't run with MySQL 5.7. MariaDB 5.5 built in debug gets unhappy with mutexes. Although everything is correct, some DBUG_ASSERT can happen. So this patch keeps safe_mutex silent. Revision #c955253 2016-01-12 16:29:02 +0400 MDEV-9106 Audit plugin compiled with MariaDB can't install on MySQL 5.7. The audit API was seriously changed in MySQL 5.7. so we had to adapt the plugin's code to that. Revision #5f48b61 2016-01-07 14:45:40 +0100 MDEV-9298 : Build failure when linking libmysql. Revision #ff24820 2015-12-30 19:39:31 +0100 Fix process handle leak in buildbot. GenerateConsoleCtrlEvent sent to non-existing process will add a process handle to this non-existing process to console host process conhost.exe Revision #61d3621 2015-12-29 18:40:41 +0400 Moving Field_blob::store_length() back from protected to public, as it's needed for Cassandra in 10.0. Revision #e1b9be5 2015-12-29 14:17:31 +0400 MDEV-9319 ALTER from a bigger to a smaller blob type truncates too much data Revision #e126baa 2015-12-21 10:19:02 +0100 MDEV-9249 MariaDB un-buildable on linux64: fails @ "error: ‘ERR_remove_state’ was not declared in this scope" when linking against OpenSSL 1.0.2e Revision #591e74c 2015-06-20 16:59:22 +0800 MDEV-7526: TokuDB doesn't build on OS X Revision #e386523 2015-12-19 13:53:43 +0200 MDEV-7526: TokuDB doesn't build on OS X Revision #f39b9e0 2015-12-19 13:52:27 +0200 MDEV-7526: TokuDB doesn't build on OS X Revision #6414959 2015-12-19 13:31:44 +0200 MDEV-7526: TokuDB doesn't build on OS X Revision #f89c9fc 2015-12-19 13:25:55 +0200 MDEV-7526: TokuDB doesn't build on OS X Revision #0ed4744 2015-12-11 17:03:55 +0100 fix main.mysqldump test on windows Revision #ca28d90 2015-12-09 17:54:55 +0100 MDEV-7655 SHOW CREATE TABLE returns invalid DDL when using virtual columns along with a table collation Revision #f560c1b 2015-12-10 10:32:11 +0100 revert 5e9a50efc37c233f1e2a3616f8bcb36315aba4c2 Revision #265e833 2015-12-09 21:22:37 +0100 revert 415faa122b9c683661dafac82fff414fa6864151 Revision #c19972f 2015-12-11 14:33:41 +0200 MDEV-9251: Fix MySQL Bug#20755615: InnoDB compares column names case sensitively, while according to Storage Engine API column names should be compared case insensitively. This can cause FRM and InnoDB data dictionary to go out of sync. Revision #fa25921 2015-12-10 11:22:53 +0100 MDEV-8407 Numeric errors, server crash with COLUMN_JSON() on DECIMAL with precision > 40 Revision #d67aacb 2015-12-09 17:11:55 +0100 fix xtradb compilation on windows Revision #fa4d4fc 2015-12-09 10:06:28 +0100 unit tests for my_getopt Revision #584c07b 2015-10-21 11:51:15 +0200 MDEV-8978 Specify GPL version in RPM metadata Revision #142b725 2015-12-09 12:57:04 +0100 Merge branch 'merge/merge-xtradb-5.5' into 5.5 Revision #9457139 2015-12-09 12:27:04 +0100 5.5.46-37.6 Revision #1a72c6f 2015-12-09 11:51:59 +0100 Merge branch 'bb-5.5-serg' into 5.5 Revision #abf9d35 2015-12-09 10:00:49 +0100 Merge branch 'mysql/5.5' into 5.5 Revision #dac3149 2015-12-08 17:20:34 +0400 MDEV-9001 - [PATCH] Fix DB name quoting in mysqldump --routine Revision #50a796d 2015-12-08 10:16:41 +0100 MDEV-8825 mysql_upgrade leaks the admin password when it spawns a shell process to execute mysqlcheck Revision #c21b927 2015-12-08 10:13:13 +0100 mysql_upgrade cleanup Revision #f0d774d 2015-12-07 20:06:54 +0100 MDEV-9212 ssl-validate-cert incorrect hostname check Revision #544eeda 2015-12-07 20:27:58 +0100 MDEV-8644 Using a UDF in a virtual column causes a crash when stopping the server Revision #79d08e6 2015-12-07 15:15:43 +0100 small cleanup: udf_init()/udf_free() calls Revision #859a736 2015-12-07 14:07:36 +0100 MDEV-9161 feedback_plugin_send in debug builds Revision #99774f1 2015-12-06 11:51:57 +0100 feedback plugin compilation warnings Revision #8fd24b4 2015-12-07 20:25:27 +0100 MDEV-9226 SHOW COLUMNS returns wrong column order for tables with large ENUMs Revision #f18599a 2015-12-06 20:22:33 +0100 tokudb compilation warnings Revision #d1fe928 2015-12-06 12:01:12 +0100 MDEV-8607 Init script doesn't check all applicable configuration groups Revision #18954ff 2015-12-06 01:48:07 +0100 MDEV-8313 Got an error writing communication packets Revision #354e567 2015-12-06 01:40:51 +0100 federatedx small cleanup Revision #e05883b 2015-12-05 15:25:15 +0100 MDEV-7341 mysqld_multi doesn't recognize include directive (not following includes) Revision #ef47b625 2015-12-05 11:29:00 +0100 MDEV-8827 Duplicate key with auto increment Revision #c8652ee 2015-12-05 11:22:25 +0100 one more test Revision #ee2fce5 2015-10-20 09:41:44 +0200 fix debian logrotate slow log filename Revision #0df22a5 2015-12-07 09:34:41 +0200 MDEV-7050: MySQL#74603 - Assertion `comma_length > 0' failed in mysql_prepare_create_table Revision #d85168e 2015-12-07 09:20:31 +0200 Correct length check in my_wc_mb_filename() Revision #e528fe7 2015-12-05 12:21:33 +0200 Fix gcc v5.compiler errors. Revision #082b859 2015-12-04 14:24:03 +0200 MDEV-9233: Copying MySQL 5.5 data directory to 10.0 with partition tables crashes on insert Revision #d87bc55 2015-12-03 20:43:54 +0400 MDEV-8630 Datetime value dropped in "INSERT ... SELECT ... ON DUPLICATE KEY" Item_func_coalesce::fix_length_and_dec() calls Item_func::count_string_result_length()) which called agg_arg_charsets() with wrong flags, so the collation derivation of the COALESCE result was not properly set to DERIVATION_COERCIBLE. It erroneously stayed DERIVATION_NUMERIC. So GREATEST() misinterpreted the argument as a number rather that a string and did not calculate its own length properly. Revision #9f07c6b 2015-12-02 16:08:54 +0400 MDEV-9001 - [PATCH] Fix DB name quoting in mysqldump --routine Revision #33589b2 2015-12-03 13:18:10 +0200 MDEV-7762 InnoDB: Failing assertion: block->page.buf_fix_count > 0 in buf0buf.ic line 730 Revision #13ad179 2015-11-20 14:50:18 +0100 MDEV-8756 MariaDB 10.0.21 crashes during PREPARE Revision #43a5090 2015-11-18 11:20:59 +0100 MDEV-9051 mysqld got signal 11, after upgrade to 10.1.8 Revision #7261629 2015-11-18 10:58:51 +0100 feedback plugin debug Revision #e669a5f 2015-11-17 18:33:08 +0100 MDEV-7588 Add thd_wait_begin/end to notify threadpool of binlog waits Revision #7e4da9b 2015-11-06 16:36:41 +0100 MDEV-8632 Segmentation fault on INSERT Revision #5d754fc 2015-11-09 09:23:32 +0200 MDEV-8854: New warning messages are unreadable Revision #c88ca2c 2015-11-06 17:56:56 +0100 MDEV-8701 Crash on derived query MDEV-8938 Server Crash on Update with joins Revision #df80420 2015-10-21 14:42:56 +0200 fix events_1 test for October 2015 Revision #978c2a3 2015-10-11 17:06:03 -0400 MDEV-7640: CHANGE MASTER TO doesn't work with prepared statements Revision #16c4b3c 2015-10-09 16:43:59 +0200 fixes for buildbot Revision #f41a41f 2015-10-09 00:06:16 +0200 Merge branch 'merge-xtradb-5.5' into 5.5 Revision #db79f4c 2015-10-08 23:02:43 +0200 5.5.45-37.4 Revision #82e9f6d 2015-10-08 22:54:24 +0200 Merge remote-tracking branch 'mysql/5.5' into 5.5 Revision #c8d5112 2015-10-08 00:32:07 +0200 MDEV-8796 Delete with sub query with information_schema.TABLES deletes too many rows Revision #504802f 2015-08-05 11:57:35 +0200 MDEV-7846: postreview fix Revision #54b9981 2015-04-23 20:08:57 +0200 MDEV-7846: Server crashes in Item_subselect::fix_fields or fails with Thread stack overrun Revision #0ab93fd 2015-04-23 19:16:57 +0200 MDEV-7445:Server crash with Signal 6 MDEV-7565: Server crash with Signal 6 (part 2) Revision #2e3e818 2015-04-23 19:11:06 +0200 MDEV-7445: Server crash with Signal 6 Revision #7ccde2c 2015-04-23 19:04:11 +0200 MDEV-7565: Server crash with Signal 6 (part 2) Revision #006acf7 2015-09-30 10:49:45 +0300 Bug #68148: drop index on a foreign key column leads to missing table MDEV-8845: Table disappear after modifying FK Revision #a95711e 2015-09-29 08:39:54 +0300 MDEV-8855: innodb.innodb-fk-warnings fails on Windows Revision #02a38fd 2015-09-24 17:25:52 +0200 MDEV-8624: MariaDB hangs on query with many logical condition Revision #f804b74 2015-09-28 03:40:29 +0300 MDEV-8154 rpl.show_status_stop_slave_race-7126 sporadically causes internal check failure Revision #ce7d8c5 2015-09-27 18:01:47 +0300 MDEV-7330 plugins.feedback_plugin_send fails sporadically in buildbot Revision #bdcf370 2015-09-27 16:00:48 +0300 MDEV-7933 plugins.feedback_plugin_send depends on being executed after plugins.feedback_plugin_load Revision #2563609 2015-09-26 02:51:29 +0300 Increased the version number Revision #86ed494 2015-09-26 02:48:55 +0300 MDEV-8849 rpl.rpl_innodb_bug30888 sporadically fails in buildbot with testcase timeout Revision #dca4ab9 2015-09-24 21:24:28 +0300 MDEV-8841 innodb_zip.innodb-create-options fails in buildbot Revision #5cc149f 2015-09-24 10:28:47 +0200 The compiler warnings fixed. Revision #29ac245 2015-09-07 13:13:52 +0200 MDEV-8473: mysqlbinlog -v does not properly decode DECIMAL values in an RBR log Revision #102a85f 2015-09-03 18:00:43 +0200 MDEV-8663: IF Statement returns multiple values erroneously (or Assertion `!null_value' failed in Item::send(Protocol*, String*)) Revision #fa51f70 2015-08-04 23:42:44 +0200 correct the NULL-pointer test Revision #877de3a 2015-07-30 22:08:39 +0300 MDEV-8554: Server crashes in base_list_iterator::next_fast ... Revision #1b0c81c 2015-08-01 15:02:14 +0200 5.5.44-37.3 Revision #96badb1 2015-07-31 22:09:46 +0200 MDEV-7821 Server crashes in Item_func_group_concat::fix_fields on 2nd execution of PS Revision #409709e 2015-07-31 20:33:10 +0200 compilation error on windows Revision #79deefc 2015-07-31 12:31:37 +0200 MDEV-8340 Add "mysqlbinlog --binlog-row-event-max-size" support for MariaDB 5.5 Revision #4d5772c 2015-07-31 10:13:01 +0200 MDEV-7810 Wrong result on execution of a query as a PS (both 1st and further executions) Revision #2721d69 2015-07-28 19:11:53 +0200 MDEV-8352 Increase Diffie-Helman modulus to 2048-bits Revision #bfe2689 2015-07-31 13:13:39 +0400 MDEV-8379 - SUSE mariadb patches Revision #360e597 2015-07-31 12:06:29 +0300 Make sure name buffer has string end marker on correct place. Revision #1ad294e 2015-07-30 18:51:44 +0400 MDEV-7821 - Server crashes in Item_func_group_concat::fix_fields on 2nd execution of PS Revision #fa765a4 2015-07-31 08:52:24 +0300 MDEV-6697: Improve foreign keys warnings/errors Revision #e05cd97 2015-07-29 05:58:45 +0300 MDEV-8524: Improve error messaging when there is duplicate key or foreign key names Revision #392df76 2015-07-23 12:50:58 +0400 MDEV-4017 - GET_LOCK() with negative timeouts has strange behavior Revision #e40bc65 2015-07-25 15:14:40 +0300 Fixed memory loss detected on P8. This can happen when we call after_flush but never call after_rollback() or after_commit(). Revision #7115341 2015-07-23 14:57:12 +0300 Fixed warnings and errors found by buildbot Revision #7a96702 2015-07-21 12:12:58 +0300 MDEV-8474: InnoDB sets per-connection data unsafely Revision #00d3b20 2015-07-17 00:06:27 +0300 MDEV-8432 Slave cannot replicate signed integer-type values with high bit set to 1 Revision #44de090 2015-07-17 00:02:25 +0300 MDEV-8432 Slave cannot replicate signed integer-type values with high bit set to 1 Revision #bc30046 2015-06-26 14:48:22 +0300 Fix for MDEV-8301; Statistics for a thread could be counted twice in SHOW STATUS while thread was ending Revision #67c56ab 2015-06-25 23:34:54 +0300 Simple cleanups - Removing use of calls to current_thd - More DBUG_PRINT - Code style changes - Made some local functions static Ensure that calls to print_keyuse are locked with mutex to get all lines in same debug packet Revision #8c81575 2015-06-25 23:26:29 +0300 Problem was that for cases like: SELECT ... WHERE XX IN (SELECT YY) this was transformed to something like: SELECT ... WHERE IF_EXISTS(SELECT ... HAVING XX=YY) Revision #2e941fe 2015-06-25 23:18:48 +0300 Fixed crashing bug when using ONLY_FULL_GROUP_BY in a stored procedure/trigger that is repeatedly executed. This is MDEV-7601, including its sub tasks MDEV-7594, MDEV-7555, MDEV-7590, MDEV-7581, MDEV-7589 Revision #d199a0f 2015-06-11 17:47:52 +0200 more renames after tokudb merge Revision #b96c196 2015-06-11 16:48:10 +0200 Item_cache::safe_charset_converter() fixes Revision #7c98e8a 2015-06-11 16:43:56 +0200 fix after the tokudb ft-index merge Revision #5a44e1a 2015-06-09 22:11:22 +0200 tests for MDEV-7937: Enforce SSL when --ssl client option is used Revision #80f6b22 2015-06-09 16:08:09 +0400 MDEV-3870 - Valgrind warnings on OPTIMIZE MyISAM or Aria TABLE with disabled keys Revision #3a50a8c 2015-06-09 13:50:43 +0400 MDEV-363 - Server crashes in intern_plugin_lock on concurrent installing semisync plugin and setting rpl_semi_sync_master_enabled Revision #49a3392 2015-06-09 11:57:31 +0400 MDEV-363 - Server crashes in intern_plugin_lock on concurrent installing semisync plugin and setting rpl_semi_sync_master_enabled Revision #e5005ce 2015-06-09 18:06:41 +0200 disable ssl for ssl-disabled tests Revision #992d782 2015-06-09 18:56:09 +0300 MDEV-6735: Range checked for each record used with key (also MDEV-7786, MDEV-7923) Revision #5d57e2d 2015-06-09 16:46:45 +0300 Fix tests for 7937 Revision #be5035b 2015-06-09 15:59:29 +0300 Added tests for MDEV-7937 Revision #4ef7497 2015-06-09 14:08:44 +0300 MDEV-7937: Enforce SSL when --ssl client option is used Revision #56e2d83 2015-05-02 08:45:10 +0200 MDEV-7695 MariaDB - ssl - fips: can not connect with --ssl-cipher=DHE-RSA-AES256-SHA - handshake failure Revision #92b3659 2015-06-09 12:05:06 +0400 MDEV-7268 Column of table cannot be converted from type 'decimal(0,?)' to type ' 'decimal(10,7)' Changing the error message to: "...from type 'decimal(0,?)/*old*/' to type ' 'decimal(10,7)'..." So it's now clear that the master data type is OLD decimal. Revision #b1e1039 2015-06-09 07:36:24 +0400 MDEV-8286 Likely a redundant declaration of Item_cache::used_table_map Revision #a4d93e0 2015-06-05 20:05:08 +0200 MDEV-8050 sphinx test cases cannot run with sphinxsearch-2.2.6 Revision #b41ad55 2015-06-08 15:09:20 +0200 update tokudb version Revision #1707cfc 2015-06-08 21:55:52 +0500 MDEV-8211 plugins.server_audit fails sporadically in buildbot. More fixes to assure the order of queries in the log. Revision #87088b9 2015-06-08 21:44:13 +0500 MDEV-8211 plugins.server_audit fails sporadically in buildbot. This test also should be fixed - delay added so the connection event doesn't happen before the query. Revision #96b3703 2015-06-08 21:40:17 +0500 MDEV-8211 plugins.server_audit fails sporadically in buildbot. Connection event can happen before the query ends. Added a delay to confirm the order. Revision #a765cca 2015-06-08 20:50:40 +0400 MDEV-8067 correct fix for MySQL Bug # 19699237: UNINITIALIZED VARIABLE IN ITEM_FIELD::STR_RESULT Revision #b37b52a 2015-06-08 13:47:07 +0500 MDEV-4922 Stored Procedure - Geometry parameter not working. Fhe GEOMETRY field should be handled just as the BLOB field. So that was fiexed in field_conv. One additional bug was found and fixed meanwhile - thet the geometry field subtypes should also be merged for UNION command. Revision #69ed429 2015-06-08 12:09:13 +0500 MDEV-7500 thread_handling option in my.cnf is not passing "connect events" to audit plugin. The MYSQL_AUDIT_NOTIFY_CONNECTION_CONNECT() call moved to the login_connection() function. So that it'll be invoked in any thread handling mode. Revision #1ae05db 2015-06-07 15:40:42 +0500 MDEV-8078 Memory disclosure/buffer overread on audit plugin. If the SET PASSWORD query doesn't have the password string, the parsing of it can fail. It manifested first in MySQL 5.6 as it started to hide password lines sent to the plugins. Fixed by checking for that case. Revision #db0ecf2 2015-06-06 19:12:44 +0500 MDEV-8032 [PATCH] audit plugin - csv output broken. Symbols like TAB or NEWLINE should be escaped, which was forgotten in one place. Revision #6264451 2015-06-06 16:13:51 +0200 MDEV-8114: server crash on updates with joins still on 10.0.18 Revision #9a3b975 2015-06-05 09:51:17 +0200 Merge branch '5.5' into bb-5.5-serg Revision #a2bb9d2 2015-06-04 16:04:05 +0400 MDEV-7505 - Too large scale in DECIMAL dynamic column getter crashes mysqld Revision #b611ac0 2015-06-03 14:30:09 +0400 MDEV-6236 - [PATCH] mysql_tzinfo_to_sql may produce invalid SQL Revision #af2256f 2015-06-03 13:59:58 +0400 MDEV-7207 - ALTER VIEW does not change ALGORITM Revision #ae0c576 2015-06-05 02:14:49 +0200 Merge branch 'merge/merge-xtradb-5.5' into bb-5.5-serg Revision #f84f577 2015-06-05 02:06:51 +0200 Merge tag 'mysql-5.5.44' into bb-5.5-serg Revision #f07b346 2015-06-05 02:04:32 +0200 do not re-populate I_S tables in subqueries Revision #1ff423d 2015-06-04 21:12:29 +0400 MDEV-8243 configure defines to empty string, not 1 Revision #750aa8b 2015-06-04 18:58:12 +0200 5.5.43-37.2 Revision #980bdc3 2015-06-04 17:39:05 +0200 followup: CREATE SERVER tests should not be run for embedded Revision #a477cd1 2015-06-03 23:31:05 +0300 MDEV-6500: Stale data returned after TRUNCATE PARTITION operation Revision #08fa02c 2015-06-04 18:51:30 +0400 Some MYD files (e.g. in mysql-test/std_data) could erroneously be treated by git as text files. Revision #9da8a8f 2015-06-04 18:49:12 +0400 MDEV-7269 mysqlbinlog Don't know how to handle column type=0 meta=0 (0000)# MDEV-8267 Add /*old*/ comment into I_S.COLUMN_TYPE for old DECIMAL Revision #a8b8544 2015-06-04 13:00:53 +0300 MDEV-7906: InnoDB: Failing assertion: prebuilt->sql_stat_start || trx->state == 1 on concurrent multi-table update Revision #7b05650 2015-06-03 20:24:51 +0200 Merge tag 'tokudb-engine/tokudb-7.5.7' into 5.5 Revision #e500c47 2015-06-03 19:47:46 +0200 Merge tag 'tokudb-ft-index/tokudb-7.5.7' into 5.5 Revision #934a18d 2015-06-03 19:42:34 +0200 .gitattributes: *.dat files should not be CRLF converted Revision #c79e98e 2015-06-03 18:45:08 +0200 MDEV-8085 main.group_by failed in buildbot Revision #5d8cee4 2015-06-03 17:11:07 +0200 MDEV-8224 Server crashes in get_server_from_table_to_cache on empty name Revision #33d480f 2015-06-03 16:33:10 +0200 MDEV-4608 deb packages for jessie Revision #f806b4d 2015-06-03 12:13:43 +0200 MDEV-8124 mysqlcheck: --auto-repair runs REPAIR TABLE instead of REPAIR VIEW on views Revision #535b514 2015-06-03 10:35:34 +0200 MDEV-8123 mysqlcheck: new --process-views option conflicts with --quick, --extended and such Revision #64569fa 2015-06-03 11:11:53 +0200 parser: better error messages for CHECK/REPAIR VIEW Revision #0ffef5d 2015-06-03 09:54:56 +0200 MDEV-8052 abi detection incorrect with clang Revision #8e7d665 2015-06-02 22:07:47 +0200 CRLF->LF Revision #6bd76f8 2015-05-27 10:27:18 +0400 Merge pull request #73 from akopytov/MDEV-7658-5.5 Revision #70bc0a3 2015-05-26 23:56:00 +0300 Fixes MDEV-7658: MDEV-7026 fix reintroduces MDEV-6615 on AArch64 Revision #5d02928 2015-05-16 10:26:34 +0200 remove second @ from CONFIGURE_FILE (... @only@) Revision #6f8558b 2015-05-12 14:19:30 -0400 Fix for debug build failure Revision #373d092 2015-05-08 17:19:48 +0300 Fix win/ files to be stored with LF in repository Revision #23b2b95 2015-05-08 17:19:06 +0300 Update .gitattributes Revision #6ef3c7d 2015-05-08 17:09:45 +0300 Updated .gitattributes Revision #0014bdc 2015-05-07 22:18:34 +0200 MDEV-8115 mysql_upgrade crashes the server with REPAIR VIEW Revision #8350ea0 2015-05-07 13:04:03 +0300 Fix compiler error if compiler does not support c99 style initializers. Revision #f704b33 2015-05-06 16:47:23 +0300 Merge pull request #52 from openquery/MDEV-8053-c99-style-for-structure-members Revision #4d606cb 2015-04-24 23:17:16 +1000 c99 style for assigning structure members
wiedi
pushed a commit
to wiedi/pkgsrc-legacy
that referenced
this issue
Nov 17, 2016
No changelog found. github changes: Merge pull request TritonDataCenter#52 from untitaker/generic-todo-prop-params Merge pull request TritonDataCenter#51 from nim65s/master Remove ansi dependency (TritonDataCenter#53) Share parameters between new and edit Add a move command Fix editor support (TritonDataCenter#47) Add a copy command (TritonDataCenter#50) Merge pull request TritonDataCenter#46 from untitaker/no-delete-button Replace cancel button with hint to hit ctrl-c Remove delete button from editor Exclude buggy setuptools-scm version Show error messages in UI (TritonDataCenter#43) delete cmd: Show tasks that will be deleted (TritonDataCenter#44) Fix tests done cmd: Show done tasks (TritonDataCenter#45) Don't strip time from datetime objects (TritonDataCenter#41) Add `default_list` in config for new todos (TritonDataCenter#40) Add shortcut to edit textfield in editor (TritonDataCenter#39) Merge pull request TritonDataCenter#6 from pimutils/widget-improvements Add basic editing shortcuts to text widgets Merge pull request TritonDataCenter#38 from untitaker/coc Add CoC Merge pull request TritonDataCenter#37 from untitaker/glob-clarify Clarify what path is supposed to match Don't require setuptool_scm at runtime Fix inconsistent minimum todo ID Merge pull request TritonDataCenter#30 from untitaker/color-option Implement color option Fix typo
wiedi
pushed a commit
to wiedi/pkgsrc-legacy
that referenced
this issue
Nov 17, 2016
------------------------------------------- 1.028003 23.10.16 * Removed AutoPrereqs from dist.ini (Mickey) 1.028002 23.10.16 * GH TritonDataCenter#53 a few small dist.ini tweaks (Karen Etheridge) * Even more dist.ini tweaks (Mickey, thanks to Grinnz) 1.028001 22.10.16 * GH TritonDataCenter#51 Adds eumm_version to dist.ini (Olaf Alders) * GH TritonDataCenter#52 Stop excluding cpanfile from being copied to build (Olaf Alders) 1.028000 21.10.16 * GH TritonDataCenter#50 Remove hard-deps for HTTP::Tiny::Mech and WWW::Mechanize::Cached (Paul Howarth) * dist.ini: don't automatically update cpanfile (Mickey) 1.027000 20.10.16 * GH TritonDataCenter#49 Convert values of JSON::PP::Boolean objects in output so they are not skipped when expeting scalars (Mickey) 1.026001 19.10.16 * Fixed version range for Search::Elasticsearch (Mickey) 1.026000 19.10.16 * Moved distini prereqs to cpanfile (Mickey) * Limit Search::Elasticsearch version to 2.02 (Mickey) * Updated docs (Thomas Sibley) (pkgsrc changes) - Add BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=7.11.01
jperkin
pushed a commit
that referenced
this issue
Dec 27, 2016
Upstream changes: CHANGES IN formatR VERSION 1.4 NEW FEATURES o `tidy_source()` can preserve line breaks in character strings in source code MAJOR CHANGES o the deprecated functions tidy.source(), tidy.dir(), and tidy.eval() have been removed; use tidy_source(), tidy_dir() and tidy_eval() instead o comments that begin with `#+` or `#-` are no longer wrapped; such comments are treated as knitr chunk options in `knitr::spin()` (#52) BUG FIXES o `tidy_source()` should not write an extra space to the last line of code (thanks, @mr-karan, #49) o long strings (> 1000 characters) in source code can be preserved now (thanks, @jholtman, #50) o `tidy_source()` might move any lines of code starting with `else` back to the previous lines (thanks, @Auburngrads, #51)
jperkin
pushed a commit
that referenced
this issue
Dec 27, 2016
Update DEPENDS(upstream dropped php-5.3 support) Upstream changes: Version 9.1.3 Dec 13 2016 [major] UI: File list now works properly with many hidden entries - core/#26518 [major] Transfer ownership fails in some sharing scenario - core/#26523 [major] Transfer ownership fails if external storage with user-specified password - core/#26530 [major] Transfer ownership fails with file shares with invalid permissions - core/#26541 [major] Transfer ownership must skip trashed shares - core/#26525 [major] Versions on external storage never expire - core/#24161 [major] Properly convert public upload OCS params - core/#26691 [major] Properly load object store apps at install time when required in config - core/#26299 [major] Fix issue in sharing API that can happen with Galera Cluster - core/#26700 [major] Cannot delete file in share link from global external storage - core/#25618 [major] Fix issue where first run wizard made web UI unusable in IE11 - core/#26438 [major] Cannot upload to federated share when only create/update permission given - core/#26173 [major] Auth header in new DAV endpoint can break with Windows Webdav - core/#26412 [minor] Transfer ownership don't bail out on error - core/#26524 [minor] Don't scan received shares in OCC files scan or background jobs - core/#26590 [minor] Remove useless warning in log when accessing public shares - core/#25455 [minor] Fix disappearance of share info when clicking favorite star - core/#26241 [minor] Don't bother fetching preview images if previews disabled in config.php - core/#26705 Version 9.1.2 Nov 8 2016 Core: Adjusted documentation link to issue template - core/#26087 Core: Display feedback in users page when changing password - core/#25532 Core: Fix mime type detection in hidden directories - core/#26133 Core: Change forum URL to central - core/#25644 Core: Fix share array format passed to "post_unshareFromSelf" hook - core/#26390 Core: Release mount info memory after running background jobs - core/#26223 Core: Improve users page performance by not sorting after every add - core/#26234 Core: Escape special chars in some queries - core/#25429 Core: Redirect to two factor challenge page when only a single provider exists - core/#26134 Core: Fix bogus PasswordLoginForbidden DAV error when logging in as non-existing user - core/#26123 Core: Change the minimum log level to FATAL - core/#26131 Core: Fix issue with "(2)" appearing on shares when querying avatar with wrong casing - core/#26271 Core: Enabling an app now also analyzes dependencies at this time instead of only at install - core/#26295 Core: Reuse cached app info to avoid high load on some environments - core/#25603 Core: Show warning instead of exception when trying to run ownCloud on Windows - core/#26208 Core: Fix misleading SSL/TLS SMTP email configuration - core/#26447 Core: Fix malformed attribute in files app page - core/#26480 DAV: Improve chunk assembly performance for new DAV endpoint - core/#26062 DAV: New chunking now returns Etag and OC-Etag on the final MOVE - core/#25682 DAV: Do not print exception messages in HTML - core/#26460 DAV: Sanitize length headers when validating quota - core/#26366 Files: Allow uploading empty files in the web UI - core/#19116 Files: Properly translate file summary in lists - core/#26221 Files: Exclude more invalid chars in path - core/#26461 Sharing: Let the share owner increase permissions - core/#25542 Federation: Fix sharing with remote user names containing spaces - core/#25955 Federation: Save some memory in sync job by releasing mount info after each user - core/#26204 Federation: Fix federated address book syncing by using the correct background job name - core/#26202 CalDAV: Add Schedule and IMip plugins when receiving webdav v1 api calendar calls - core/#23600 CardDAV: Unset photo before setting a new one - core/#26242 CardDAV: Fix for birthday entries - core/#25636 CardDAV: Limit image export mime types - core/#26459 Updater: Fix web UI update in some environments - updater/#378 Updater: Retrigger integrity check after update - updater/#405 User_LDAP: Added OCC command to update group mappings - user_ldap/#14 User_LDAP: Fix issue with "(2)" appearing on shares when refreshing users in some scenarios - core/#25718 User_external: Double verify the SMB response - apps/#2198 Firstrunwizard: Only display the wizard when in files app - firstrunwizard/#52 Gallery: Do not display technical error messages - gallery/#707
jperkin
pushed a commit
that referenced
this issue
Jan 16, 2017
* Many improvements from 1.0.38 The latest changelog: Roman fonts version 2.020 and Italic fonts version 1.075 (OTF, TTF, WOFF, WOFF2, EOT) Changed vendor ID to ADBO. (issue #52) Updated x-height measurements in all fonts. (issue #57) Updated name table to remove full license text from binary font files. Removed NULL (U+0000) and CR (U+000D) glyphs from TrueType fonts. The following changes only apply to the Italic fonts: Updated right side bearing of quotedblbase and kerning of baseline quotes. (issue #49) Added narrow no-break space (U+202F). Moved fi and fl ligatures to the end of glyph order.
jperkin
pushed a commit
that referenced
this issue
Jan 23, 2017
3.40: 2016-09-20 In repocutter, repair fatal bugs in log and setlog commands. In repocutter, added "see" command for reporting repository structure. In repocutter, added "sift" command inverting "expunge". 3.39: 2016-09-01 Make repocutter pathrename and expunge preserve Node-copyfrom-* headers. Make pathrename hack Node-copyfrom-path headers as well as Node-path. Enable repocutter to handle binary content in blobs. Improved documentation for the unite command. 3.38: 2016-08-27 Fix handling of second argument of timeoffset. Allow full find/replace with UTF-8. Make the syntax of the 'split' command consistent with the manual. Fix buggy 'authors write' command, and add a regression test for it. 3.37: 2016-03-14 Prevent two potential crash bug introduced by Python 3 porting. 3.36: 2016-03-13 The repocutter and repomapper utilities are now 8-bit clean under Python 3. Reorder 'done' stream terminator after tag and commit creates. Fix for GitLab issue #52, crash on a weird unite case. 3.35: 2016-02-25 Reposurgeon now runs under either Python 2 or 3. CVS repos are recognized by CVSROOT, not a (possibly missing) Attic. 3.34: 2016-02-16 Make repocutter DTRT when copyfrom roots are removed by expunge. 3.33: 2016-02-01 More work on header-order independence for both reposurgeon and repocutter. 3.32: 2016-01-31 Handle Subversion dumps as produced by svndumpfilter with Node-kind first. 3.31: 2016-01-23 repocutter, a tool for preprocessing Subversion repos, is now included. In repotool, a new 'branches' command lists branches (not tags). Fix repotool, 'tags' for CVS repo so it lists only tags, not branches. In repotool, a new 'compare-branches' command compares all branches. In repotool, a new 'compare-all' compares tip, tags, and branches. repotool no longer needs to run within a module directory for CVS. Move from BSD-3-clause to BSD-2-clause, apply SPDX tag. 3.30: 2016-01-10 Added "when" command for timestamp conversions. Fix GitHub issue #42: Repository.split_commit() produces invalid marks. Commands now tab-complete name arguments wherever that makes sense. Handle format 7 Subversion dumps with sporadic empty nodes. Selection sets now remain ordered rather than being sorted. There is a new @srt() function to explicitly sort selection sets. The reparent command can now specify multiple ancestors. In SVN repositories, a tag's subdirectory is now part of its name.
jperkin
pushed a commit
that referenced
this issue
Mar 20, 2017
Pear 1.10.3 2017-02-28 11:25 UTC Changelog: * Bug #21188: Class 'PEAR_Proxy' not found 1.10.2 2017-02-28 08:48 UTC Changelog: * Fix Bug #4426: PEAR_Autoloader __call() must take only 2 arguments [kna] * Fix Bug #20989: fatal error/bug in the postinstallscript task [kguest] * Fix Bug #20991: Strict Standards: startSession and run methods in PEAR_Task_Postinstallscript [kguest] * Fix Bug #21001: PEAR_ERROR_DIE exit code is 0 [danielc] * Pull Request #52: Channel's _lastmodified is an int and not a string [sathieu] * Pull Request #53: Add proper HTTPS proxy support through the CONNECT verb [youknow0] * Pull Request #58: Make method signatures compatible. [yunosh] XML_Util 1.4.2. 2017-02-22 14:32 UTC Changelog: * Bug #21184 Collapse issue 1.4.1 2017-02-07 13:12 UTC Changelog: * Bug #21177 XML_Util::collapseEmptyTags() can return NULL 1.4.0 2017-02-03 13:43 UTC Changelog: * Set minimum PHP version to 5.4.0 * Set minimum PEAR version to 1.10.1 * Adds a new XML_UTIL_COLLAPSE_NONE option for preventing empty tag collapsing. * Request #15467 CDATA sections and blank nodes
jperkin
pushed a commit
that referenced
this issue
Mar 20, 2017
jperkin
pushed a commit
that referenced
this issue
Apr 27, 2017
Allow `authGSSClientInit` principal kwarg to be None.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current netatalk version in 2013Q1 is netatalk-2.2.1nb11 which is a couple of years old now. Can we get an upgrade to version 3.0.3 please?
There is now more specific solaris functionality:
./configure --with-bdb=/opt/local --with-init-style=solaris --with-init-dir=/var/svc/manifest/network/ --prefix=/opt/local
Thanks!
The text was updated successfully, but these errors were encountered: