Automerge MariaDB 5.1->5.2.

This commit is contained in:
unknown 2010-07-09 13:39:19 +02:00
commit 2be1a25faa
30 changed files with 1332 additions and 83 deletions

View file

@ -25,3 +25,5 @@ TARGET_LINK_LIBRARIES(mysql_client_test mysqlclient_notls wsock32)
ADD_EXECUTABLE(bug25714 bug25714.c)
TARGET_LINK_LIBRARIES(bug25714 mysqlclient_notls wsock32)
INSTALL(TARGETS mysql_client_test bug25714 DESTINATION bin COMPONENT runtime)