summaryrefslogtreecommitdiff
path: root/storage/oqgraph
diff options
context:
space:
mode:
authorAndrew McDonnell <bugs@andrewmcdonnell.net>2015-02-28 22:43:04 +1030
committerAndrew McDonnell <bugs@andrewmcdonnell.net>2015-02-28 22:43:04 +1030
commit2b9aba3b553ed13fe62d0b697ad8d2af94f8b585 (patch)
treea287b651e581771a6194be75fedfdd0b26b5e34c /storage/oqgraph
parentc65f3238360767e1f88fb79a3af1f8fc77ae7d71 (diff)
downloadmariadb-git-2b9aba3b553ed13fe62d0b697ad8d2af94f8b585.tar.gz
Updated (C) message to 2015, and changelog
Diffstat (limited to 'storage/oqgraph')
-rw-r--r--storage/oqgraph/ha_oqgraph.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/storage/oqgraph/ha_oqgraph.cc b/storage/oqgraph/ha_oqgraph.cc
index 72fc477ddcd..67d052c25cd 100644
--- a/storage/oqgraph/ha_oqgraph.cc
+++ b/storage/oqgraph/ha_oqgraph.cc
@@ -1,5 +1,5 @@
-/* Copyright (C) 2007-2014 Arjen G Lentz & Antony T Curtis for Open Query
- Copyright (C) 2013-2014 Andrew McDonnell
+/* Copyright (C) 2007-2015 Arjen G Lentz & Antony T Curtis for Open Query
+ Copyright (C) 2013-2015 Andrew McDonnell
Portions of this file copyright (C) 2000-2006 MySQL AB
This program is free software; you can redistribute it and/or modify
@@ -29,6 +29,8 @@
* Removed compatibility hacks for 5.5.32 and 10.0.4.
I expect no issues building oqgraph into Mariadb 5.5.40 but I think the better approach is maintain a separate fork / patches.
* Added status variable to report if verbose debug is on
+ * Fixed handling of connection thread changed, the apparent root cause of
+ MDEV-6282, MDEV-6345 and MDEV-6784
*/