hi, everyone,
It seems that I have found the Error code 1296 with 240 error's reason: the mysql cluster doesn't make
DB's procedure shareed by multi SQL node and multi users.
And I have check mysql's offical document on "create procedure" statement syntax, it seems there is no storageengine syntax to make procedure public-shared as tables.
So how to make procedure store in NDBCluster as tables stored in NDBengine?
Is the only way to share a procedure by just making mysql-cluster's users accounts sharered by multi SQL nodes?
Bye.
It seems that I have found the Error code 1296 with 240 error's reason: the mysql cluster doesn't make
DB's procedure shareed by multi SQL node and multi users.
And I have check mysql's offical document on "create procedure" statement syntax, it seems there is no storageengine syntax to make procedure public-shared as tables.
So how to make procedure store in NDBCluster as tables stored in NDBengine?
Is the only way to share a procedure by just making mysql-cluster's users accounts sharered by multi SQL nodes?
Bye.