Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6107
static void expr(Expression_value *result, const char **s)
6108
{
6109
logical_or(result, s);
6110
}
6111
6112
6113
/* Expression function handling */
Callers
3
do_eval
Function · 0.85
primary
Function · 0.85
handle_expr_function_call
Function · 0.85
Calls
1
logical_or
Function · 0.85
Tested by
no test coverage detected