diff options
author | Olivier Bertrand <bertrandop@gmail.com> | 2015-04-19 12:15:58 +0200 |
---|---|---|
committer | Olivier Bertrand <bertrandop@gmail.com> | 2015-04-19 12:15:58 +0200 |
commit | b3f9838f5b0fc69a759862314befa6c12439b5aa (patch) | |
tree | d59659ef0575a7457593471baf44197a1433a39c /storage/connect/reldef.h | |
parent | 48a77e61880aeb6f18162f2ab0a5b03386cf5010 (diff) | |
download | mariadb-git-b3f9838f5b0fc69a759862314befa6c12439b5aa.tar.gz |
Update 10.1 with changes from 10.0
Diffstat (limited to 'storage/connect/reldef.h')
-rw-r--r-- | storage/connect/reldef.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/connect/reldef.h b/storage/connect/reldef.h index 6160ea71680..13bd392b706 100644 --- a/storage/connect/reldef.h +++ b/storage/connect/reldef.h @@ -12,6 +12,7 @@ #include "block.h" #include "catalog.h" #include "my_sys.h" +#include "mycat.h" typedef class INDEXDEF *PIXDEF; typedef class ha_connect *PHC; @@ -40,6 +41,7 @@ class DllExport RELDEF : public BLOCK { // Relation definition block void SetCat(PCATLG cat) { Cat=cat; } // Methods + PTOS GetTopt(void); bool GetBoolCatInfo(PSZ what, bool bdef); bool SetIntCatInfo(PSZ what, int ival); bool Partitioned(void); |