Default constructor. This constructor is useful when allocating arrays. Note that the init() method should be called to complete the Sql_condition. */
| 407 | Note that the init() method should be called to complete the Sql_condition. |
| 408 | */ |
| 409 | Sql_condition() |
| 410 | :m_mem_root(NULL) |
| 411 | { } |
| 412 | |
| 413 | /** |
| 414 | Complete the Sql_condition initialisation. |
nothing calls this directly
no test coverage detected