1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-07 03:22:57 +03:00

chore(tests): canonize tests after server MDEV-19052

chore(tests): canonize hex(-1) after some server fixes
chore(tools) update fullmtr manual runner
chore(tests): canonize hex values for negative
This commit is contained in:
Leonid Fedorov
2024-09-05 14:49:08 +00:00
committed by Alan Mologorsky
parent 4a069ddbc1
commit ddbdb97071
40 changed files with 350 additions and 112 deletions

View File

@@ -18,7 +18,7 @@ HEX(10)
A
SELECT HEX(-1) FROM t1 LIMIT 1;
HEX(-1)
FFFF
FFFFFFFFFFFFFFFF
SELECT HEX('a') FROM t1 LIMIT 1;
HEX('a')
61