Re: [Maria-developers] Review of MDEV-5730: enhance security using special compilation options

2014-06-24 Thread Sergei Golubchik
Hi, Reindl! On Jun 24, Reindl Harald wrote: > please make sure that explicit set options are not overriden > > in case of GCC the last option wins > > so if you set "-fstack-protector" by add it to the flags you disable > "-fstack-protector-strong" from below which depends on the GCC version > a

Re: [Maria-developers] Review of MDEV-5730: enhance security using special compilation options

2014-06-24 Thread Reindl Harald
please make sure that explicit set options are not overriden in case of GCC the last option wins so if you set "-fstack-protector" by add it to the flags you disable "-fstack-protector-strong" from below which depends on the GCC version and is now default in Fedora as example export CFLAGS="%{op

Re: [Maria-developers] [GSoC] Optimize mysql-test-runs - Setback

2014-06-24 Thread Elena Stepanova
Hi Pablo, On 23.06.2014 17:29, Pablo Estrada wrote: Hello Elena, Here's what I have to report: 1. I removed the getLogger function from every called. It did improve performance significantly. That's nice. 2. I also made sure that only the priority queues that concern us are

[Maria-developers] Review of MDEV-5730: enhance security using special compilation options

2014-06-24 Thread Kristian Nielsen
> commit feab48657528b9bb40fb035d51bee28d93710c1e > Author: Sergei Golubchik > Date: Mon Jun 16 21:39:09 2014 +0200 > > MDEV-5730 enhance security using special compilation options > > -Wl,-z,relro,-z,now > -pie > -fstack-protector --param=ssp-buffer-size=4 > -D_FORTIFY

Re: [Maria-developers] Doubt in bin logging for CREATE VIEW

2014-06-24 Thread Kristian Nielsen
sriram patil writes: > I have not yet figured out how to write automated test cases for > replication, but will do that soon. Here is one existing test case that should be a good simple example as a starting point for this, when you get to it: mysql-test/suite/rpl/t/rpl_locale.test You run