Below is the list of changes that have just been committed into a local
5.1 repository of prem. When prem 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.2058 06/01/16 12:16:50 pkarthick@stripped +1 -0
Fix for ABEND(NetWare crash) in debug builds.
sql/parse_file.cc
1.21 06/01/16 12:16:46 pkarthick@stripped +1 -1
Fix for ABEND(NetWare crash) in debug builds.
# 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: pkarthick
# Host: blr-naas-nwl04.blr.novell.com
# Root: /home/prem/bk/mysql-5.1
--- 1.20/sql/parse_file.cc 2006-01-07 00:04:56 +05:30
+++ 1.21/sql/parse_file.cc 2006-01-16 12:16:46 +05:30
@@ -224,7 +224,7 @@
File_option *param;
DBUG_ENTER("sql_create_definition_file");
DBUG_PRINT("enter", ("Dir: %s, file: %s, base 0x%lx",
- dir->str, file_name->str, (ulong) base));
+ (dir != NULL) ? dir->str : "", file_name->str, (ulong) base));
if (dir)
{
| Thread |
|---|
| • bk commit into 5.1 tree (pkarthick:1.2058) | pkarthick | 16 Jan |