You've already forked mariadb-columnstore-engine
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:
committed by
Alan Mologorsky
parent
4a069ddbc1
commit
ddbdb97071
@@ -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
|
||||
|
Reference in New Issue
Block a user