Opened 11 years ago
Closed 11 years ago
#4779 closed enhancement (fixed)
mariadb-10.0.9
Reported by: | Fernando de Oliveira | Owned by: | Fernando de Oliveira |
---|---|---|---|
Priority: | normal | Milestone: | 7.6 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description (last modified by )
[http://tweedo.com/mirror/mariadb/mariadb-10.0.9/kvm-tarbake-jaunty-x86/mariadb-10.0.9.tar.gz
https://mariadb.com/kb/en/mariadb-1009-release-notes/
Notable Changes
MariaDB 10.0.9 is primarily a bug-fix and polishing release.
Notable changes of this release include:
InnoDB upgraded to version 5.6.15 Extended-keys optimization is now enabled by default. MariaDB can be compiled to use the system's PCRE library. Added MASTER_GTID_WAIT() and @@last_gtid. When a TIME value is casted to a DATETIME, the date part will be the CURRENT_DATE, not 0000-00-00. This is compatible with the SQL standard and MySQL-5.6. One can use @@old_mode=ZERO_DATE_TIME_CAST to revert to the old behavior. XtraDB is now the default InnoDB implementation, Oracle InnoDB is a plugin that can be dynamically loaded if desired. Builds for Debian Sid and Ubuntu Trusty are being made available for the first time in the MariaDB repositories. For this release the Trusty packages are considered as alpha releases. The Sid packages will likely always be considered as such. Both were made as part of normal MariaDB development, and we're making them available for those that want to test or try them out.
For a complete list of changes made in MariaDB 10.0.9, with links to detailed information on each push, see the changelog.
Change History (8)
comment:1 by , 11 years ago
Description: | modified (diff) |
---|
comment:2 by , 11 years ago
comment:3 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
I am going to try to build with prefix DIRECTORY/usr and test there.
comment:4 by , 11 years ago
I did a normal default build and install. All tests passed and it works.
New version is supposed to support system pcre, but not in my system:
-- Looking for vidattr in /usr/lib/libcurses.so - found -- Looking for malloc_stats_print in jemalloc -- Looking for malloc_stats_print in jemalloc - not found -- Looking for pcre_stack_guard in pcre -- Looking for pcre_stack_guard in pcre - not found CMake Error at cmake/pcre.cmake:10 (MESSAGE): system pcre is not found or unusable Call Stack (most recent call first): CMakeLists.txt:366 (CHECK_PCRE) -- Configuring incomplete, errors occurred! See also "/home/fernando/tmp/paco-build-2014.03.15-20h46m44s/mariadb-10.0.9/build/CMakeFiles/CMakeOutput.log". See also "/home/fernando/tmp/paco-build-2014.03.15-20h46m44s/mariadb-10.0.9/build/CMakeFiles/CMakeError.log".
comment:6 by , 11 years ago
Compiled pcre-8.34, and mariadb-10.0.9 can find it now. Will have breakfast, now, while building for new statistics. Thank you very much, Bruce!
comment:7 by , 11 years ago
missing in my install:
mysql_client_test_embedded mysql_embedded mysqltest_embedded tokuftdump (this one needs TokuDB)
No *embedded. Is it important to have EMBEDDED?
WITH_EMBEDDED_SERVER:BOOL=OFF
comment:8 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
It is in the book:
Command Explanations ... -DWITH_EMBEDDED_SERVER=ON: This switch enables compiling the embedded server library needed by certain applications, such as Amarok.
Fixed at r12864.
Problem is that this and MysQL have most programs with the same name. I update MysQL, have programs complied with it. Think is not advisable to update this one in my machine.