MDEV-20175 Move Type_handler_row from Type_collection_std to Type_collection_row

This commit is contained in:
Alexander Barkov 2019-07-25 04:38:05 +04:00
commit 061a0f0b8d
12 changed files with 198 additions and 25 deletions

View file

@ -244,7 +244,7 @@ BEGIN
END;
$$
DELIMITER ;$$
--error ER_OPERAND_COLUMNS
--error ER_ILLEGAL_PARAMETER_DATA_TYPES2_FOR_OPERATION
CALL p1();
DROP PROCEDURE p1;
@ -257,7 +257,7 @@ BEGIN
END;
$$
DELIMITER ;$$
--error ER_OPERAND_COLUMNS
--error ER_ILLEGAL_PARAMETER_DATA_TYPES2_FOR_OPERATION
CALL p1();
DROP PROCEDURE p1;