MCPcopy Create free account
hub / github.com/MariaDB/server / Sql_condition

Method Sql_condition

sql/sql_error.h:409–411  ·  view source on GitHub ↗

Default constructor. This constructor is useful when allocating arrays. Note that the init() method should be called to complete the Sql_condition. */

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 2

get_sql_errnoMethod · 0.80

Tested by

no test coverage detected