Re: [Maria-discuss] Fwd: [MariaDB Announce] MariaDB 10.2.9, MariaDB 10.1.28 and MariaDB Connector/J releases

2017-09-29 Thread Sergei Golubchik
Hi, Reindl! On Sep 29, Reindl Harald wrote: > > > Am 29.09.2017 um 11:01 schrieb Sergei Golubchik: > > Do you expect this diff to apply to 10.2.10 too? > > The short one could be: > > > > diff --git a/sql/CMakeLists.txt b/sql/CMakeLists.txt > > --- a/sql/CMakeLists.txt > > +++

Re: [Maria-discuss] Fwd: [MariaDB Announce] MariaDB 10.2.9, MariaDB 10.1.28 and MariaDB Connector/J releases

2017-09-29 Thread Reindl Harald
well, the attached patch works the many changes are because of poor source code quality with a wild mix of spaces and tabs for indents while any of my texteditors or IDE's convert tabs to spaces at save... Am 29.09.2017 um 13:28 schrieb Reindl Harald: Am 29.09.2017 um 11:01 schrieb Sergei

Re: [Maria-discuss] Fwd: [MariaDB Announce] MariaDB 10.2.9, MariaDB 10.1.28 and MariaDB Connector/J releases

2017-09-29 Thread Reindl Harald
Am 29.09.2017 um 11:01 schrieb Sergei Golubchik: Do you expect this diff to apply to 10.2.10 too? The short one could be: diff --git a/sql/CMakeLists.txt b/sql/CMakeLists.txt --- a/sql/CMakeLists.txt +++ b/sql/CMakeLists.txt @@ -283,10 +283,10 @@ IF(APPLE) ENDIF() ENDIF() -IF(NOT

Re: [Maria-discuss] Fwd: [MariaDB Announce] MariaDB 10.2.9, MariaDB 10.1.28 and MariaDB Connector/J releases

2017-09-29 Thread Reindl Harald
Am 29.09.2017 um 11:01 schrieb Sergei Golubchik: Hi, Reindl! On Sep 29, Reindl Harald wrote: Am 29.09.2017 um 08:45 schrieb Sergei Golubchik: Hi, Reindl! I was able to repeat this error using your cmake command-line. The culprit here is -DWITHOUT_DYNAMIC_PLUGINS=ON. The commit that

Re: [Maria-discuss] Fwd: [MariaDB Announce] MariaDB 10.2.9, MariaDB 10.1.28 and MariaDB Connector/J releases

2017-09-29 Thread Sergei Golubchik
Hi, Reindl! On Sep 29, Reindl Harald wrote: > Am 29.09.2017 um 08:45 schrieb Sergei Golubchik: > > Hi, Reindl! > > > > I was able to repeat this error using your cmake command-line. > > The culprit here is -DWITHOUT_DYNAMIC_PLUGINS=ON. The commit that > > introduced the bug

Re: [Maria-discuss] Fwd: [MariaDB Announce] MariaDB 10.2.9, MariaDB 10.1.28 and MariaDB Connector/J releases

2017-09-29 Thread Reindl Harald
Am 29.09.2017 um 08:45 schrieb Sergei Golubchik: Hi, Reindl! I was able to repeat this error using your cmake command-line. The culprit here is -DWITHOUT_DYNAMIC_PLUGINS=ON. The commit that introduced the bug (43b262af55db507320b165bb0f9abf05b2f05a89) makes

Re: [Maria-discuss] Fwd: [MariaDB Announce] MariaDB 10.2.9, MariaDB 10.1.28 and MariaDB Connector/J releases

2017-09-29 Thread Sergei Golubchik
Hi, Reindl! I was able to repeat this error using your cmake command-line. The culprit here is -DWITHOUT_DYNAMIC_PLUGINS=ON. The commit that introduced the bug (43b262af55db507320b165bb0f9abf05b2f05a89) makes SET_TARGET_PROPERTIES(mysqld PROPERTIES ENABLE_EXPORTS TRUE) to be only done

Re: [Maria-discuss] Fwd: [MariaDB Announce] MariaDB 10.2.9, MariaDB 10.1.28 and MariaDB Connector/J releases

2017-09-28 Thread Reindl Harald
Am 28.09.2017 um 18:17 schrieb Sergei Golubchik: Hi, Reindl! On Sep 28, Reindl Harald wrote: it would be really cool if MariaDB minor updates (10.2.8 to 10.2.9 in that case) would work like for any other software - just replace the tarball, raise the version in the spec-file and hit

Re: [Maria-discuss] Fwd: [MariaDB Announce] MariaDB 10.2.9, MariaDB 10.1.28 and MariaDB Connector/J releases

2017-09-28 Thread Sergei Golubchik
Hi, Reindl! On Sep 28, Reindl Harald wrote: > it would be really cool if MariaDB minor updates (10.2.8 to 10.2.9 in > that case) would work like for any other software - just replace the > tarball, raise the version in the spec-file and hit "rpmbuild -bb > mariadb.spec" > > CMakeError.log as

[Maria-discuss] Fwd: [MariaDB Announce] MariaDB 10.2.9, MariaDB 10.1.28 and MariaDB Connector/J releases

2017-09-28 Thread Reindl Harald
it would be really cool if MariaDB minor updates (10.2.8 to 10.2.9 in that case) would work like for any other software - just replace the tarball, raise the version in the spec-file and hit "rpmbuild -bb mariadb.spec" CMakeError.log as tar.bz2 attached