• unknown's avatar
    A fix and a test case for Bug#13488 "Left outer join query incorrectly · b0612587
    unknown authored
    gives MYSQL_DATA_TRUNCATED"
    
    
    sql/sql_cursor.cc:
      A partial fix for Bug#13488 "Left outer join query incorrectly gives 
      MYSQL_DATA_TRUNCATED": send the correct metadata of the cursor
      result set at execute. The full fix would be to make sure that
      the metadata doesn't change between prepare and execute.
    tests/mysql_client_test.c:
      A test case for Bug#13488 "Left outer join query incorrectly gives 
      MYSQL_DATA_TRUNCATED"
    b0612587
mysql_client_test.c 391 KB