Getting column names out of binlog "after" Row
using Column::name_str()
#371
Replies: 6 comments
-
This is strange. Can you observe names using mysqlbinlog program with |
Beta Was this translation helpful? Give feedback.
-
Sure, here is a sample of
BTW, I put I also switched to 8.0 insteead of 8.2 (because only the 8.0-debian docker image contained the Thanks for the whole project BTW! |
Beta Was this translation helpful? Give feedback.
-
I noticed however when using
even tho this is not the original statement I executed. |
Beta Was this translation helpful? Give feedback.
-
Ok so I don't explain it but I switched to your mysql_async crate and I don't receive those column names anymore. Closing this for now! |
Beta Was this translation helpful? Give feedback.
-
actually still getting those |
Beta Was this translation helpful? Give feedback.
-
I think I found the problem: I was not passing the Closing again. sorry for the noise! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I'm following closely what is done here https://github.com/blackbeam/rust_mysql_common/blob/f724a4efc0d14a3283ef2f90d651a6d099b98aa5/src/binlog/mod.rs#L753-L777
but all I get is strings like
@1
. my mysql server (8.2.0 ) is configured with--log-bin --binlog-format=row --binlog-row-image=minimal --binlog-row-metadata=full'
.Any idea what I am doing wrong? My code is visible here https://github.com/docteurklein/cdc-rs/blob/f95c7d8e152b090e93b9a93d96fa5358d46178ac/src/main.rs#L63
Beta Was this translation helpful? Give feedback.
All reactions