List:Internals« Previous MessageNext Message »
From:kvishwanatha Date:November 7 2005 2:29pm
Subject:bk commit into 5.0 tree (bldsql:1.1973)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of bldsql. When bldsql 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.1973 05/11/07 18:59:15 bldsql@stripped +1 -0
  NetWare specific changes:
  Define MYSQL_CHECK environment variable to make mysqlcheck test case pass

  netware/mysql_test_run.c
    1.17 05/11/07 18:58:32 bldsql@stripped +3 -0
    NetWare specific changes:
    Define MYSQL_CHECK environment variable to make mysqlcheck test case pass

# 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:	bldsql
# Host:	blr-naas-nwl03.blr.novell.com
# Root:	/home/bldsql/bk/mysql-5.0-mainbk

--- 1.16/netware/mysql_test_run.c	2005-10-28 02:13:13 +05:30
+++ 1.17/netware/mysql_test_run.c	2005-11-07 18:58:32 +05:30
@@ -1173,6 +1173,9 @@
   setenv("MYSQL",file_path,1); 
   snprintf(file_path, PATH_MAX*2, "%s/mysqlshow --no-defaults --user=root --port=%u",
bin_dir, master_port);
   setenv("MYSQL_SHOW",file_path,1);
+  snprintf(file_path, PATH_MAX*2, "%s/mysqlcheck --no-defaults -uroot --port=%u",
bin_dir, master_port);
+  setenv("MYSQL_CHECK",file_path,1);
+
 }
 
 /******************************************************************************
Thread
bk commit into 5.0 tree (bldsql:1.1973)kvishwanatha7 Nov