I tried to use the SHOW PROFILE option mariadb and the following happened:
MariaDB [cvt_live]> SHOW PROFiLE;
ERROR 1289 (HY000): The ‘SHOW PROFILE’ feature is disabled; you need MariaDB built with ‘enable-profiling’ to have it working
Is there a best way to install an application like mariadb so I can turn on options like that that I want?
E.g.: do I have to go the mariadb website and download what I want or could it be done with source files from opensuse.org or perhaps the debug version has things like that turned on so I could just install that?
Thanks but generally when something asks for a flag to be set for compiling it means the functionality probably won’t exist unless that flag is set when the app. is being bult and in this case running the above command gives: