diff options
author | Olivier Bertrand <bertrandop@gmail.com> | 2017-03-18 12:49:14 +0100 |
---|---|---|
committer | Olivier Bertrand <bertrandop@gmail.com> | 2017-03-18 12:49:14 +0100 |
commit | 5de5daa74e1ff3d3b002801c22a94c556e80d942 (patch) | |
tree | 12fce2a11ab018b9cdcadd065f8d83e0a592e97d /storage/connect/tabjdbc.h | |
parent | 5bc538dd8548e669480c91b7510ef914c442d1f0 (diff) | |
download | mariadb-git-5de5daa74e1ff3d3b002801c22a94c556e80d942.tar.gz |
Fix MDEV-12220: Crash when doing UPDATE or DELETE on an external
table (ODBC, JDBC, MYSQL) with a WHERE clause on an indexed column.
Also fix a bugs in TDBEXT::MakeCommand (use of uninitialised Quote)
Add in this function the eventual Schema (database) prefixing.
modified: storage/connect/connect.cc
modified: storage/connect/tabext.cpp
Typo
modified: storage/connect/tabjdbc.h
Diffstat (limited to 'storage/connect/tabjdbc.h')
-rw-r--r-- | storage/connect/tabjdbc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/connect/tabjdbc.h b/storage/connect/tabjdbc.h index 212f2a58b58..5a59b6c2df8 100644 --- a/storage/connect/tabjdbc.h +++ b/storage/connect/tabjdbc.h @@ -1,7 +1,7 @@ /*************** Tabjdbc H Declares Source Code File (.H) **************/ -/* Name: TABJDBC.H Version 1.0 */ +/* Name: TABJDBC.H Version 1.1 */ /* */ -/* (C) Copyright to the author Olivier BERTRAND 2016 */ +/* (C) Copyright to the author Olivier BERTRAND 2016-2017 */ /* */ /* This file contains the TDBJDBC classes declares. */ /***********************************************************************/ |