diff options
author | unknown <joerg@trift2.> | 2007-06-18 19:44:58 +0200 |
---|---|---|
committer | unknown <joerg@trift2.> | 2007-06-18 19:44:58 +0200 |
commit | aff9d29b22d8ea61c9399f670bbdde3735e7f736 (patch) | |
tree | b47602f30360e901d69cbc9bde907324187b5a4c | |
parent | 5004acef85b3ebdcff0116278bc9a1f0107bbde5 (diff) | |
parent | 56033ffd13c2988425235c4d05a0ba13af0a1a60 (diff) | |
download | mariadb-git-aff9d29b22d8ea61c9399f670bbdde3735e7f736.tar.gz |
Merge trift2.:/MySQL/M41/push-4.1
into trift2.:/MySQL/M50/push-5.0
libmysqld/libmysqld.def:
Auto merged
VC++Files/mysql.sln:
Fix for "vio" seems not to be applicable in 5.0.
VC++Files/mysqldemb/mysqldemb.vcproj:
5.0 differs too much from 4.1 to merge this up,
also in 5.0 we use "cmake" now.
VC++Files/sql/mysqld.vcproj:
The fix in 4.1 was a backport, no use to merge it upwards.
-rw-r--r-- | libmysqld/libmysqld.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libmysqld/libmysqld.def b/libmysqld/libmysqld.def index 0e80681700f..8829112fefd 100644 --- a/libmysqld/libmysqld.def +++ b/libmysqld/libmysqld.def @@ -29,8 +29,8 @@ EXPORTS my_print_variables my_realloc my_strdup - my_thread_end - my_thread_init + mysql_thread_end + mysql_thread_init myodbc_remove_escape mysql_affected_rows mysql_autocommit |