mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
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
This commit is contained in:
@@ -931,7 +931,7 @@ bool TDBXML::Initialize(PGLOBAL g)
|
||||
if (rc)
|
||||
sprintf(g->Message, "%s: %s", MSG(COM_ERROR), buf);
|
||||
else
|
||||
sprintf(g->Message, "%s hr=%p", MSG(COM_ERROR), e.Error());
|
||||
sprintf(g->Message, "%s hr=%x", MSG(COM_ERROR), e.Error());
|
||||
|
||||
goto error;
|
||||
#endif // __WIN__
|
||||
|
Reference in New Issue
Block a user