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

Function expr

client/mysqltest.cc:6107–6110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6105*/
6106
6107static void expr(Expression_value *result, const char **s)
6108{
6109 logical_or(result, s);
6110}
6111
6112
6113/* Expression function handling */

Callers 3

do_evalFunction · 0.85
primaryFunction · 0.85

Calls 1

logical_orFunction · 0.85

Tested by

no test coverage detected