Skip to content

Instantly share code, notes, and snippets.

@ylacancellera
Created January 20, 2022 14:36
Show Gist options
  • Save ylacancellera/b698205b4151f84e4987aee456032a2b to your computer and use it in GitHub Desktop.
Save ylacancellera/b698205b4151f84e4987aee456032a2b to your computer and use it in GitHub Desktop.
pager sed 's/^| //g' | sed 's/\s\+|\s\+/\t/g' | sed 's/ |$//' | sed 's/^Com_//'
show global status where variable_name in ('com_select', 'com_update', 'com_delete', 'com_insert', 'com_update_multi', 'com_delete_multi', 'com_insert_select', 'com_replace', 'com_replace_select', 'com_call_procedure');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment