diff options
author | Olivier Bertrand <bertrandop@gmail.com> | 2014-10-31 13:58:43 +0100 |
---|---|---|
committer | Olivier Bertrand <bertrandop@gmail.com> | 2014-10-31 13:58:43 +0100 |
commit | ea5d7a5cce62c876c9ff42f23815e5ebaf703df3 (patch) | |
tree | 76f59c356ae49ab750b094b978cb17a5ac27c45d /storage/connect/tabvir.h | |
parent | 160708e14c873c0cc0026ef94dbd49af92097ffa (diff) | |
download | mariadb-git-ea5d7a5cce62c876c9ff42f23815e5ebaf703df3.tar.gz |
- Add the new files to the source list
modified:
storage/connect/CMakeLists.txt
- Check VIR columns when creating the table
modified:
storage/connect/ha_connect.cc
- Add VirColumns declaration to avoid gcc warning
modified:
storage/connect/tabvir.h
Diffstat (limited to 'storage/connect/tabvir.h')
-rw-r--r-- | storage/connect/tabvir.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/storage/connect/tabvir.h b/storage/connect/tabvir.h index e781ebc6304..8d0caa257e7 100644 --- a/storage/connect/tabvir.h +++ b/storage/connect/tabvir.h @@ -8,6 +8,11 @@ typedef class VIRDEF *PVIRDEF; typedef class TDBVIR *PTDBVIR; +/***********************************************************************/ +/* Return the unique column definition to MariaDB. */ +/***********************************************************************/ +PQRYRES VirColumns(PGLOBAL g, char *tab, char *db, bool info); + /* --------------------------- VIR classes --------------------------- */ /***********************************************************************/ |