| 198 | **************************************************************************/ |
| 199 | |
| 200 | View_creation_ctx *View_creation_ctx::create(THD *thd) |
| 201 | { |
| 202 | View_creation_ctx *ctx= new (thd->mem_root) View_creation_ctx(thd); |
| 203 | |
| 204 | return ctx; |
| 205 | } |
| 206 | |
| 207 | /*************************************************************************/ |
| 208 |
no test coverage detected