You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
There is an extra semicolon in distributing file on row 11255 that causes
install script to fail.
BR,
Marius
Specific place in a script(check the end(:
"--
-- Lists routines with rdebug's debugging info
--
CREATE OR REPLACE
ALGORITHM = MERGE
SQL SECURITY INVOKER
VIEW debugged_routines AS
SELECT
ROUTINE_SCHEMA,
ROUTINE_NAME,
ROUTINE_TYPE,
CONCAT('call `', DATABASE(), '`.rdebug_compile_routine(', QUOTE(ROUTINE_SCHEMA),', ', QUOTE(ROUTINE_NAME),', false)') AS sql_undebug_routine
FROM
INFORMATION_SCHEMA.ROUTINES
WHERE
locate(_rdebug_get_debug_code_start(), ROUTINE_DEFINITION) > 0;
;
--
-- Complement INFORMATION_SCHEMA.ROUTINES with missing param_list
--
"
Original issue reported on code.google.com by [email protected] on 19 Nov 2014 at 9:36
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 19 Nov 2014 at 9:36The text was updated successfully, but these errors were encountered: