diff options
author | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2017-09-19 15:07:32 +0300 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2017-09-19 15:13:53 +0300 |
commit | 5b9c32ede096e19d751537c6421563a7fb71c0db (patch) | |
tree | bde97f7b7a37ae77ee42203c9e77b080317cbb57 /storage/connect/tabext.h | |
parent | 22c322c649d5a15e3bb731d6751a0d80c8ec23b0 (diff) | |
parent | bf34e9db7be5baf64d131ce7c793be77172e4ed2 (diff) | |
download | mariadb-git-5b9c32ede096e19d751537c6421563a7fb71c0db.tar.gz |
Merge remote-tracking branch 'connect/10.2' into 10.2bb-10.2-vicentiu2
Diffstat (limited to 'storage/connect/tabext.h')
-rw-r--r-- | storage/connect/tabext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/connect/tabext.h b/storage/connect/tabext.h index 7ddf2a68117..6b67c2ab5ed 100644 --- a/storage/connect/tabext.h +++ b/storage/connect/tabext.h @@ -126,6 +126,7 @@ public: protected: // Internal functions + virtual bool MakeSrcdef(PGLOBAL g); virtual bool MakeSQL(PGLOBAL g, bool cnt); //virtual bool MakeInsert(PGLOBAL g); virtual bool MakeCommand(PGLOBAL g); |