Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
5.5.39, 10.0.13
-
None
-
None
Description
This script:
SET NAMES swe7;
|
DROP FUNCTION IF EXISTS f1;
|
CREATE FUNCTION f1() RETURNS INT RETURN 1;
|
SELECT f1();
|
produces this error:
ERROR 1457 (HY000): Failed to load routine test.f1. The table mysql.proc is missing, corrupt, or contains bad data (internal code -6)
|
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Description |
This script: {code} SET NAMES swe7; DROP FUNCTION IF EXISTS f1; CREATE FUNCTION f1() RETURNS INT RETURN 1; SELECT f1(); {code} produces and error: {noformat} ERROR 1457 (HY000): Failed to load routine test.f1. The table mysql.proc is missing, corrupt, or contains bad data (internal code -6) {noformat} |
This script: {code} SET NAMES swe7; DROP FUNCTION IF EXISTS f1; CREATE FUNCTION f1() RETURNS INT RETURN 1; SELECT f1(); {code} produces this error: {noformat} ERROR 1457 (HY000): Failed to load routine test.f1. The table mysql.proc is missing, corrupt, or contains bad data (internal code -6) {noformat} |
Fix Version/s | 10.0.14 [ 17101 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | MariaDB v2 [ 53834 ] | MariaDB v3 [ 61678 ] |
Workflow | MariaDB v3 [ 61678 ] | MariaDB v4 [ 148220 ] |