1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-30 11:22:14 +03:00
Files
mariadb/sql
anozdrin/alik@station. 49a0f09bbf Fix for BUG#24923: Functions with ENUM issues.
The problem was that the RETURNS column in the mysql.proc was of
CHAR(64). That was not enough for storing long-named datatypes.

The fix is to change CHAR(64) to LONGBLOB, and to throw warnings
at the time a stored routine is created if some data is truncated
during writing into mysql.proc.
2007-10-17 12:13:56 +04:00
..
2007-03-15 23:39:07 -07:00
2007-08-16 21:14:47 +04:00
2007-03-20 17:07:53 +01:00
2007-08-15 17:43:08 +04:00
2007-09-14 21:15:57 +04:00
2007-09-26 18:47:55 +02:00
2007-08-28 01:02:57 -06:00
2007-10-15 15:49:16 +04:00
2007-09-21 12:17:09 +02:00
2007-04-13 19:23:02 +02:00
2007-01-27 03:46:45 +02:00
2007-08-17 13:22:31 +02:00
2007-02-23 13:13:55 +02:00
2007-02-23 13:13:55 +02:00
2007-06-10 14:43:57 +04:00
2007-08-15 17:43:08 +04:00
2007-08-15 17:43:08 +04:00
2007-07-30 19:02:21 +03:00
2007-06-12 18:41:56 +03:00
2007-07-01 15:33:28 -07:00
2007-09-04 16:40:27 -06:00
2007-09-13 02:09:29 +05:00