List:Internals« Previous MessageNext Message »
From:Georg Richter Date:May 13 2005 3:54pm
Subject:bk commit into 4.1 tree (georg:1.2269)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of georg. When georg 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.2269 05/05/13 15:54:35 georg@stripped +1 -0
  added prototype for mysql_set_character_set function

  include/mysql.h
    1.141 05/05/13 15:54:31 georg@stripped +1 -0
    added prototype for mysql_set_character_set function

# 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:	georg
# Host:	lmy002.wdf.sap.corp
# Root:	/home/georg/work/mysql/prod/mysql-4.1

--- 1.140/include/mysql.h	2005-02-04 23:07:00 +01:00
+++ 1.141/include/mysql.h	2005-05-13 15:54:31 +02:00
@@ -381,6 +381,7 @@
 const char * STDCALL mysql_info(MYSQL *mysql);
 unsigned long STDCALL mysql_thread_id(MYSQL *mysql);
 const char * STDCALL mysql_character_set_name(MYSQL *mysql);
+int          STDCALL mysql_set_character_set(MYSQL *mysql, char *csname);
 
 MYSQL *		STDCALL mysql_init(MYSQL *mysql);
 my_bool		STDCALL mysql_ssl_set(MYSQL *mysql, const char *key,
Thread
bk commit into 4.1 tree (georg:1.2269)Georg Richter13 May