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:
@ -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
|
||||
#
|
||||
|
Reference in New Issue
Block a user