1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

merge 5.5-bugteam -> 5.5-security

This commit is contained in:
Georgi Kodinov
2010-10-06 12:17:22 +03:00
174 changed files with 9237 additions and 24225 deletions

View File

@ -1194,13 +1194,13 @@ SET @aux= "SELECT COUNT(*)
prepare my_stmt from @aux;
execute my_stmt;
COUNT(*)
40
42
execute my_stmt;
COUNT(*)
40
42
execute my_stmt;
COUNT(*)
40
42
deallocate prepare my_stmt;
drop procedure if exists p1|
drop table if exists t1|