Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

common_schema 2.2 fails on install #71

Open
GoogleCodeExporter opened this issue Jun 18, 2015 · 1 comment
Open

common_schema 2.2 fails on install #71

GoogleCodeExporter opened this issue Jun 18, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant