Below is the list of changes that have just been committed into a local
5.0 repository of patg. When patg does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.2025 05/09/29 23:39:51 patg@stripped +1 -0
BUG #12629 removed unecessary backslash/escaping of semicolon in option
scripts/mysqld_multi.sh
1.28 05/09/29 23:38:54 patg@stripped +0 -1
BUG #12629
removed unecessary backslashes that break syntax of innodb_data_file_path directive.
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: patg
# Host: krsna.patg.net
# Root: /home/patg/mysql-build/mysql-5.0
--- 1.27/scripts/mysqld_multi.sh 2005-09-02 12:41:58 -07:00
+++ 1.28/scripts/mysqld_multi.sh 2005-09-29 23:38:54 -07:00
@@ -326,7 +326,6 @@
}
else
{
- $options[$j]=~ s/;/\\;/g;
$options[$j]= quote_opt_arg($options[$j]);
$tmp.= " $options[$j]";
}
| Thread |
|---|
| • bk commit into 5.0 tree (patg:1.2025) BUG#12629 | Patrick Galbraith | 30 Sep |