|
bk commit into 5.0 tree (1.1527): msg#00417db.mysql.devel
Below is the list of changes that have just been committed into a local 5.0 repository of pem. When pem 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://www.mysql.com/doc/I/n/Installing_source_tree.html ChangeSet 1.1527 03/04/29 15:00:16 pem@xxxxxxxxx +1 -0 One final post-merge fix. sql/sql_prepare.cc 1.38 03/04/29 15:00:14 pem@xxxxxxxxx +1 -1 One final post-merge fix. # 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: pem # Host: mysql.telia.com # Root: /home/pem/work/mysql-5.0 --- 1.37/sql/sql_prepare.cc Tue Apr 29 11:56:48 2003 +++ 1.38/sql/sql_prepare.cc Tue Apr 29 15:00:14 2003 @@ -778,7 +778,7 @@ stmt->lex= thd->lex; - if (mysql_bin_log.is_open() || mysql_update_log.is_open()) + if (mysql_bin_log.is_open()) { stmt->log_full_query= 1; stmt->setup_params= insert_params_withlog; -- MySQL Internals Mailing List For list archives: http://lists.mysql.com/internals To unsubscribe: http://lists.mysql.com/internals?unsub=gcdmd-internals@xxxxxxxxxxx |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Segfault during mysql_install_db: 00417, Sebastian Bergmann |
|---|---|
| Next by Date: | bk commit into 4.0 tree (1.1487): 00417, serg |
| Previous by Thread: | bk commit into 5.0 tree (1.1527)i: 00417, vva |
| Next by Thread: | bk commit into 5.0 tree (1.1530): 00417, pem |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |