Bug #9311 | the CONCAT function call within a procedure does not work | ||
---|---|---|---|
Submitted: | 21 Mar 2005 12:34 | Modified: | 21 Apr 2005 12:48 |
Reporter: | Prakash Khanchandani | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 5.0.2-alpha-nt | OS: | Windows (windows xp) |
Assigned to: | CPU Architecture: | Any |
[21 Mar 2005 12:34]
Prakash Khanchandani
[21 Mar 2005 12:48]
MySQL Verification Team
I tested your test case with latest BK source server and I got an expected error. Could you please provide a complete test case ? Thanks in advance: -> insert into y_ear (d_ate) values (_begindt); -> insert into y_ear (d_ate) values (_enddt); -> -> end -> // Query OK, 0 rows affected (0.10 sec) mysql> delimiter ; mysql> call _cont_leaves() -> \g ERROR 1146 (42S02): Table 'test.leave_parameter' doesn't exist
[21 Apr 2005 23:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".