mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
Move test that requires innodb to sp_trans
This commit is contained in:
parent
3e12f98aa5
commit
c295bd8082
6 changed files with 65 additions and 66 deletions
|
|
@ -314,16 +314,6 @@ select * from db_bug14533.t1;
|
|||
ERROR 42000: SELECT command denied to user 'user_bug14533'@'localhost' for table 't1'
|
||||
drop user user_bug14533@localhost;
|
||||
drop database db_bug14533;
|
||||
CREATE DATABASE db_bug7787;
|
||||
use db_bug7787;
|
||||
CREATE PROCEDURE p1()
|
||||
SHOW INNODB STATUS;
|
||||
Warnings:
|
||||
Warning 1541 The syntax 'SHOW INNODB STATUS' is deprecated and will be removed in MySQL 5.2. Please use 'SHOW ENGINE INNODB STATUS' instead.
|
||||
GRANT EXECUTE ON PROCEDURE p1 TO user_bug7787@localhost;
|
||||
DROP DATABASE db_bug7787;
|
||||
drop user user_bug7787@localhost;
|
||||
use test;
|
||||
|
||||
---> connection: root
|
||||
DROP DATABASE IF EXISTS mysqltest;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue