~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/csv/ha_tina.h

  • Committer: tdavies
  • Date: 2010-10-02 04:28:26 UTC
  • mto: (1813.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1814.
  • Revision ID: tdavies@molly-20101002042826-n7s0ywccicg7nnk9
In .../drizzled/structs.h: Changed C structs KeyPartInfo, KeyInfo, and RegInfo to C++ classes

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
   You should have received a copy of the GNU General Public License
13
13
   along with this program; if not, write to the Free Software
14
 
   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA */
 
14
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
15
15
 
16
16
#ifndef PLUGIN_CSV_HA_TINA_H
17
17
#define PLUGIN_CSV_HA_TINA_H
88
88
  int init_data_file();
89
89
 
90
90
public:
91
 
  ha_tina(drizzled::plugin::StorageEngine &engine, drizzled::Table &table_arg);
 
91
  ha_tina(drizzled::plugin::StorageEngine &engine, drizzled::TableShare &table_arg);
92
92
  ~ha_tina()
93
93
  {
94
94
    if (file_buff)