[CONJ-857] Avoid using mysql.proc table Created: 2021-02-15  Updated: 2021-05-10  Resolved: 2021-05-10

Status: Closed
Project: MariaDB Connector/J
Component/s: metadata
Affects Version/s: None
Fix Version/s: 2.7.3

Type: Task Priority: Major
Reporter: Diego Dupin Assignee: Diego Dupin
Resolution: Fixed Votes: 0
Labels: None


 Description   

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

  • for xpand compatibility
  • some clouds doesn't permit access to mysql.proc table (like SkySQL)
  • mysql 8 compatibility

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.



 Comments   
Comment by Diego Dupin [ 2021-03-29 ]

done in 3.0, using information_schema.parameters

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