diff options
author | Olivier Bertrand <bertrandop@gmail.com> | 2014-05-31 12:31:26 +0200 |
---|---|---|
committer | Olivier Bertrand <bertrandop@gmail.com> | 2014-05-31 12:31:26 +0200 |
commit | 128136cbdf7745ea0d1721bb574180034065912a (patch) | |
tree | 143ca65cd1136b77bf06cd368e23f90d6c097466 /storage/connect/tabfix.cpp | |
parent | 9cb4b6c00985b3f70ed30dcefc8770b34f334c47 (diff) | |
parent | 7bbcc3e4ed6eef226b6978615cd64294b6bfe95c (diff) | |
download | mariadb-git-128136cbdf7745ea0d1721bb574180034065912a.tar.gz |
- Add support of partition tables
modified:
storage/connect/ha_connect.cc
storage/connect/ha_connect.h
storage/connect/reldef.cpp
- Add INSERT/UPDATE support to PROXY tables
modified:
storage/connect/tabutil.cpp
storage/connect/tabutil.h
- Take care of SPECIAL columns
modified:
storage/connect/filamdbf.cpp
storage/connect/reldef.h
storage/connect/tabfmt.cpp
-Typo and misc
modified:
storage/connect/odbconn.cpp
storage/connect/tabfix.cpp
storage/connect/xindex.cpp
Diffstat (limited to 'storage/connect/tabfix.cpp')
-rw-r--r-- | storage/connect/tabfix.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/connect/tabfix.cpp b/storage/connect/tabfix.cpp index 4b75a89bba4..c376f76d377 100644 --- a/storage/connect/tabfix.cpp +++ b/storage/connect/tabfix.cpp @@ -132,6 +132,7 @@ int TDBFIX::ResetTableOpt(PGLOBAL g, bool dop, bool dox) To_Filter = NULL; // Disable filtering //To_BlkIdx = NULL; // and block filtering To_BlkFil = NULL; // and index filtering + Cardinality(g); // If called by create RestoreNrec(); // May have been modified MaxSize = -1; // Size must be recalculated Cardinal = -1; // as well as Cardinality |