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

Method is_stmt_execute

sql/sql_class.h:1350–1351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1348 inline bool is_stmt_prepare_or_first_stmt_execute() const
1349 { return (int)state <= (int)STMT_PREPARED; }
1350 inline bool is_stmt_execute() const
1351 { return state == STMT_PREPARED || state == STMT_EXECUTED; }
1352 inline bool is_conventional() const
1353 { return state == STMT_CONVENTIONAL_EXECUTION; }
1354

Callers 6

fix_length_and_decMethod · 0.80
fix_fieldsMethod · 0.80
create_result_fieldMethod · 0.80
mysql_ha_readFunction · 0.80
vers_setup_condsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected