diff options
author | Olivier Bertrand <bertrandop@gmail.com> | 2015-05-01 15:59:12 +0200 |
---|---|---|
committer | Olivier Bertrand <bertrandop@gmail.com> | 2015-05-01 15:59:12 +0200 |
commit | f5b05a11c1d8f5817b957f5397c288146a348b29 (patch) | |
tree | 185f88c7b78f1189782b45e2e03063b31b647990 /storage/connect/value.cpp | |
parent | eae8318b19da168e4676fe3da5b2f8665cb4104c (diff) | |
download | mariadb-git-f5b05a11c1d8f5817b957f5397c288146a348b29.tar.gz |
- Fix bug on updating JSON expanded values
modified:
json.result
tabjson.cpp
tabjson.h
- Fix bug on multiple tables (directories must be eliminated from file list)
modified:
tabmul.cpp
- Update version
modified:
ha_connect.cc
- Typo
modified:
global.h
ha_connect.cc
tabtbl.cpp
tabutil.cpp
value.cpp
Diffstat (limited to 'storage/connect/value.cpp')
-rw-r--r-- | storage/connect/value.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/connect/value.cpp b/storage/connect/value.cpp index 7d3d5463129..d14fc367cc7 100644 --- a/storage/connect/value.cpp +++ b/storage/connect/value.cpp @@ -1,7 +1,7 @@ /************* Value C++ Functions Source Code File (.CPP) *************/ /* Name: VALUE.CPP Version 2.5 */ /* */ -/* (C) Copyright to the author Olivier BERTRAND 2001-2014 */ +/* (C) Copyright to the author Olivier BERTRAND 2001-2015 */ /* */ /* This file contains the VALUE and derived classes family functions. */ /* These classes contain values of different types. They are used so */ |