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

manual merge from mysql-trunk-bugfixing

This commit is contained in:
Jon Olav Hauglid
2010-05-18 14:52:51 +02:00
116 changed files with 1439 additions and 963 deletions

View File

@ -399,4 +399,12 @@ delimiter ;$$
drop procedure p_37228;
#
# Bug#27863 (excessive memory usage for many small queries in a multiquery
# packet).
#
let $i=`select repeat("set @a=1;", 65535)`;
--disable_query_log
eval $i;
--enable_query_log