fix some bugs
This commit is contained in:
@ -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;
|
||||
+--------------------+
|
||||
|
||||
Reference in New Issue
Block a user