summaryrefslogtreecommitdiff
path: root/storage/csv/ha_tina.h
diff options
context:
space:
mode:
authorunknown <msvensson@shellback.(none)>2006-04-06 11:38:50 +0200
committerunknown <msvensson@shellback.(none)>2006-04-06 11:38:50 +0200
commit84c13fdf922e0a4c46d3bab3d142b509fd4d105e (patch)
treef8c5ea9f052570e50c6bdf8fb581fd7c7a8148e8 /storage/csv/ha_tina.h
parentee75eaa3c734183b20cef33e7dd8802680e1b845 (diff)
parent3e2cf7664060a7dd1ef9157e26370b44f81b7bd6 (diff)
downloadmariadb-git-84c13fdf922e0a4c46d3bab3d142b509fd4d105e.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new
into shellback.(none):/home/msvensson/mysql/mysql-5.1 client/mysqltest.c: Auto merged include/config-win.h: Auto merged include/m_ctype.h: Auto merged mysql-test/mysql-test-run.pl: Auto merged mysql-test/r/subselect.result: Auto merged sql/item_func.cc: Auto merged sql/opt_range.cc: Auto merged storage/csv/ha_tina.h: Auto merged strings/ctype-bin.c: Auto merged strings/ctype-euc_kr.c: Auto merged strings/ctype-gb2312.c: Auto merged strings/ctype-ucs2.c: Auto merged storage/csv/ha_tina.cc: SCCS merged
Diffstat (limited to 'storage/csv/ha_tina.h')
-rw-r--r--storage/csv/ha_tina.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/storage/csv/ha_tina.h b/storage/csv/ha_tina.h
index a60acc62a1e..d155a614780 100644
--- a/storage/csv/ha_tina.h
+++ b/storage/csv/ha_tina.h
@@ -51,9 +51,9 @@ typedef struct st_tina_share {
ha_rows rows_recorded; /* Number of rows in tables */
} TINA_SHARE;
-typedef struct tina_set {
- off_t begin;
- off_t end;
+struct tina_set {
+ off_t begin;
+ off_t end;
};
class ha_tina: public handler