[MDEV-571] merge 10.0-base and 10.0-monty Created: 2012-10-02  Updated: 2012-11-07  Resolved: 2012-11-07

Status: Closed
Project: MariaDB Server
Component/s: None
Affects Version/s: None
Fix Version/s: 10.0.0

Type: Bug Priority: Blocker
Reporter: Sergei Golubchik Assignee: Sergei Golubchik
Resolution: Fixed Votes: 0
Labels: None


 Description   

merge 10.0-base and 10.0-monty



 Comments   
Comment by Timour Katchaounov (Inactive) [ 2012-10-24 ]

One possible fix for the test failure in main.partition_myisam is:
=== modified file 'strings/my_vsnprintf.c'
— strings/my_vsnprintf.c 2012-10-03 22:37:58 +0000
+++ strings/my_vsnprintf.c 2012-10-23 09:59:12 +0000
@@ -676,7 +676,7 @@ size_t my_vsnprintf_ex(CHARSET_INFO *cs,
*to++= ' ';
*to++= '"';
my_strerror(errmsg_buff, sizeof(errmsg_buff), larg);

  • to= process_str_arg(cs, to, end, width-3, errmsg_buff, print_type);
    + to= process_str_arg(cs, to, end-1, width-3, errmsg_buff, print_type);
    *to++= '"';
    }
    continue;

The fix passes all tests, but I am not completely sure if this is the right way to fix the problem.

Comment by Sergei Golubchik [ 2012-11-07 ]

done

Generated at Thu Feb 08 06:29:44 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.