标签: mysql debugging stored-procedures innodb
我想知道是否有可能在mysql ..engine type = InnoDB中调试存储过程
答案 0 :(得分:0)
您可以enable logging检查日志中的查询。您也可以自己运行存储过程中的各个查询来检查结果。