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

Method is_sql_prepare

sql/sql_prepare.cc:226–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224 inline void close_cursor() { delete cursor; cursor= 0; }
225 inline bool is_in_use() { return flags & (uint) IS_IN_USE; }
226 inline bool is_sql_prepare() const { return flags & (uint) IS_SQL_PREPARE; }
227 void set_sql_prepare() { flags|= (uint) IS_SQL_PREPARE; }
228 bool prepare(const char *packet, uint packet_length);
229 bool execute_loop(String *expanded_query,

Callers 4

mysql_test_selectFunction · 0.80
send_stmt_metadataFunction · 0.80
mysql_test_handler_readFunction · 0.80
check_prepared_statementFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected