Skip to content
Permalink
Browse files
MDEV-15907 ASAN heap-use-after-free in strnmov / .. / fill_effective_…
…table_privileges on concurrent GRANT and CREATE VIEW

rename a test file.

Closes #1253
  • Loading branch information
vuvova committed Apr 24, 2019
1 parent e52a4ab commit 2be3ab9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
File renamed without changes.
@@ -0,0 +1,7 @@
#
# MDEV-15907 ASAN heap-use-after-free in strnmov / .. / fill_effective_table_privileges on concurrent GRANT and CREATE VIEW
#
PREPARE stmt2 FROM "CREATE VIEW v AS SELECT * FROM INFORMATION_SCHEMA.TABLES";
FLUSH PRIVILEGES;
EXECUTE stmt2;
DROP VIEW v;

This file was deleted.

0 comments on commit 2be3ab9

Please sign in to comment.