1. 16 Mar, 2007 1 commit
    • Kristofer.Pettersson@naruto.'s avatar
      Bug#20777 Function w BIGINT UNSIGNED shows diff. behaviour with and without --ps-protocol · 05bef788
      Kristofer.Pettersson@naruto. authored
      - 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.
      05bef788
  2. 13 Feb, 2007 5 commits
  3. 12 Feb, 2007 16 commits
  4. 11 Feb, 2007 3 commits
  5. 09 Feb, 2007 7 commits
  6. 08 Feb, 2007 6 commits
  7. 07 Feb, 2007 2 commits