mariadb/storage
Vladislav Vaintroub 46d04ebdef Backport of the patch
http://lists.mysql.com/commits/57725

Vladislav Vaintroub	2008-11-03
Cleanup CMakeLists.txt(s) - remove winsock2 (ws2_32) from 
TARGET_LINK_LIBRARIES. 
      
Every exe or dll linked with mysys needs ws2_32, because
mysys uses winsock function WSAStartup in my_init().
However, there is no need to explicitely add ws2_32 to
the list of TARGET_LINK_LIBRARIES multiple times. 
Visual Studio comes with a handy pragma that tells linker
to add library. So patch replaces bunch of ws2_32 in 
CMakeLists with  single pragma comment(lib,"ws2_32")
in my_init.c
      
Additionally, reference to non-existing "debug" library
has been removed from TARGET_LINK_LIBRARIES. The correct
name of the library is "dbug".
2009-09-30 03:39:37 +02:00
..
archive Merge from mysql-5.1-bugteam. 2009-09-16 10:52:43 +04:00
blackhole Creation of mysql-trunk = {summit + "Innodb plugin replacing the builtin"}: 2009-08-04 13:25:19 +02:00
csv Creation of mysql-trunk = {summit + "Innodb plugin replacing the builtin"}: 2009-08-04 13:25:19 +02:00
example Creation of mysql-trunk = {summit + "Innodb plugin replacing the builtin"}: 2009-08-04 13:25:19 +02:00
federated Creation of mysql-trunk = {summit + "Innodb plugin replacing the builtin"}: 2009-08-04 13:25:19 +02:00
heap Merge from mysql-5.1-bugteam. 2009-09-16 10:52:43 +04:00
ibmdb2i Bug#45983 ibmdb2i_create_index_option=1 not working for primary key 2009-07-08 14:40:01 +05:30
innobase merge 2009-09-23 22:15:22 +02:00
myisam Backport of the patch 2009-09-30 03:39:37 +02:00
myisammrg Merge mysql-next-mr --> mysql-trunk-signal 2009-09-17 03:20:11 -06:00
ndb Merge from mysql-5.1. 2009-09-19 13:07:51 +04:00
Makefile.am Backport WL#3653 to 5.1 to enable bundled innodb plugin. 2009-06-10 10:59:49 +02:00
mysql_storage_engine.cmake Backport WL#3653 to 5.1 to enable bundled innodb plugin. 2009-06-10 10:59:49 +02:00