Commit 2038eeb8 authored by hhunger@hh-nb.hungers's avatar hhunger@hh-nb.hungers
Browse files

fixed sorting differences in results.

parent 10ba1a63
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2566,6 +2566,7 @@ SELECT db_storedproc.sp1();
alter procedure db_storedproc_3122.sp1 sql security invoker;
alter function sp1 sql security invoker;
--sorted_result
SELECT db, name, type, security_type from mysql.proc where db LIKE 'db_storedproc%' and specific_name='sp1';
CALL db_storedproc.sp1();