/usr/share/mysql
NameSizeModeActions
bulgarian/-0755rm
charsets/-0755rm
czech/-0755rm
danish/-0755rm
docs/-0755rm
dutch/-0755rm
english/-0755rm
estonian/-0755rm
french/-0755rm
german/-0755rm
greek/-0755rm
hungarian/-0755rm
italian/-0755rm
japanese/-0755rm
korean/-0755rm
norwegian/-0755rm
norwegian-ny/-0755rm
polish/-0755rm
portuguese/-0755rm
romanian/-0755rm
russian/-0755rm
serbian/-0755rm
slovak/-0755rm
spanish/-0755rm
swedish/-0755rm
ukrainian/-0755rm
debian_create_root_user.sql18330644editdlrm
dictionary.txt255750644editdlrm
echo_stderr270755editdlrm
innodb_memcached_config.sql39990644editdlrm
install_rewriter.sql22670644editdlrm
mysql-log-rotate20270644editdlrm
mysql-systemd-start21400755editdlrm
mysqld_multi.server10610755editdlrm
uninstall_rewriter.sql12990644editdlrm
Edit: /usr/share/mysql/uninstall_rewriter.sql (1299B)
/* Copyright (c) 2015, 2026, Oracle and/or its affiliates. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2.0, as published by the Free Software Foundation. This program is designed to work with certain software (including but not limited to OpenSSL) that is licensed under separate terms, as designated in a particular file or component or in included license documentation. The authors of MySQL hereby grant you an additional permission to link the program and your derivative works with the separately licensed software that they have either included with the program or referenced in the documentation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License, version 2.0, for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ DROP DATABASE IF EXISTS query_rewrite; DROP FUNCTION load_rewrite_rules; UNINSTALL PLUGIN rewriter;