mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Fix for Bug#42836 Funcs_1 storedproc and storedproc_08 tests failing
This commit is contained in:
@@ -2,15 +2,14 @@
|
||||
#
|
||||
# used from .../storedproc_08.inc to show all created / altered routines
|
||||
|
||||
let $message= ... now check what is stored:;
|
||||
--source include/show_msg.inc
|
||||
--echo
|
||||
--echo ... now check what is stored:
|
||||
--echo -----------------------------
|
||||
|
||||
--vertical_results
|
||||
|
||||
#--replace_column 16 "YYYY-MM-DD hh:mm:ss" 17 "YYYY-MM-DD hh:mm:ss"
|
||||
|
||||
--replace_column 16 <modified> 17 <created>
|
||||
SELECT * FROM information_schema.routines;
|
||||
SELECT * FROM information_schema.routines where routine_schema = 'db_storedproc';
|
||||
|
||||
|
||||
SHOW CREATE FUNCTION fn_1;
|
||||
|
||||
Reference in New Issue
Block a user