@@ -450,7 +450,19 @@ INSERT INTO t1dec102 VALUES (999.99);
SELECT*FROMt1dec102ORDERBYa;
DROPTABLEt1dec102;
flushlogs;
#
# MDEV-22330: mysqlbinlog stops with an error Don't know how to handle column
# type: 255 meta: 4 (0004)
# Check support for GEOMETRY type with verbose mode.
#
CREATETABLEt1(aGEOMETRYDEFAULTNULL);
INSERTINTOt1VALUES(NULL);
INSERTINTOt1VALUES(POINT(10,10));
DROPTABLEt1;
FLUSHLOGS;
--replace_result$MYSQLTEST_VARDIRMYSQLTEST_VARDIR
--replace_regex/SQL_LOAD_MB-[0-9]-[0-9]/SQL_LOAD_MB-#-#/ /exec_time=[0-9]*/exec_time=#/ /end_log_pos [0-9]*/end_log_pos #/ /# at [0-9]*/# at #/ /thread_id=[0-9]*/thread_id=#/ /table id [0-9]*/table id #/ /mapped to number [0-9]*/mapped to number #/ /server v [^ ]*/server v #.##.##/ /(@[0-9]*=[0-9]*[.][0-9]{1,3})[0-9e+-]*[^ ]*(.*(FLOAT|DOUBLE).*[*].)/\1...\2/ /CRC32 0x[0-9a-f]*/CRC32 XXX/ /collation_server=[0-9]+/collation_server=X/ /character_set_client=[0-9]+/character_set_client=X/ /collation_connection=[0-9]+/collation_connection=X/