Sergei Golubchik

Results 124 comments of Sergei Golubchik

@ottok, introduced to fix what problem?

@YoungHypo, just wanted to say, that we're still testing VIDEX — a couple of developers have it installed and run various queries. Unfortunately, it's not very visible in the PR,...

Disclaimer: I only looked at the first commit. For now I'm trying to understand a problem and **what a solution should be**, not to discuss a particular solution. I see...

binlog-filtered doesn't seem to matter, but, indeed, with two engines one can have binlog in the middle. Still, Kristian's and my point stands — Rollback should do full 2pc if...

What do you mean, for what reason, that's how 2pc works. if there's one participant that cannot do 2pc, it should be in the middle. That's why the protocol is...

> What engine committed? None of the trans->all.ha_list does so. Aria. Or MyISAM. Any non-transactional engine. "Committed" in the sense that changes made between `START TRANSACTION` and `ROLLBACK` were made...

It seems you have committed without setting `user.email` to your github account, the commit shows ``` From: zhikong ``` You either need to add this email to you github account...

this doesn't look right. why prefixed columns are not considered? This looks like a bug that should be fixed, not documented.

someone reports a bug. we need to decide how to fix it, we cannot blindly do whatever reporter says. Perhaps, partitioning cannot take into account prefix prefix keys. I don't...

> I saw it, but that would be an enhancement over the existing MyISAM/Aria only checks Unfortunately, `mariadb-check` doesn't have a mode "only check MyISAM/Aria", so our options are *...