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

A fix (bug #6449: DO server-crashing bug).

This commit is contained in:
ram@gw.mysql.r18.ru
2004-11-16 14:36:25 +04:00
parent 5b905808d9
commit dde88ea82b
3 changed files with 18 additions and 4 deletions

View File

@ -1756,6 +1756,15 @@ drop table t4, t3, t2, t1;
DO 1;
DO benchmark(100,1+1),1,1;
#
# Bug #6449: do default;
#
--error 1064
do default;
--error 1054
do foobar;
#
# random in WHERE clause
#