diff options
author | Olivier Bertrand <bertrandop@gmail.com> | 2013-01-29 23:40:34 +0100 |
---|---|---|
committer | Olivier Bertrand <bertrandop@gmail.com> | 2013-01-29 23:40:34 +0100 |
commit | 26b00be33256f7679d31219903d4a511643c94a8 (patch) | |
tree | 38095f602a8e97d091d1b75a910a8a3cfc5216bf /storage/connect/valblk.cpp | |
parent | a9d06e106629bebff98a2cc1b4f8a274aa15e5f5 (diff) | |
download | mariadb-git-26b00be33256f7679d31219903d4a511643c94a8.tar.gz |
Fix problems with ODBC raised by Adding the type TYPE_BIGINT (longlong).
Diffstat (limited to 'storage/connect/valblk.cpp')
-rw-r--r-- | storage/connect/valblk.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/connect/valblk.cpp b/storage/connect/valblk.cpp index 09c2a747b5d..55141ff36c0 100644 --- a/storage/connect/valblk.cpp +++ b/storage/connect/valblk.cpp @@ -1,7 +1,7 @@ /************ Valblk C++ Functions Source Code File (.CPP) *************/
-/* Name: VALBLK.CPP Version 1.4 */
+/* Name: VALBLK.CPP Version 1.5 */
/* */
-/* (C) Copyright to the author Olivier BERTRAND 2005-2012 */
+/* (C) Copyright to the author Olivier BERTRAND 2005-2013 */
/* */
/* This file contains the VALBLK and derived classes functions. */
/* Second family is VALBLK, representing simple suballocated arrays */
|