]> git.pld-linux.org Git - packages/mysql.git/blobdiff - error_pad.patch
- more mysqld.conf changes: skip-locking, default-character-set
[packages/mysql.git] / error_pad.patch
index 55619db7fb4b35c8b022a0164d8bfe3dc2305fe7..240de9d6d80d5470dfb77a31882ec884e50da5d7 100644 (file)
@@ -98,7 +98,7 @@ diff -ruN a/extra/comp_err.c b/extra/comp_err.c
 -      DBUG_RETURN(0);
 +        if (!(current_error= parse_padd_string(str, rcount)))
 +        {
-+          fprintf(stderr, "Failed to parse the error padd string\n");
++          fprintf(stderr, "Failed to parse the error pad string\n");
 +          DBUG_RETURN(0);
 +        }
 +        rcount= current_error->d_code - er_offset;  /* Count number of unique errors */
@@ -174,7 +174,7 @@ diff -ruN a/extra/comp_err.c b/extra/comp_err.c
 -  if (!(new_error->er_name= get_word(&str)))
 +  if (!(d_code= parse_error_offset(start)))
 +  {
-+    fprintf(stderr, "Failed to parse the error padd string '%s' '%s' (d_code doesn't parse)!\n",er_name,str);
++    fprintf(stderr, "Failed to parse the error pad string '%s' '%s' (d_code doesn't parse)!\n",er_name,str);
 +    DBUG_RETURN(0);
 +  }
 +  if (d_code < (uint)(er_offset + er_count))
This page took 0.182302 seconds and 4 git commands to generate.