blob: a4be6a5b552617208359127871e16bf81414cf88 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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,7 +155,9 @@
# will have a FR to replace this for decent name/functionality and document it.
my_load_defaults
handle_options
mysql_get_parameters
+dynstr_append_os_quoted
+strfill
CACHE INTERNAL "Undocumented Functions exported by client API"
|