summaryrefslogtreecommitdiff
path: root/storage/connect/xindex.cpp
diff options
context:
space:
mode:
authorOlivier Bertrand <bertrandop@gmail.com>2017-03-02 12:12:53 +0100
committerOlivier Bertrand <bertrandop@gmail.com>2017-03-02 12:12:53 +0100
commitb2956b2ab437403f413b65f6fdaaf706847bc833 (patch)
tree3387eec2a227cb595512d60e477dbc168dcfc4fd /storage/connect/xindex.cpp
parentd75e5e6e26c6581ce43403780242f275b6c35f5d (diff)
downloadmariadb-git-b2956b2ab437403f413b65f6fdaaf706847bc833.tar.gz
Update version number and date
modified: storage/connect/ha_connect.cc Add conditional SE exception support modified: storage/connect/json.cpp modified: storage/connect/plgdbutl.cpp Change %p in %x in some sprintf functions. This to avoid some compiler warnings. modified: storage/connect/tabwmi.cpp modified: storage/connect/tabxml.cpp modified: storage/connect/value.h Add JavaWrappers.jar to the class path modified: storage/connect/jdbconn.cpp Fix wrong declare (char *buf[256]; --> char buf[256];) modified: storage/connect/xindex.cpp
Diffstat (limited to 'storage/connect/xindex.cpp')
-rwxr-xr-xstorage/connect/xindex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/connect/xindex.cpp b/storage/connect/xindex.cpp
index 20d582961e7..15fb71ab88a 100755
--- a/storage/connect/xindex.cpp
+++ b/storage/connect/xindex.cpp
@@ -2738,7 +2738,7 @@ bool XHUGE::Read(PGLOBAL g, void *buf, int n, int size)
} // endif nbr
} else {
- char *buf[256];
+ char buf[256];
DWORD drc = GetLastError();
FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM |