diff options
author | Olivier Bertrand <bertrandop@gmail.com> | 2014-12-14 22:47:12 +0100 |
---|---|---|
committer | Olivier Bertrand <bertrandop@gmail.com> | 2014-12-14 22:47:12 +0100 |
commit | 8761f22a11e3ebe9563b93bb79cb65260b177873 (patch) | |
tree | 0d1e71ae0474feb957c7ce7a29bcfe4a03d8d7bb /storage/connect/tabodbc.h | |
parent | 75c461d569d651e6736e5f0e8de1c85a0e485854 (diff) | |
download | mariadb-git-8761f22a11e3ebe9563b93bb79cb65260b177873.tar.gz |
- Temporary fix for MDEV-7304.
modified:
storage/connect/rcmsg.c
- Avoid Memory copying when reading an ODBC table when the entire table
is already in the result set.
modified:
storage/connect/odbconn.cpp
storage/connect/odbconn.h
storage/connect/tabodbc.cpp
storage/connect/tabodbc.h
Diffstat (limited to 'storage/connect/tabodbc.h')
-rw-r--r-- | storage/connect/tabodbc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/connect/tabodbc.h b/storage/connect/tabodbc.h index da9d373add8..4fa0f2b751c 100644 --- a/storage/connect/tabodbc.h +++ b/storage/connect/tabodbc.h @@ -1,7 +1,7 @@ /*************** Tabodbc H Declares Source Code File (.H) **************/ -/* Name: TABODBC.H Version 1.6 */ +/* Name: TABODBC.H Version 1.7 */ /* */ -/* (C) Copyright to the author Olivier BERTRAND 2000-2013 */ +/* (C) Copyright to the author Olivier BERTRAND 2000-2014 */ /* */ /* This file contains the TDBODBC classes declares. */ /***********************************************************************/ |