diff options
Diffstat (limited to 'databases/mysql80-server/files/patch-sql_histograms_singleton.cc')
-rw-r--r-- | databases/mysql80-server/files/patch-sql_histograms_singleton.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/mysql80-server/files/patch-sql_histograms_singleton.cc b/databases/mysql80-server/files/patch-sql_histograms_singleton.cc deleted file mode 100644 index 2682a96b1086..000000000000 --- a/databases/mysql80-server/files/patch-sql_histograms_singleton.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- sql/histograms/singleton.cc.orig 2017-01-05 16:22:30 UTC -+++ sql/histograms/singleton.cc -@@ -126,7 +126,7 @@ bool Singleton<T>::histogram_to_json(Jso - - - template <class T> --bool Singleton<T>::create_json_bucket(const std::pair<T, double> &bucket, -+bool Singleton<T>::create_json_bucket(const std::pair<const T, double> &bucket, - Json_array *json_bucket) - { - // Value |