diff options
author | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2017-09-19 12:06:50 +0300 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2017-09-19 12:06:50 +0300 |
commit | ec6042bda097fa53c43caf4a1acc32c5a77f6ed4 (patch) | |
tree | 751af6227789bfa916a6de426542a966845c8cd1 /storage/connect/table.cpp | |
parent | ba0ee91077d9b89296328892aa5d5d293f4e0fb1 (diff) | |
parent | b337a0682943fa7e055380b7859762acf7fb588c (diff) | |
download | mariadb-git-ec6042bda097fa53c43caf4a1acc32c5a77f6ed4.tar.gz |
Merge branch '10.0' into 10.1
Diffstat (limited to 'storage/connect/table.cpp')
-rw-r--r-- | storage/connect/table.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/connect/table.cpp b/storage/connect/table.cpp index c3a02ff42b9..61aefc93082 100644 --- a/storage/connect/table.cpp +++ b/storage/connect/table.cpp @@ -319,7 +319,7 @@ void TDB::Printf(PGLOBAL g, FILE *f, uint n) } /* endfor tp */ - } // end of Print + } // end of Printf void TDB::Prints(PGLOBAL, char *ps, uint) { |