summaryrefslogtreecommitdiff
path: root/sql/examples
diff options
context:
space:
mode:
authorunknown <monty@mishka.local>2004-10-20 02:55:03 +0300
committerunknown <monty@mishka.local>2004-10-20 02:55:03 +0300
commit2da1cbd97dd566d629115f02321ab36aac069ce4 (patch)
tree40c316b93bfec146a18945a7cd7813bcc5a5a179 /sql/examples
parentca1a24e0ad171272d2bcddcac737694af6c251a3 (diff)
parent4736d0fe9963742e2788960d60da7f0f2dd593e9 (diff)
downloadmariadb-git-2da1cbd97dd566d629115f02321ab36aac069ce4.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mishka.local:/home/my/mysql-4.1 client/mysqlimport.c: Auto merged libmysql/libmysql.c: Auto merged ndb/src/ndbapi/ndberror.c: Auto merged sql/ha_innodb.cc: Auto merged sql/ha_ndbcluster.h: Auto merged sql/item.cc: Auto merged sql/ha_ndbcluster.cc: Auto merged
Diffstat (limited to 'sql/examples')
-rw-r--r--sql/examples/ha_archive.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/sql/examples/ha_archive.cc b/sql/examples/ha_archive.cc
index c7d08772109..6fbfb3f9f9d 100644
--- a/sql/examples/ha_archive.cc
+++ b/sql/examples/ha_archive.cc
@@ -103,14 +103,15 @@
rows - This is an unsigned long long which is the number of rows in the data
file.
check point - Reserved for future use
- dirty - Status of the file, whether or not its values are the latest. This flag
- is what causes a repair to occur
+ dirty - Status of the file, whether or not its values are the latest. This
+ flag is what causes a repair to occur
The data file:
check - Just an int of 254 to make sure that the the file we are opening was
never corrupted.
version - The current version of the file format.
data - The data is stored in a "row +blobs" format.
+*/
/* Variables for archive share methods */
pthread_mutex_t archive_mutex;