Petr Vaněk

Results 43 comments of Petr Vaněk

This is a bit obsolete now, version 3.4.1 is available upstream.

I had the same issue (version 1.19.2). Indeed, `own_window_type = 'desktop'` solved it for me as well. @gsommavilla: thanks!

Funny, I was just about to create the same issue :) I was recently pointed to [Accelerate Snort Performance with Hyperscan and Intel Xeon Processors on Public Clouds](https://networkbuilders.intel.com/docs/networkbuilders/accelerate-snort-performance-with-hyperscan-and-intel-xeon-processors-on-public-clouds-1680176363.pdf) document via...

ah, I see, the `filter-lto` was added after this PR, few days ago, see https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3feee7984bf0b20f52f20dec288f152d756004da.

Just for the record, both fail with this error: ``` CURRENT_TEST: main.ssl_crl --- /var/tmp/portage/dev-db/mariadb-10.11.7/work/mysql/mysql-test/main/ssl_crl.result 2024-02-01 17:44:36.000000000 +0000 +++ /var/tmp/portage/dev-db/mariadb-10.11.7/work/mysql/mysql-test/main/ssl_crl.reject 2024-03-07 14:25:49.246417953 +0000 @@ -2,4 +2,4 @@ Variable_name Value Ssl_version TLS_VERSION...

I am not going to block the merge because of this test. It is obviously test issue.

I added following to the commit message: > The include patch is removed since it was upstreamed. It is useful info and it is always better to have it there.

The rebase to 10.5 is not straightforward because `include/aligned.h` was introduced between 10.5 and 10.6 in commit 379467311102 - `MDEV-28836: Memory alignment cleanup`. It would be necessary to transform the...

I can prepare the patch for 10.4 in separate PR. Then, it will be necessary to resolve conflict when 10.5 will be merged to 10.6. I don't know if any...

I rebased the branch to the top of 10.6. I will create PR with backport to 10.5 soon.