summaryrefslogtreecommitdiff
path: root/mysql-test/t/view.test
diff options
context:
space:
mode:
authorDavi Arnaut <Davi.Arnaut@Sun.COM>2010-02-12 00:54:14 -0200
committerDavi Arnaut <Davi.Arnaut@Sun.COM>2010-02-12 00:54:14 -0200
commit80164ae9a08041e67c65460d9bb2a6b0e1aeb277 (patch)
tree628ef22be817336dec02f9407bfcc26fa378dda6 /mysql-test/t/view.test
parent63817720b41a9daa5d792d517c58ae29130cc254 (diff)
downloadmariadb-git-80164ae9a08041e67c65460d9bb2a6b0e1aeb277.tar.gz
Move test case. Embedded server does not support privilege
related bits.
Diffstat (limited to 'mysql-test/t/view.test')
-rw-r--r--mysql-test/t/view.test13
1 files changed, 0 insertions, 13 deletions
diff --git a/mysql-test/t/view.test b/mysql-test/t/view.test
index 01fa5bc53df..1165c68494b 100644
--- a/mysql-test/t/view.test
+++ b/mysql-test/t/view.test
@@ -3870,19 +3870,6 @@ DROP VIEW v1;
DROP TABLE t1;
--echo #
---echo # Bug#47734: Assertion failed: ! is_set() when locking a view with non-existing definer
---echo #
-
---disable_warnings
-DROP VIEW IF EXISTS v1;
---enable_warnings
-
-CREATE DEFINER=`unknown`@`unknown` SQL SECURITY DEFINER VIEW v1 AS SELECT 1;
---error ER_NO_SUCH_USER
-LOCK TABLES v1 READ;
-DROP VIEW v1;
-
---echo #
--echo # Bug#48449: hang on show create view after upgrading when
--echo # view contains function of view
--echo #