[Maria-discuss] LTO build fails likely because -static-libgcc

2017-01-20 Thread Reindl Harald
why does MariaDB use "-g -static-libgcc" in "mysql_release.cmake" and so besides override -g0 break -flto builds? ___ Mailing list: https://launchpad.net/~maria-discuss Post to : maria-discuss@lists.launchpad.net Unsubscribe : https://launchpad.net

Re: [Maria-discuss] for years failing tests

2017-01-20 Thread Reindl Harald
Am 20.01.2017 um 22:58 schrieb Elena Stepanova: Hi Reindl, On 01/20/2017 06:03 PM, Reindl Harald wrote: shouldn't the testsuite at some point in time run without errors? The testsuite should run without errors with some combinations of build/run server options which it's tuned for and which

Re: [Maria-discuss] for years failing tests

2017-01-20 Thread Reindl Harald
Am 20.01.2017 um 20:26 schrieb Sergei Golubchik: Hi, Reindl! On Jan 20, Reindl Harald wrote: looks like many of them are caused by "--mysqld=--binlog-format=mixed" but without a ton of tests are skipped with "Neither MIXED nor STATEMENT binlog format" what i really don't understand when you c

Re: [Maria-discuss] for years failing tests

2017-01-20 Thread Elena Stepanova
Hi Reindl, On 01/20/2017 06:03 PM, Reindl Harald wrote: shouldn't the testsuite at some point in time run without errors? The testsuite should run without errors with some combinations of build/run server options which it's tuned for and which we normally run it with. Unfortunately, with a

Re: [Maria-discuss] for years failing tests

2017-01-20 Thread Sergei Golubchik
Hi, Reindl! On Jan 20, Reindl Harald wrote: > looks like many of them are caused by "--mysqld=--binlog-format=mixed" > but without a ton of tests are skipped with "Neither MIXED nor STATEMENT > binlog format" what i really don't understand when you configure and > start mysqld scripted > > bin

Re: [Maria-discuss] for years failing tests

2017-01-20 Thread Reindl Harald
looks like many of them are caused by "--mysqld=--binlog-format=mixed" but without a ton of tests are skipped with "Neither MIXED nor STATEMENT binlog format" what i really don't understand when you configure and start mysqld scripted binlog.binlog_mysqlbinlog-cp932 'row'[ skipped ] Neith

Re: [Maria-discuss] what about cleanly deprecation of config options

2017-01-20 Thread Reindl Harald
Am 20.01.2017 um 18:23 schrieb Sergei Golubchik: Hi, Reindl! On Jan 20, Reindl Harald wrote: why do we have here ON/OFF and YES/NO at all -DWITH_XTRADB=1 \ -DWITH_PARTITION=1 \ -DWITHOUT_ARCHIVE=1 \ -DWITHOUT_BLACKHOLE=1 \ -DWITHOUT_CASSANDRA=1 \ -DWITHOUT_MROONGA=1 \ -DWITHOUT

Re: [Maria-discuss] what about cleanly deprecation of config options

2017-01-20 Thread Sergei Golubchik
Hi, Reindl! On Jan 20, Reindl Harald wrote: > why do we have here ON/OFF and YES/NO at all > > -DWITH_XTRADB=1 \ > -DWITH_PARTITION=1 \ > -DWITHOUT_ARCHIVE=1 \ > -DWITHOUT_BLACKHOLE=1 \ > -DWITHOUT_CASSANDRA=1 \ > -DWITHOUT_MROONGA=1 \ > -DWITHOUT_OQGRAPH=1 \ > -DWITHOUT_PERFSCHEM

Re: [Maria-discuss] what about cleanly deprecation of config options

2017-01-20 Thread Reindl Harald
why do we have here ON/OFF and YES/NO at all -DWITH_XTRADB=1 \ -DWITH_PARTITION=1 \ -DWITHOUT_ARCHIVE=1 \ -DWITHOUT_BLACKHOLE=1 \ -DWITHOUT_CASSANDRA=1 \ -DWITHOUT_MROONGA=1 \ -DWITHOUT_OQGRAPH=1 \ -DWITHOUT_PERFSCHEMA=1 \ -DWITHOUT_SPHINX=1 \ -DWITHOUT_SPIDER=1 \ -DENABLED_PROFILING=O

Re: [Maria-discuss] what about cleanly deprecation of config options

2017-01-20 Thread Reindl Harald
Am 20.01.2017 um 17:28 schrieb Brian Evans: On 1/20/2017 11:21 AM, Reindl Harald wrote: -DWITHOUT_PERFSCHEMA=1 also seems not to work with 10.1.x because phpMyAdmin shows it as available engine whlie it's not there in 10.0.x and you have exactly the same problem that it depens if you have the

Re: [Maria-discuss] for years failing tests

2017-01-20 Thread Reindl Harald
Am 20.01.2017 um 17:21 schrieb Sergei Golubchik: Hi, Reindl! I cannot repeat this. I get: rpl.rpl_binlog_index 'row' [ skipped ] Not ROW format rpl.sec_behind_master-5114 'stmt'[ skipped ] Not STATEMENT format rpl.rpl_semi_sync_event_after_sync 'innodb,mix' [ pass ] 1

