List:Internals« Previous MessageNext Message »
From:pkarthick Date:November 21 2005 11:42am
Subject:bk commit into 4.0 tree (pkarthick:1.2160)
View as plain text  
Below is the list of changes that have just been committed into a local
4.0 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.2160 05/11/21 16:12:54 pkarthick@stripped +1 -0
  NetWare specific change, adding the function _NonAppStop.

  netware/libmysqlmain.c
    1.3 05/11/21 16:12:53 pkarthick@stripped +6 -0
    NetWare specific change, adding the function _NonAppStop.

# 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/Sawtooth_SP2

--- 1.2/netware/libmysqlmain.c	2004-01-29 22:09:00 +05:30
+++ 1.3/netware/libmysqlmain.c	2005-11-21 16:12:53 +05:30
@@ -38,6 +38,7 @@
 #include "my_global.h"
 
 my_bool init_available_charsets(myf myflags);
+void free_charsets(void);
 
 /* this function is required so that global memory is allocated against this
 library nlm, and not against a paticular client */
@@ -55,3 +56,8 @@
   return 0;
 }
 
+void _NonAppStop(void)
+{
+  mysql_server_end();
+  free_charsets();
+}
Thread
bk commit into 4.0 tree (pkarthick:1.2160)pkarthick21 Nov