blob: a4a5f4599dd59ef1aadfc4ad31d9a1f66d1ce394 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -aurN a/libmysql/CMakeLists.txt b/libmysql/CMakeLists.txt
--- a/libmysql/CMakeLists.txt 2015-02-26 09:51:43.000000000 -0500
+++ b/libmysql/CMakeLists.txt 2015-03-10 10:47:52.759629219 -0400
@@ -155,6 +155,8 @@
# will have a FR to replace this for decent name/functionality and document it.
my_load_defaults
handle_options
+dynstr_append_os_quoted
+strfill
CACHE INTERNAL "Undocumented Functions exported by client API"
|