1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Fixed many funcs_1 tests after 43588

This commit is contained in:
Bjorn Munch
2010-03-19 09:56:26 +01:00
parent ddb6a95abd
commit 9d313a5e24
36 changed files with 0 additions and 254 deletions

View File

@ -1834,7 +1834,6 @@ CREATE PROCEDURE sp11() insert into mysql.t1 values('a');
SELECT security_type from mysql.proc where specific_name='sp11';
security_type
DEFINER
connect(localhost,user_1,,db_storedproc,MYSQL_PORT,MYSQL_SOCK);
user_1@localhost db_storedproc
CALL sp11();