我需要我在 MySQL 中编写的存储过程的日志。我知道这在 MS SQL Server 中是可用的 @@procid。
MySQL 中的等价物是什么?
我将使用时间戳、connection_id、database()。
如何获得我正在执行的 sp 的名称?那个叫我的 SP 怎么样?
谢谢,亚当
mysql stored-procedures function information-schema
function ×1
information-schema ×1
mysql ×1
stored-procedures ×1