• unknown's avatar
    Fixed BUG#13616: "CALL <dbname>.<procedurename>" executes properly, but · 399caa6d
    unknown authored
                     displays error
        When returning to the old database (which may be ""), don't do
        access check - mysql_change_db() would then generate the error
        "No database selected".
        Note: No test case added; it seems a db is always selected when running
        tests.
    
    
    sql/sp_head.cc:
      Don't do access check when returning to db after a call.
    399caa6d
sp_head.cc 72.2 KB