blob: d43e23459e3cbd3c22aebcdab6fe116c450bf165 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
diff -aurwN mysql.orig/libmysql/CMakeLists.txt mysql/libmysql/CMakeLists.txt
--- mysql.orig/libmysql/CMakeLists.txt 2014-07-27 22:21:41.711342411 -0400
+++ mysql/libmysql/CMakeLists.txt 2014-07-27 22:26:15.558596434 -0400
@@ -325,6 +325,11 @@
strmake
strmake_root
strxmov
+ my_thread_end_wait_time
+ insert_dynamic
+ delete_dynamic_element
+ my_qsort
+ allocate_dynamic
# pam_mysql.so
make_scrambled_password
|