mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Merge mysql.com:/home/kostja/mysql/mysql-5.0-root
into mysql.com:/home/kostja/mysql/mysql-5.1-merge
This commit is contained in:
@@ -1681,6 +1681,17 @@ call bug15091();
|
||||
drop procedure bug15091;
|
||||
|
||||
|
||||
#
|
||||
# BUG#16896: Stored function: unused AGGREGATE-clause in CREATE FUNCTION
|
||||
#
|
||||
--disable_warnings
|
||||
drop function if exists bug16896;
|
||||
--enable_warnings
|
||||
|
||||
--error ER_SP_NO_AGGREGATE
|
||||
create aggregate function bug16896() returns int return 1;
|
||||
|
||||
|
||||
#
|
||||
# BUG#NNNN: New bug synopsis
|
||||
#
|
||||
@@ -1688,3 +1699,4 @@ drop procedure bug15091;
|
||||
#drop procedure if exists bugNNNN|
|
||||
#--enable_warnings
|
||||
#create procedure bugNNNN...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user