| 1184 | */ |
| 1185 | |
| 1186 | int _db_explain_init_(char *buf, size_t len) |
| 1187 | { |
| 1188 | CODE_STATE cs; |
| 1189 | memset(&cs, 0, sizeof(cs)); |
| 1190 | cs.stack=&init_settings; |
| 1191 | return _db_explain_(&cs, buf, len); |
| 1192 | } |
| 1193 | |
| 1194 | /* |
| 1195 | * FUNCTION |
nothing calls this directly
no test coverage detected