summaryrefslogtreecommitdiff
path: root/storage/connect/tabcol.cpp
diff options
context:
space:
mode:
authorOlivier Bertrand <bertrandop@gmail.com>2016-06-13 14:28:02 +0200
committerOlivier Bertrand <bertrandop@gmail.com>2016-06-13 14:28:02 +0200
commit0a96c9c4aab671ddcd1ac6af2c0bacf84405b0ff (patch)
tree0c3e5c84eadd5b485daf82c3e8a1e3879edca7c7 /storage/connect/tabcol.cpp
parenta9ac3506d21135373f9ced92c79c0d9d7c7dca13 (diff)
downloadmariadb-git-0a96c9c4aab671ddcd1ac6af2c0bacf84405b0ff.tar.gz
- Possibly fix MDEV-10179 Reset remote tables when re-opening
modified: storage/connect/tabtbl.cpp - Add trace and make m_Stmt conditional modified: storage/connect/myconn.cpp modified: storage/connect/myconn.h - Protect trace from null string (for Linux) modified: storage/connect/tabcol.cpp - Record error changes modified: storage/connect/mysql-test/connect/r/jdbc_new.result - Typo modified: storage/connect/jdbconn.cpp modified: storage/connect/jsonudf.cpp
Diffstat (limited to 'storage/connect/tabcol.cpp')
-rw-r--r--storage/connect/tabcol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/connect/tabcol.cpp b/storage/connect/tabcol.cpp
index 662c0b514cf..fde1baa6317 100644
--- a/storage/connect/tabcol.cpp
+++ b/storage/connect/tabcol.cpp
@@ -50,7 +50,7 @@ XTAB::XTAB(PTABLE tp) : Name(tp->Name)
Qualifier = tp->Qualifier;
if (trace)
- htrc(" making copy TABLE %s %s\n", Name, Srcdef);
+ htrc(" making copy TABLE %s %s\n", Name, SVP(Srcdef));
} // end of XTAB constructor