Vladislav Vaintroub

Results 40 comments of Vladislav Vaintroub

One way to go could be (On Linux) non-blocking writes, then wait in a poll() for fd to be writable, with another fd used as signal for the interrupt. another...

What I mean with Windows is that - if you do not know if something will work or not, just do not add #ifndef _WIN32. If you'll disable it, we'll...

A general suggestion : can we do pure refactoring task in current development branch, i.e rebase the patch onto 11.6? In the old versions, we usually only fix bug. Large...

> > A general suggestion : can we do pure refactoring task in current development branch, i.e rebase the patch onto 11.6? In the old versions, we usually only fix...

Thank you! Looks mostly good. Can we do pure whitespace fixes in a separate commit (if at all)?

unfortunately it is slightly backwards in the bug report. the message boxin the picture has the correct, non-truncated message. [CONC-686](https://jira.mariadb.org/browse/CONC-686) was not there in the older version, and it is...

> The very purpose of this test is to test the `DATA DIRECTORY` option. If you don't have symlinks (.isl files) enabled, the `DATA DIRECTORY` option doesn't work. So, isn't...

I asked to test the fix in [MariaDB bug report](https://jira.mariadb.org/browse/MDEV-34372), hopefully there will be some feedback. Myself, I do not have hardware *that old*

So, I found a way to reproduce it, apparently just install of fresh Windows 10 to VirtualBox does it for me. AVX/AVX2, and couple of other instructions (FMA) are unsupported....

Perfect, this patch seems to have fixed the issue. thank you!