1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-15 12:09:09 +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 Leonid Fedorov
parent 47d01b2d2f
commit 029a573639
39 changed files with 318 additions and 101 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