summaryrefslogtreecommitdiff
path: root/external/libmariadb/mariadb-thread.patch
diff options
context:
space:
mode:
Diffstat (limited to 'external/libmariadb/mariadb-thread.patch')
-rw-r--r--external/libmariadb/mariadb-thread.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/external/libmariadb/mariadb-thread.patch b/external/libmariadb/mariadb-thread.patch
deleted file mode 100644
index 997929f9eb28..000000000000
--- a/external/libmariadb/mariadb-thread.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- mariadb/libmysql/client_plugin.c 2013-03-06 17:06:42.548905989 +0100
-+++ mariadb/libmysql/client_plugin.c 2013-03-06 17:14:29.721588964 +0100
-@@ -175,7 +175,9 @@
- goto err2;
- }
-
-+#ifdef THREAD
- safe_mutex_assert_owner(&LOCK_load_client_plugin);
-+#endif
-
- p->next= plugin_list[plugin->type];
- plugin_list[plugin->type]= p;