aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorjackpoz <giacomopoz@gmail.com>2019-04-27 18:39:06 +0200
committerjackpoz <giacomopoz@gmail.com>2019-04-27 20:11:48 +0200
commit71d15ea25be3e86646faaa3266617a0b8177972f (patch)
tree3f002c168984609eae62c0287b535984ec1fff31 /sql/updates/auth
parent0d1ff7446dce7b0641f49ac55a008669838612cd (diff)
Scripts/Commands: Add .debug asan commands
Add ".debug asan memoryleak" and ".debug asan outofbounds" commands to trigger Address Sanitizer warnings at runtime (or other dynamic analysis tools)
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/3.3.5/2019_04_27_00_auth.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/3.3.5/2019_04_27_00_auth.sql b/sql/updates/auth/3.3.5/2019_04_27_00_auth.sql
new file mode 100644
index 00000000000..d8f01cc9db3
--- /dev/null
+++ b/sql/updates/auth/3.3.5/2019_04_27_00_auth.sql
@@ -0,0 +1,3 @@
+--
+DELETE FROM `rbac_permissions` WHERE `id`= 874;
+INSERT INTO `rbac_permissions` (`id`,`name`) VALUES (874, 'Command: debug asan');