fix some bugs

This commit is contained in:
wangt1xiuyi
2023-08-17 17:06:37 +08:00
committed by ob-robot
parent 6ec8de9305
commit 09f80e6a68
14 changed files with 318 additions and 9 deletions

View File

@ -22,7 +22,7 @@ select c2, partition_hash(c2) from t1;
select c3, partition_hash(c3) from t1;
ERROR HY000: The PARTITION function returns the wrong type
select partition_hash(c1, c2) from t1;
ERROR HY000: Internal error
ERROR HY000: Incorrect arguments to part hash
select partition_hash(10) from t1;
+--------------------+