You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
64 lines
1.8 KiB
C++
64 lines
1.8 KiB
C++
--disable_query_log
|
|
DROP FUNCTION mcsgetstats;
|
|
DROP FUNCTION calgetstats;
|
|
DROP FUNCTION mcssettrace;
|
|
DROP FUNCTION calsettrace;
|
|
DROP FUNCTION mcssetparms;
|
|
DROP FUNCTION calsetparms;
|
|
DROP FUNCTION mcsflushcache;
|
|
DROP FUNCTION calflushcache;
|
|
DROP FUNCTION mcsgettrace;
|
|
DROP FUNCTION calgettrace;
|
|
DROP FUNCTION mcsgetversion;
|
|
DROP FUNCTION calgetversion;
|
|
DROP FUNCTION calonlinealter;
|
|
DROP FUNCTION mcsviewtablelock;
|
|
DROP FUNCTION calviewtablelock;
|
|
DROP FUNCTION mcscleartablelock;
|
|
DROP FUNCTION calcleartablelock;
|
|
DROP FUNCTION mcslastinsertid;
|
|
DROP FUNCTION callastinsertid;
|
|
DROP FUNCTION mcsgetsqlcount;
|
|
DROP FUNCTION calgetsqlcount;
|
|
DROP FUNCTION idbpm;
|
|
DROP FUNCTION idbdbroot;
|
|
DROP FUNCTION idbsegment;
|
|
DROP FUNCTION idbsegmentdir;
|
|
DROP FUNCTION idbextentrelativerid;
|
|
DROP FUNCTION idbblockid;
|
|
DROP FUNCTION idbextentid;
|
|
DROP FUNCTION idbextentmin;
|
|
DROP FUNCTION idbextentmax;
|
|
DROP FUNCTION idbpartition;
|
|
DROP FUNCTION idblocalpm;
|
|
DROP FUNCTION mcssystemready;
|
|
DROP FUNCTION mcssystemreadonly;
|
|
DROP FUNCTION mcssystemprimary;
|
|
DROP FUNCTION mcs_emindex_size;
|
|
DROP FUNCTION mcs_emindex_free;
|
|
DROP FUNCTION columnstore_dataload;
|
|
DROP FUNCTION regr_avgx;
|
|
DROP FUNCTION regr_avgy;
|
|
DROP FUNCTION regr_count;
|
|
DROP FUNCTION regr_slope;
|
|
DROP FUNCTION regr_intercept;
|
|
DROP FUNCTION regr_r2;
|
|
DROP FUNCTION corr;
|
|
DROP FUNCTION regr_sxx;
|
|
DROP FUNCTION regr_syy;
|
|
DROP FUNCTION regr_sxy;
|
|
DROP FUNCTION covar_pop;
|
|
DROP FUNCTION covar_samp;
|
|
DROP FUNCTION distinct_count;
|
|
DROP FUNCTION caldisablepartitions;
|
|
DROP FUNCTION calenablepartitions;
|
|
DROP FUNCTION caldroppartitions;
|
|
DROP FUNCTION calshowpartitions;
|
|
DROP FUNCTION caldroppartitionsbyvalue;
|
|
DROP FUNCTION caldisablepartitionsbyvalue;
|
|
DROP FUNCTION calenablepartitionsbyvalue;
|
|
DROP FUNCTION calshowpartitionsbyvalue;
|
|
DROP FUNCTION moda;
|
|
DROP FUNCTION mcs_set_ddldebug_level;
|
|
--enable_query_log
|