mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
ff0bf451db
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. |
||
---|---|---|
.. | ||
install_spider.sql |