[CONCPP-69] Avoid using mysql.proc table Created: 2021-02-15  Updated: 2021-06-14  Resolved: 2021-06-14

Status: Closed
Project: MariaDB Connector/C++
Component/s: General
Affects Version/s: 1.0.0
Fix Version/s: 1.0.1

Type: Bug Priority: Major
Reporter: Lawrin Novitsky Assignee: Lawrin Novitsky
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

There is different reason not to use mysql.proc table :

for xpand compatibility
some clouds doesn't permit access to mysql.proc table
(mysql 8 doesn't have the table anymore)
for metadata about FUNCTION/PROCEDURE, driver use mysql.proc to retrieve all informations.

This task is to verify that those information can be available using SHOW PROCEDURE/FUNCTION STATUS / or using information_schema.


Generated at Thu Feb 08 03:08:06 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.