mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fix for bug#5171
This commit is contained in:
@ -144,6 +144,8 @@ public:
|
||||
FragAllLarge = 4 ///< Eight fragments per node group.
|
||||
};
|
||||
};
|
||||
|
||||
class Table; // forward declaration
|
||||
|
||||
/**
|
||||
* @class Column
|
||||
@ -365,6 +367,8 @@ public:
|
||||
void setIndexOnlyStorage(bool);
|
||||
bool getIndexOnlyStorage() const;
|
||||
|
||||
const Table * getBlobTable() const;
|
||||
|
||||
/**
|
||||
* @name ODBC Specific methods
|
||||
* @{
|
||||
|
Reference in New Issue
Block a user