List:Commits« Previous MessageNext Message »
From:Ignacio Galarza Date:August 4 2007 12:56am
Subject:bk commit into 5.1 tree (iggy:1.2584) BUG#29903
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of iggy. When iggy 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@stripped, 2007-08-03 18:56:24-04:00, iggy@amd64.(none) +1 -0
  Bug#29903 The CMake build method does not produce the embedded library.
  - Additional changes to correct link failure in Do-linkall script.

  libmysqld/libmysqld.def@stripped, 2007-08-03 18:56:21-04:00, iggy@amd64.(none) +5 -3
    Bug#29903 The CMake build method does not produce the embedded library.
    - Missing exports.

diff -Nrup a/libmysqld/libmysqld.def b/libmysqld/libmysqld.def
--- a/libmysqld/libmysqld.def	2007-06-18 14:22:10 -04:00
+++ b/libmysqld/libmysqld.def	2007-08-03 18:56:21 -04:00
@@ -1,6 +1,6 @@
 LIBRARY		LIBMYSQLD
-DESCRIPTION	'MySQL 5.0 Embedded Server Library'
-VERSION		5.0
+DESCRIPTION	'MySQL 5.1 Embedded Server Library'
+VERSION		5.1
 EXPORTS
 	_dig_vec_upper
 	_dig_vec_lower
@@ -48,6 +48,7 @@ EXPORTS
 	mysql_errno
 	mysql_error
 	mysql_escape_string
+	mysql_hex_string
 	mysql_fetch_field
 	mysql_fetch_field_direct
 	mysql_fetch_fields
@@ -62,11 +63,13 @@ EXPORTS
 	mysql_get_host_info
 	mysql_get_proto_info
 	mysql_get_server_info
+	mysql_get_client_version
 	mysql_get_ssl_cipher
 	mysql_info
 	mysql_init
 	mysql_insert_id
 	mysql_kill
+	mysql_set_server_option
 	mysql_list_dbs
 	mysql_list_fields
 	mysql_list_processes
@@ -172,4 +175,3 @@ EXPORTS
 	my_charset_bin
 	my_charset_same
 	modify_defaults_file
-        mysql_set_server_option
Thread
bk commit into 5.1 tree (iggy:1.2584) BUG#29903Ignacio Galarza4 Aug