Nikita Malyavin

Results 32 comments of Nikita Malyavin

> Also, does your test harness send SIGSTOP to the tracee? No. I asked the colleagues as well, we are concerned that the server doesn't do anything with SIGSTOP, nor...

I tried one more thing: I added `fprintf(stderr, "Exiting...\n");` right before the call of `exit(exit_code);` in `mysqld_exit`. I and I saw that output: ``` 2024-05-14 14:59:42 0 [Note] /home/nik/mariadb/bld/sql/mariadbd: Shutdown...

@rocallahan here are `RR_LOG=all` log output and `rr dump` archived [rr_dumps.zip](https://github.com/rr-debugger/rr/files/15311343/rr_dumps.zip)

> What exact debugger commands are you running? The simple `r` to the end of record gives a crash. Just one note, that I am doing it with `-s` option,...

Hi, I was going to return to this when I had some time, and here it is. After the latest update, everything works correctly. Any Idea what happened? last version...

I will close it then. Thank you for your support.

@holyfoot we have handler::is_root_handler for that

@Simoffsky just to clarify what @vuvova means, we'll extract the `maria_table->triggers->process_triggers` call into the sql-layer function (somewhere in sql_class.cc). We **do** want to execute triggers from innodb cascade changes!

as a good example where it clearly has an effect, I would provide `translog_mark_file_finished` in `ma_loghandler.c`. There we could see, that not only clang 21 does a loop inversion, but...

@vaintroub can you tell something about appveyor results now -- is it somehing common, or is it this PR's issue?