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

Method execute

sql/sql_partition_admin.cc:40–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38#ifndef WITH_PARTITION_STORAGE_ENGINE
39
40bool Sql_cmd_partition_unsupported::execute(THD *)
41{
42 DBUG_ENTER("Sql_cmd_partition_unsupported::execute");
43 /* error, partitioning support not compiled in... */
44 my_error(ER_FEATURE_DISABLED, MYF(0), "partitioning",
45 "--with-plugin-partition");
46 DBUG_RETURN(TRUE);
47}
48
49#else
50

Callers

nothing calls this directly

Calls 15

my_errorFunction · 0.85
check_grantFunction · 0.85
wsrep_to_isolation_beginFunction · 0.85
return_with_loggingFunction · 0.85
lock_tablesFunction · 0.85
write_bin_logFunction · 0.85
my_okFunction · 0.85
first_select_lexMethod · 0.80
find_temporary_tableMethod · 0.80
sql_errnoMethod · 0.80
get_stmt_daMethod · 0.80

Tested by

no test coverage detected