mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 21:42:35 +01:00
12e2d03948
The error occurs because of how the character set and collation are chosen for
stored procedure parameters that have a character data type. If the character
set and collation are not explicitly stated in the declaration, the server
chooses the database character set and collation in effect at routine creation
time.
To fix the problem, I added explicit character set and collation attributes
for the stored procedure parameters in the install_spider.sql script.
Author:
Jacob Mathew.
Reviewer:
Kentoku Shiba.
Cherry-Picked:
Commit
|
||
---|---|---|
.. | ||
install_spider.sql |