1
0
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:
Matthias Leich
2009-02-13 19:07:56 +01:00
parent c72c5495a3
commit 3f82fcccfb
17 changed files with 73 additions and 938 deletions

View File

@@ -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;