1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-14 13:41:20 +03:00
Files
mariadb/sql
konstantin@mysql.com bbf3a593c9 A fix and a test case for Bug#15441 "Running SP causes Server
to Crash": the bug was that due to non-standard name
resolution precedence in stored procedures (See Bug#5967)
a stored procedure variable took precedence over a table column
when the arguments for VALUES() function were resolved.
The implementation of VALUES() function was not designed to work
with Item_splocal and crashed.
VALUES() function is non-standard. It can refer to, and
is meaningful for, table columns only. The patch disables SP 
variables as possible arguments of VALUES() function.
2005-12-09 00:58:59 +03:00
..
2005-11-26 08:54:13 +01:00
2005-12-06 18:21:46 +01:00
2005-09-30 14:03:55 +02:00
2005-11-03 22:42:25 +02:00
2005-11-26 08:54:13 +01:00
2005-08-12 13:54:42 +03:00
2005-07-25 12:57:23 -07:00
2005-06-07 00:31:53 +03:00
2005-11-17 11:11:48 +01:00
2005-10-27 15:15:01 +03:00
2005-11-04 02:17:11 +01:00
2005-10-19 01:52:06 +04:00
2005-10-12 00:58:22 +03:00
2005-06-07 00:31:53 +03:00
2005-05-26 21:01:55 +02:00
2005-12-02 19:42:14 +03:00
2005-08-12 17:57:19 +03:00
2005-12-02 19:42:14 +03:00
2005-07-31 12:49:55 +03:00
2005-06-01 16:35:09 +03:00