diff options
author | Olivier Bertrand <bertrandop@gmail.com> | 2021-07-30 10:45:26 +0200 |
---|---|---|
committer | Olivier Bertrand <bertrandop@gmail.com> | 2021-07-30 10:45:26 +0200 |
commit | 1d468ee0401576e5646cef5d4e4ced9dc5a51a2b (patch) | |
tree | 5e221898d9705423c578b37911f4d8fe51811cdc /storage/connect/tabbson.h | |
parent | fc98a6d54a7d72865f8f3e580af588bb6ac5fd57 (diff) | |
download | mariadb-git-1d468ee0401576e5646cef5d4e4ced9dc5a51a2b.tar.gz |
Fix slow processing of pretty json files by BSON tables
Diffstat (limited to 'storage/connect/tabbson.h')
-rw-r--r-- | storage/connect/tabbson.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/connect/tabbson.h b/storage/connect/tabbson.h index 7f41bba6bd9..1696f4dfdbc 100644 --- a/storage/connect/tabbson.h +++ b/storage/connect/tabbson.h @@ -318,7 +318,9 @@ protected: // Members PBVAL Docp; // The document array + PBVAL Docrow; // Document row int Multiple; // 0: No 1: DIR 2: Section 3: filelist + int Docsize; // The document size bool Done; // True when document parsing is done bool Changed; // After Update, Insert or Delete }; // end of class TDBBSON |