diff options
author | Olivier Bertrand <bertrandop@gmail.com> | 2015-05-10 12:52:28 +0200 |
---|---|---|
committer | Olivier Bertrand <bertrandop@gmail.com> | 2015-05-10 12:52:28 +0200 |
commit | 83ca074c7501335a643cf2a7583b1c2233234755 (patch) | |
tree | 7e3fbf1cc7a8a29890c4a30da28885279aada200 /storage/connect/reldef.h | |
parent | b3f9838f5b0fc69a759862314befa6c12439b5aa (diff) | |
download | mariadb-git-83ca074c7501335a643cf2a7583b1c2233234755.tar.gz |
Last commit was done with wrong files
Diffstat (limited to 'storage/connect/reldef.h')
-rw-r--r-- | storage/connect/reldef.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/connect/reldef.h b/storage/connect/reldef.h index 13bd392b706..ec70f18e151 100644 --- a/storage/connect/reldef.h +++ b/storage/connect/reldef.h @@ -1,7 +1,7 @@ /*************** RelDef H Declares Source Code File (.H) ***************/ /* Name: RELDEF.H Version 1.5 */ /* */ -/* (C) Copyright to the author Olivier BERTRAND 2004-2014 */ +/* (C) Copyright to the author Olivier BERTRAND 2004-2015 */ /* */ /* This file contains the DEF classes definitions. */ /***********************************************************************/ @@ -89,7 +89,7 @@ class DllExport TABDEF : public RELDEF { /* Logical table descriptor */ bool IsReadOnly(void) {return Read_Only;} virtual AMT GetDefType(void) {return TYPE_AM_TAB;} virtual PIXDEF GetIndx(void) {return NULL;} - virtual void SetIndx(PIXDEF xp) {} + virtual void SetIndx(PIXDEF) {} virtual bool IsHuge(void) {return false;} const CHARSET_INFO *data_charset() {return m_data_charset;} |