Move the docs folder
This commit is contained in:
committed by
LINxiansheng
parent
7c6dcc6712
commit
d42f317422
@ -0,0 +1,15 @@
|
||||
max_sp_recursion_depth
|
||||
===========================================
|
||||
|
||||
max_sp_recursion_depth 用于设置可以递归调用任一指定存储过程的最大层次。默认值为 0 ,表示当前存储过程不可递归调用。
|
||||
|
||||
|
||||
| **属性** | **描述** |
|
||||
|---------|------------------------------------------------------------------------------------------------------------|
|
||||
| 参数类型 | int |
|
||||
| 默认值 | 0 |
|
||||
| 取值范围 | \[0, 255\] |
|
||||
| 生效范围 | * GLOBAL * SESSION |
|
||||
| 是否参与序列化 | 是 |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user