Bug #69706 | Cannot pass "long" typed parameter to a stored procedure from mysql workbench | ||
---|---|---|---|
Submitted: | 10 Jul 2013 0:49 | Modified: | 10 Jul 2013 16:41 |
Reporter: | Birzhan Amirov | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Workbench: SQL Editor | Severity: | S3 (Non-critical) |
Version: | 5.2.35 | OS: | Windows (7) |
Assigned to: | CPU Architecture: | Any |
[10 Jul 2013 0:49]
Birzhan Amirov
[10 Jul 2013 16:41]
Alfredo Kojima
There is no numeric type called "long" in MySQL, you must be confusing it with something else. Try BIGINT. See http://dev.mysql.com/doc/refman/5.6/en/blob.html for what long actually is (long = long varchar = mediumtext).