Get the list of foreign keys in this table. @remark Returns the set of foreign keys where this table is the dependent or child table. @param thd The thread handle. @param f_key_list[out] The list of foreign keys. @return The handler error code or zero for success. */
| 4697 | @return The handler error code or zero for success. |
| 4698 | */ |
| 4699 | virtual int |
| 4700 | get_foreign_key_list(THD *thd, List<FOREIGN_KEY_INFO> *f_key_list) |
| 4701 | { return 0; } |
| 4702 | /** |
| 4703 | Get the list of foreign keys referencing this table. |
| 4704 |
no outgoing calls
no test coverage detected