| 124 | **************************************************************************/ |
| 125 | |
| 126 | View_creation_ctx *View_creation_ctx::create(THD *thd) |
| 127 | { |
| 128 | View_creation_ctx *ctx= new (thd->mem_root) View_creation_ctx(thd); |
| 129 | |
| 130 | return ctx; |
| 131 | } |
| 132 | |
| 133 | /*************************************************************************/ |
| 134 |
no test coverage detected