1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-35204 mysqlbinlog --verbose fails on row events with vector type

test case
This commit is contained in:
Sergei Golubchik
2024-10-19 14:19:57 +02:00
parent ed9fec0266
commit dd9a5dd5b5
2 changed files with 51 additions and 0 deletions

View File

@@ -13,4 +13,12 @@ select pk, vec_totext(a) from t;
--connection master
drop table t;
--echo #
--echo # MDEV-35204 mysqlbinlog --verbose fails on row events with vector type
--echo #
flush binary logs;
--let $datadir= `select @@datadir`
--replace_regex /#\d.*\n// /SET TIMESTAMP=\d+.*\n// /pseudo_thread_id=\d+/pseudo_thread_id=123/
--exec $MYSQL_BINLOG --verbose --base64-output=never --skip-print-row-event-positions $datadir/master-bin.000001
--source include/rpl_end.inc