← Back to team overview

maria-discuss team mailing list archive

Re: [MariaDB Announce] MariaDB 10.2.23 and MariaDB Connector/J 2.4.1 now available

 

congratulations, again a point update which just don't compile

frankly what about RC announcements so that idiots like me building
packages from source can point out such issues *before* official
announcements?

[ 92%] Building CXX object sql/CMakeFiles/sql.dir/sql_plugin.cc.o
[ 92%] Building CXX object sql/CMakeFiles/sql.dir/sql_prepare.cc.o
[ 92%] Building CXX object sql/CMakeFiles/sql.dir/sql_rename.cc.o
/home/builduser/rpmbuild/BUILD/mariadb-10.2.23/sql/sql_parse.cc: In
function 'int mysql_execute_command(THD*)':
/home/builduser/rpmbuild/BUILD/mariadb-10.2.23/sql/sql_parse.cc:3515:16:
error: 'class THD' has no member named 'profiling'
           thd->profiling.discard_current_query();


cmake . \
 -DFEATURE_SET="large" \
 -DCMAKE_INSTALL_PREFIX="%{_prefix}" \
 -DINSTALL_INCLUDEDIR=include/mysql \
 -DINSTALL_LAYOUT=RPM \
 -DDAEMON_NAME="mysqld" \
 -DDAEMON_NO_PREFIX="mysqld" \
 -DNICE_PROJECT_NAME="MariaDB" \
 -DINSTALL_LIBDIR="%{_lib}/mysql" \
 -DINSTALL_MANDIR=share/man \
 -DINSTALL_MYSQLSHAREDIR=share/mysql \
 -DINSTALL_MYSQLTESTDIR=share/mysql-test \
 -DINSTALL_PLUGINDIR="%{_lib}/mysql/plugin" \
 -DINSTALL_SBINDIR=libexec \
 -DINSTALL_SCRIPTDIR=bin \
 -DINSTALL_SQLBENCHDIR= \
 -DINSTALL_SUPPORTFILESDIR=share/mysql \
 -DMYSQL_DATADIR="%{_sharedstatedir}/mysql" \
 -DMYSQL_UNIX_ADDR="%{_sharedstatedir}/mysql/mysql.sock" \
 -DENABLED_PROFILING=OFF \
 -DENABLE_DEBUG_SYNC=OFF \
 -DENABLE_DTRACE=OFF \
 -DPLUGIN_ARIA=YES \
 -DPLUGIN_CSV=YES \
 -DPLUGIN_MYISAM=YES \
 -DPLUGIN_ARCHIVE=NO \
 -DPLUGIN_BLACKHOLE=NO \
 -DPLUGIN_CASSANDRA=NO \
 -DPLUGIN_CONNECT=NO \
 -DPLUGIN_EXAMPLE=NO \
 -DPLUGIN_FEDERATED=NO \
 -DPLUGIN_FEDERATEDX=NO \
 -DPLUGIN_FEEDBACK=NO \
 -DPLUGIN_MROONGA=NO \
 -DPLUGIN_MYISAMMRG=NO \
 -DPLUGIN_OQGRAPH=NO \
 -DPLUGIN_PARTITION=NO \
 -DPLUGIN_PERFSCHEMA=NO \
 -DPLUGIN_ROCKSDB=NO \
 -DPLUGIN_SEMISYNC=NO \
 -DPLUGIN_SEQUENCE=NO \
 -DPLUGIN_SPHINX=NO \
 -DPLUGIN_SPIDER=NO \
 -DPLUGIN_TOKUDB=NO \
 -DPLUGIN_XTRADB=NO \
 -DWITHOUT_DYNAMIC_PLUGINS=ON \
 -DWITH_ATOMIC_OPS=smp \
 -DWITH_EMBEDDED_SERVER=OFF \
 -DWITH_INNODB_DISALLOW_WRITES=OFF \
 -DWITH_INNODB_BZIP2=OFF \
 -DWITH_INNODB_LZ4=OFF \
 -DWITH_INNODB_LZMA=OFF \
 -DWITH_INNODB_LZO=OFF \
 -DWITH_INNODB_SNAPPY=OFF \
 -DWITH_MYSQLCOMPAT=ON \
 -DSECURITY_HARDENED=OFF \
 -DWITH_LIBARCHIVE=OFF \
 -DWITH_LIBWRAP=OFF \
 -DWITH_MARIABACKUP=OFF \
 -DWITH_PIC=NO \
 -DWITH_READLINE=OFF \
 -DWITH_SAFEMALLOC=OFF \
 -DWITH_VALGRIND=OFF \
 -DWITH_WSREP=OFF \
 -DWITH_JEMALLOC=OFF \
 -DWITH_SSL=system \
 -DWITH_ZLIB=system

Am 25.03.19 um 22:28 schrieb MariaDB Announce List:
> The MariaDB Foundation is pleased to announce the availability
> of MariaDB 10.2.23, the latest stable release in the MariaDB
> 10.2 series, as well as MariaDB Connector/J 2.4.1, the latest
> stable MariaDB Connector/J release.
> 
> See the Release Notes and Changelogs for details.
> 
> 
> - - Links  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
> 
> MariaDB 10.2.23
>   - Release Notes: https://mariadb.com/kb/en/mdb-10223-rn/
>   - Changelog:     https://mariadb.com/kb/en/mdb-10223-cl/
>   - Downloads:     https://downloads.mariadb.org/mariadb/10.2.23
> 
>   About MariaDB 10.2:
>    - https://mariadb.com/kb/en/what-is-mariadb-102/
> 
>   APT and YUM Repository Configuration Generator:
>    - https://downloads.mariadb.org/mariadb/repositories/
> 
> 
> MariaDB Connector/J 2.4.1
>  - Release Notes: https://mariadb.com/kb/en/mcj-241-rn/
>  - Changelog:     https://mariadb.com/kb/en/mcj-241-cl/
>  - Downloads: https://downloads.mariadb.org/connector-java/2.4.1/
> 
> - - MariaDB Books  - - - - - - - - - - - - - - - - - - - - - - - - - -
> 
> There is an ever-growing library of MariaDB books available to help
> you get the most out of MariaDB. See the MariaDB Books page for
> details and links:
> 
>   - https://mariadb.org/learn/books/
> 
> 
> - - User Feedback plugin - - - - - - - - - - - - - - - - - - - - - - -
> 
> MariaDB includes a User Feedback plugin. This plugin is disabled by
> default. If enabled, it submits basic, completely anonymous MariaDB
> usage information. This information is used by the developers to
> track trends in MariaDB usage to better guide development efforts.
> 
> If you would like to help make MariaDB better, please add
> "feedback=ON" to your my.cnf or my.ini file!
> 
> See http://mariadb.com/kb/en/user-feedback-plugin for more
> information.
> 
> 
> - - Quality  - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
> 
> The project always strives for quality, but in reality, nothing is
> perfect. Please take time to report any issues you encounter at:
> 
>   - http://jira.mariadb.org
> 
> Note that the bug tracker is not a support channel. If you are
> running MariaDB in an enterprise environment, please consider paying
> for support and related services from a commercial company:
> 
> - https://mariadb.org/about/service-providers/
> 
> MariaDB is a true open source project. We welcome everyone's
> contributions, be it by testing, submitting good bug reports,
> debugging and writing code, writing documentation or in any other
> way that helps to make the MariaDB server and related
> software ever better.


Follow ups