Re: [Maria-discuss] what about cleanly deprecation of config options

2017-01-20 Thread Brian Evans
On 1/20/2017 11:21 AM, Reindl Harald wrote: > -DWITHOUT_PERFSCHEMA=1 also seems not to work with 10.1.x because > phpMyAdmin shows it as available engine whlie it's not there in 10.0.x > and you have exactly the same problem that it depens if you have the > unwnated feature silently built or wehn

Re: [Maria-discuss] what about cleanly deprecation of config options

2017-01-20 Thread Reindl Harald
-DWITH_PARTITION=1 is also not intentional but in the past builds failed when specify it and it leads to the same problem: skip-partition now in every server config would lead to service failing when the build does what it was originally supposed to do Am 20.01.2017 um 17:21 schrieb Reindl H

Re: [Maria-discuss] what about cleanly deprecation of config options

2017-01-20 Thread Reindl Harald
Am 20.01.2017 um 17:11 schrieb Sergei Golubchik: Hi, Reindl! On Jan 20, Reindl Harald wrote: what about spit some warnings in 10.0.x releases instead after update to 10.1.x service not starting and you can look what confdig options needs to be removed 2017-01-20 16:34:36 140555676232000 [ERR

Re: [Maria-discuss] for years failing tests

2017-01-20 Thread Sergei Golubchik
Hi, Reindl! I cannot repeat this. I get: rpl.rpl_binlog_index 'row' [ skipped ] Not ROW format rpl.sec_behind_master-5114 'stmt'[ skipped ] Not STATEMENT format rpl.rpl_semi_sync_event_after_sync 'innodb,mix' [ pass ] 10470 (it's innodb in my build, but that shouldn't ma

Re: [Maria-discuss] what about cleanly deprecation of config options

2017-01-20 Thread Reindl Harald
-DWITHOUT_PERFSCHEMA=1 also seems not to work with 10.1.x because phpMyAdmin shows it as available engine whlie it's not there in 10.0.x and you have exactly the same problem that it depens if you have the unwnated feature silently built or wehn you disable it in my.cnf and the build next time

Re: [Maria-discuss] what about cleanly deprecation of config options

2017-01-20 Thread Sergei Golubchik
Hi, Reindl! On Jan 20, Reindl Harald wrote: > what about spit some warnings in 10.0.x releases instead after update to > 10.1.x service not starting and you can look what confdig options needs > to be removed > > 2017-01-20 16:34:36 140555676232000 [ERROR] /usr/libexec/mysqld: unknown > option

[Maria-discuss] for years failing tests

2017-01-20 Thread Reindl Harald
shouldn't the testsuite at some point in time run without errors? "run STOP SLAVE '' first" - uhm did i start it? it's scripted by shipped scripts [root@testserver:~]$ cat /usr/local/bin/mysql-test.sh #!/usr/bin/dash /usr/bin/su -c 'cd /usr/share/mysql-test; ./mysql-test-run.pl --parallel=1 --

[Maria-discuss] what about cleanly deprecation of config options

2017-01-20 Thread Reindl Harald
what about spit some warnings in 10.0.x releases instead after update to 10.1.x service not starting and you can look what confdig options needs to be removed 2017-01-20 16:34:36 140555676232000 [ERROR] /usr/libexec/mysqld: unknown option '--skip-federated' 2017-01-20 16:34:36 140555676232000

Re: [Maria-discuss] -DWITH_INNODB_DISALLOW_WRITES=OFF and still generated files

2017-01-20 Thread Brian Evans
On 1/20/2017 9:50 AM, Reindl Harald wrote: > 10.1.21 - first try build 10.1.x > > -DWITH_INNODB_DISALLOW_WRITES=OFF > and the stuff below is still built - why? > > Fehler beim Bauen des RPM: > Installierte (aber nicht gepackte) Datei(en) gefunden: >/usr/bin/wsrep_sst_common >/usr/bin/w

Re: [Maria-discuss] -DWITH_INNODB_DISALLOW_WRITES=OFF and still generated files

2017-01-20 Thread Reindl Harald
ok now i could really puke -DWITHOUT_WSREP=1 - does nothing, no warning -DWITH_WSREP=OFF - partly works some files are still generated - what a mess with all that without=off/on, with=off/on, disable=off/on, enable=off/on frankly i want my ./configure --help back Fehler beim Bauen des RPM:

[Maria-discuss] -DWITH_INNODB_DISALLOW_WRITES=OFF and still generated files

2017-01-20 Thread Reindl Harald
10.1.21 - first try build 10.1.x -DWITH_INNODB_DISALLOW_WRITES=OFF and the stuff below is still built - why? Fehler beim Bauen des RPM: Installierte (aber nicht gepackte) Datei(en) gefunden: /usr/bin/wsrep_sst_common /usr/bin/wsrep_sst_mysqldump /usr/bin/wsrep_sst_rsync /usr/bin