1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-28 13:01:41 +03:00
Kristofer.Pettersson@naruto. 05bef7884a Bug#20777 Function w BIGINT UNSIGNED shows diff. behaviour with and without --ps-protocol
- Stored procedures returning unsinged values returns signed values if
  text protocol is used. The reason is that the stored proceedure item
  Item_func_sp wasn't initializing the member variables properly based
  on the information contained in the associated result field.
- The patch is to upon field-item association, ::fix_fields, initialize
  the member variables in appropriate order.
- Field type of an Item_func_sp was hard coded to MYSQL_TYPE_VARCHAR.
  This is changed to return the type of the actual result field.
- Member function name sp_result_field was refactored to the more 
  appropriate init_result_field.
- Member function name find_and_check_access was refactored to 
  sp_check_access.
2007-03-16 14:25:11 +01:00
..
2007-01-18 18:37:52 -07:00
2006-05-29 16:27:45 +02:00
2006-06-17 02:57:50 +04:00
2006-11-20 22:42:06 +02:00
2006-11-20 22:42:06 +02:00
2006-11-20 22:42:06 +02:00
2006-11-20 22:42:06 +02:00
2006-11-29 13:56:59 -05:00
2007-01-23 10:11:53 -08:00
2006-06-14 23:54:08 +04:00
2006-11-20 22:42:06 +02:00
2006-11-20 22:42:06 +02:00
2006-11-15 10:23:27 +01:00
2007-02-10 23:55:56 -08:00
2007-02-09 12:54:50 -08:00
2006-11-15 10:23:27 +01:00
2006-12-26 20:22:16 +04:00
2006-12-04 14:05:27 +03:00
2006-05-29 19:07:35 +04:00
2006-11-20 22:42:06 +02:00
2006-11-15 10:23:27 +01:00
2006-11-15 10:23:27 +01:00
2006-11-15 10:23:27 +01:00
2006-11-15 10:23:27 +01:00
2006-09-21 00:59:48 +02:00
2007-02-13 15:49:42 -08:00
2006-12-11 18:52:24 -07:00
2006-11-20 22:42:06 +02:00
2006-08-30 13:20:39 -07:00
2006-08-30 13:20:39 -07:00
2006-08-30 13:20:39 -07:00
2006-08-30 13:20:39 -07:00
2006-08-30 13:20:39 -07:00
2006-11-20 22:42:06 +02:00
2007-01-26 17:10:45 -08:00
2007-01-19 12:03:03 +01:00
2006-12-04 14:26:05 +02:00
2007-02-02 15:22:10 -08:00
2007-02-11 19:36:46 -08:00
2006-10-05 12:41:26 +02:00